Skip to content

Instantly share code, notes, and snippets.

@imeredith
Created February 18, 2011 02:12
Show Gist options
  • Save imeredith/833136 to your computer and use it in GitHub Desktop.
Save imeredith/833136 to your computer and use it in GitHub Desktop.
g++ -Wl,-z,origin '-Wl,-rpath,$ORIGIN:$ORIGIN/..:$ORIGIN/../..' -shared -Wl,-soname,libMagicWaypoint.so -o libMagicWaypoint.so .obj/debug-shared/magicwaypointgadget.o .obj/debug-shared/magicwaypointgadgetwidget.o .obj/debug-shared/magicwaypointgadgetfactory.o .obj/debug-shared/magicwaypointplugin.o .obj/debug-shared/positionfield.o .obj/debug-shared/moc_magicwaypointgadget.o .obj/debug-shared/moc_magicwaypointgadgetwidget.o .obj/debug-shared/moc_magicwaypointgadgetfactory.o .obj/debug-shared/moc_positionfield.o .obj/debug-shared/qrc_magicwaypoint.o -L/usr/lib -L/home/ivan/OpenPilot/trunk/build/ground/openpilotgcs/lib/openpilotgcs -L/home/ivan/OpenPilot/trunk/build/ground/openpilotgcs/lib/openpilotgcs/plugins/OpenPilot -lAggregation -lExtensionSystem -lUtils -lCore -lQxtCore -lQExtSerialPort -lUAVObjects -lQtTest -lQtSvg -lQtGui -lQtCore -lpthread
mv -f libMagicWaypoint.so ../../../lib/openpilotgcs/plugins/OpenPilot/
make[4]: Leaving directory `/home/ivan/OpenPilot/trunk/build/ground/openpilotgcs/src/plugins/magicwaypoint'
rm -f libImportExportGadget.so
g++ -Wl,-z,origin '-Wl,-rpath,$ORIGIN:$ORIGIN/..:$ORIGIN/../..' -shared -Wl,-soname,libImportExportGadget.so -o libImportExportGadget.so .obj/debug-shared/importexportplugin.o .obj/debug-shared/importexportgadgetwidget.o .obj/debug-shared/importexportdialog.o .obj/debug-shared/xmlconfig.o .obj/debug-shared/importexportgadget.o .obj/debug-shared/importexportgadgetfactory.o .obj/debug-shared/importexportgadgetconfiguration.o .obj/debug-shared/importexportgadgetoptionspage.o .obj/debug-shared/moc_importexportplugin.o .obj/debug-shared/moc_importexportgadgetwidget.o .obj/debug-shared/moc_importexportdialog.o .obj/debug-shared/moc_importexportgadget.o .obj/debug-shared/moc_importexportgadgetfactory.o .obj/debug-shared/moc_importexportgadgetconfiguration.o .obj/debug-shared/moc_importexportgadgetoptionspage.o -L/usr/lib -L/home/ivan/OpenPilot/trunk/build/ground/openpilotgcs/lib/openpilotgcs -L/home/ivan/OpenPilot/trunk/build/ground/openpilotgcs/lib/openpilotgcs/plugins/OpenPilot -lAggregation -lExtensionSystem -lUtils -lQxtCore -lQExtSerialPort -lCore -lQtTest -lQtXml -lQtGui -lQtCore -lpthread
mv -f libImportExportGadget.so ../../../lib/openpilotgcs/plugins/OpenPilot/
make[4]: Leaving directory `/home/ivan/OpenPilot/trunk/build/ground/openpilotgcs/src/plugins/importexport'
make[3]: Leaving directory `/home/ivan/OpenPilot/trunk/build/ground/openpilotgcs/src/plugins'
make[2]: *** [sub-plugins-make_default-ordered] Error 2
make[2]: Leaving directory `/home/ivan/OpenPilot/trunk/build/ground/openpilotgcs/src'
make[1]: *** [sub-src-make_default-ordered] Error 2
make[1]: Leaving directory `/home/ivan/OpenPilot/trunk/build/ground/openpilotgcs'
make: *** [openpilotgcs] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment