Skip to content

Instantly share code, notes, and snippets.

@signedav
Created March 28, 2018 07:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save signedav/92cbc99719adcb809a73045c995cfa5e to your computer and use it in GitHub Desktop.
Save signedav/92cbc99719adcb809a73045c995cfa5e to your computer and use it in GitHub Desktop.
buildbug
cd 3rdparty/ && ( test -e Makefile || /home/david/Qt/5.9.4/android_x86/bin/qmake -o Makefile /home/david/dev/opengisch/QFieldWork_camfix01/3rdparty/3rdparty.pro -spec android-g++ CONFIG+=debug CONFIG+=qml_debug ) && make -f Makefile
make[1]: Entering directory '/home/david/dev/opengisch/build-QField-Android_for_x86_GCC_4_9_Qt_5_9_4_for_Android_x86-Debug/3rdparty'
cd tessellate/ && ( test -e Makefile || /home/david/Qt/5.9.4/android_x86/bin/qmake -o Makefile /home/david/dev/opengisch/QFieldWork_camfix01/3rdparty/tessellate/tessellate.pro -spec android-g++ CONFIG+=debug CONFIG+=qml_debug ) && make -f Makefile
make[2]: Entering directory '/home/david/dev/opengisch/build-QField-Android_for_x86_GCC_4_9_Qt_5_9_4_for_Android_x86-Debug/3rdparty/tessellate'
make[2]: Nothing to be done for 'first'.
make[2]: Leaving directory '/home/david/dev/opengisch/build-QField-Android_for_x86_GCC_4_9_Qt_5_9_4_for_Android_x86-Debug/3rdparty/tessellate'
make[1]: Leaving directory '/home/david/dev/opengisch/build-QField-Android_for_x86_GCC_4_9_Qt_5_9_4_for_Android_x86-Debug/3rdparty'
cd src/ && ( test -e Makefile || /home/david/Qt/5.9.4/android_x86/bin/qmake -o Makefile /home/david/dev/opengisch/QFieldWork_camfix01/src/src.pro -spec android-g++ CONFIG+=debug CONFIG+=qml_debug ) && make -f Makefile
make[1]: Entering directory '/home/david/dev/opengisch/build-QField-Android_for_x86_GCC_4_9_Qt_5_9_4_for_Android_x86-Debug/src'
/home/david/Android/crystax-ndk-10.3.2/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-g++ -c -D__ANDROID_API__=16 --sysroot=/home/david/Android/crystax-ndk-10.3.2/platforms/android-16/arch-x86/ -isystem /home/david/Android/crystax-ndk-10.3.2/sources/cxx-stl/gnu-libstdc++/4.9/include -isystem /home/david/Android/crystax-ndk-10.3.2/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86/include -fstack-protector-strong -DANDROID -std=c++11 -g -g -std=gnu++11 -D_REENTRANT -Wall -W -fPIC -DQGIS_PLUGIN_DIR=\"/x86/files/lib/qgis/plugins/\" -DQGIS_INSTALL_DIR=\"/x86/files\" -DVERSTR=\"0.10.11\ -\ Kesch\" -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_QUICKCONTROLS2_LIB -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_XML_LIB -DQT_POSITIONING_LIB -DQT_SQL_LIB -DQT_SENSORS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_ANDROIDEXTRAS_LIB -DQT_CORE_LIB -DQT_QML_DEBUG -I../../QFieldWork_camfix01/src -I. -I/x86/include -I/x86/include/qgis -I/x86/include/qgis -I../../QFieldWork_camfix01/3rdparty/tessellate -I../../../../Qt/5.9.4/android_x86/include -I../../../../Qt/5.9.4/android_x86/include/QtPrintSupport -I../../../../Qt/5.9.4/android_x86/include/QtSvg -I../../../../Qt/5.9.4/android_x86/include/QtOpenGL -I../../../../Qt/5.9.4/android_x86/include/QtWidgets -I../../../../Qt/5.9.4/android_x86/include/QtQuickControls2 -I../../../../Qt/5.9.4/android_x86/include/QtQuick -I../../../../Qt/5.9.4/android_x86/include/QtGui -I../../../../Qt/5.9.4/android_x86/include/QtConcurrent -I../../../../Qt/5.9.4/android_x86/include/QtXml -I../../../../Qt/5.9.4/android_x86/include/QtPositioning -I../../../../Qt/5.9.4/android_x86/include/QtSql -I../../../../Qt/5.9.4/android_x86/include/QtSensors -I../../../../Qt/5.9.4/android_x86/include/QtQml -I../../../../Qt/5.9.4/android_x86/include/QtNetwork -I../../../../Qt/5.9.4/android_x86/include/QtAndroidExtras -I../../../../Qt/5.9.4/android_x86/include/QtCore -I. -I../../../../Qt/5.9.4/android_x86/mkspecs/android-g++ -o androidplatformutilities.o ../../QFieldWork_camfix01/src/androidplatformutilities.cpp
make[1]: Leaving directory '/home/david/dev/opengisch/build-QField-Android_for_x86_GCC_4_9_Qt_5_9_4_for_Android_x86-Debug/src'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment