TemporalBeing

bmeyer-qt-android-build-errors

Oct 24th, 2013
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.45 KB | None | 0 0
  1. cd tools/rcc/ && ( test -e Makefile || /home/bmeyer/qt/qt5.android/qtbase/bin/qmake /home/bmeyer/qt/qt5.android/qtbase/src/tools/rcc/rcc.pro -o Makefile ) && make -f Makefile
  2. make[3]: Entering directory `/home/bmeyer/qt/qt5.android/qtbase/src/tools/rcc'
  3. g++ -c -pipe -Werror -Wno-error=cpp -Wno-error=deprecated-declarations -Wno-error=strict-overflow -O2 -std=c++0x -fno-exceptions -Wall -W -D_REENTRANT -fPIE -DQT_NO_LIBUDEV -DQT_NO_XCB -DQT_NO
  4. g++ -c -pipe -Werror -Wno-error=cpp -Wno-error=deprecated-declarations -Wno-error=strict-overflow -O2 -std=c++0x -fno-exceptions -Wall -W -D_REENTRANT -fPIE -DQT_NO_LIBUDEV -DQT_NO_XCB -DQT_NO
  5. g++ -Wl,-O1 -o ../../../bin/rcc .obj/debug-shared/rcc.o .obj/debug-shared/main.o   -L/home/bmeyer/qt/qt5.android/qtbase/lib -lQt5Bootstrap -lpthread
  6. make[3]: Leaving directory `/home/bmeyer/qt/qt5.android/qtbase/src/tools/rcc'
  7. cd corelib/ && ( test -e Makefile || /home/bmeyer/qt/qt5.android/qtbase/bin/qmake /home/bmeyer/qt/qt5.android/qtbase/src/corelib/corelib.pro -o Makefile ) && make -f Makefile
  8. Project MESSAGE: perl -w /home/bmeyer/qt/qt5.android/qtbase/bin/syncqt.pl -check-includes -module QtCore -version 5.2.0 -outdir /home/bmeyer/qt/qt5.android/qtbase /home/bmeyer/qt/qt5.android/q
  9. <srcbase> = /home/bmeyer/qt/qt5.android/qtbase
  10. <outbase> = /home/bmeyer/qt/qt5.android/qtbase
  11. QtCore: created fwd-include header(s) for <srcbase>/src/corelib/animation/ { qabstractanimation.h (2), qanimationgroup.h (1), qparallelanimationgroup.h (1), qpauseanimation.h (1), qpropertyani
  12. QtCore: created fwd-include header(s) for <srcbase>/src/corelib/codecs/ { qtextcodec.h (3) }
  13. QtCore: created fwd-include header(s) for <srcbase>/src/corelib/global/ { qendian.h (1), qflags.h (3), qglobal.h (6), qglobalstatic.h (1), qlibraryinfo.h (1), qlogging.h (4), qnamespace.h (2),
  14. QtCore: created fwd-include header(s) for <srcbase>/src/corelib/io/ { qbuffer.h (1), qdatastream.h (1), qdebug.h (4), qdir.h (1), qdiriterator.h (1), qfile.h (1), qfiledevice.h (1), qfileinfo.
  15. QtCore: created fwd-include header(s) for <srcbase>/src/corelib/itemmodels/ { qabstractitemmodel.h (6), qabstractproxymodel.h (1), qidentityproxymodel.h (1), qitemselectionmodel.h (3), qsortfi
  16. QtCore: created fwd-include header(s) for <srcbase>/src/corelib/json/ { qjsonarray.h (2), qjsondocument.h (2), qjsonobject.h (2), qjsonvalue.h (2) }
  17. QtCore: created fwd-include header(s) for <srcbase>/src/corelib/kernel/ { qabstracteventdispatcher.h (1), qabstractnativeeventfilter.h (1), qbasictimer.h (1), qcoreapplication.h (2), qcoreeven
  18. QtCore: created fwd-include header(s) for <srcbase>/src/corelib/mimetypes/ { qmimedatabase.h (1), qmimetype.h (1) }
  19. QtCore: created fwd-include header(s) for <srcbase>/src/corelib/plugin/ { qfactoryinterface.h (1), qlibrary.h (1), qplugin.h (4), qpluginloader.h (1), quuid.h (1) }
  20. QtCore: created fwd-include header(s) for <srcbase>/src/corelib/statemachine/ { qabstractstate.h (1), qabstracttransition.h (1), qeventtransition.h (1), qfinalstate.h (1), qhistorystate.h (1),
  21. QtCore: created fwd-include header(s) for <srcbase>/src/corelib/thread/ { qatomic.h (2), qexception.h (2), qfuture.h (3), qfutureinterface.h (2), qfuturesynchronizer.h (1), qfuturewatcher.h (2
  22. QtCore: created fwd-include header(s) for <srcbase>/src/corelib/tools/ { qalgorithms.h (1), qarraydata.h (3), qarraydatapointer.h (1), qbitarray.h (2), qbytearray.h (4), qbytearraymatcher.h (1
  23. QtCore: created fwd-include header(s) for <srcbase>/src/corelib/xml/ { qxmlstream.h (12) }
  24. QtCore: created version header
  25. QtCore: created master header
  26. QtCore: created headers.pri file
  27. make[3]: Entering directory `/home/bmeyer/qt/qt5.android/qtbase/src/corelib'
  28. /home/bmeyer/qt/qt5.android/qtbase/bin/moc -DQT_NO_PRINTER -DQT_NO_PRINTDIALOG -DQT_NO_LIBUDEV -DQT_NO_XCB -DQT_NO_XKBCOMMON -DQT_NO_USING_NAMESPACE -DQT_BUILD_CORE_LIB -DQT_BUILDING_QT -DQT_N
  29. /home/bmeyer/android/qt5/android-ndk-r8e/toolchains/arm-linux-androideabi-4.7/prebuilt/linux-x86_64/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffu
  30. cc1plus: error: -Werror=literal-suffix: no option -Wliteral-suffix
  31. make[3]: *** [.obj/debug-shared/qabstractanimation.o] Error 1
  32. make[3]: Leaving directory `/home/bmeyer/qt/qt5.android/qtbase/src/corelib'
  33. make[2]: *** [sub-corelib-make_first] Error 2
  34. make[2]: Leaving directory `/home/bmeyer/qt/qt5.android/qtbase/src'
  35. make[1]: *** [sub-src-make_first] Error 2
  36. make[1]: Leaving directory `/home/bmeyer/qt/qt5.android/qtbase'
  37. make: *** [module-qtbase-make_first] Error 2
Advertisement
Add Comment
Please, Sign In to add comment