Advertisement
Guest User

Untitled

a guest
May 6th, 2010
262
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.46 KB | None | 0 0
  1. make
  2. cd src/tools/bootstrap/ && make -f Makefile
  3. make[1]: Entering directory `/home/bahri/Desktop/qt-everywhere-opensource-src-4.6.2/src/tools/bootstrap'
  4. make[1]: Nothing to be done for `first'.
  5. make[1]: Leaving directory `/home/bahri/Desktop/qt-everywhere-opensource-src-4.6.2/src/tools/bootstrap'
  6. cd src/tools/moc/ && make -f Makefile
  7. make[1]: Entering directory `/home/bahri/Desktop/qt-everywhere-opensource-src-4.6.2/src/tools/moc'
  8. make[1]: Nothing to be done for `first'.
  9. make[1]: Leaving directory `/home/bahri/Desktop/qt-everywhere-opensource-src-4.6.2/src/tools/moc'
  10. cd src/tools/rcc/ && make -f Makefile
  11. make[1]: Entering directory `/home/bahri/Desktop/qt-everywhere-opensource-src-4.6.2/src/tools/rcc'
  12. make[1]: Nothing to be done for `first'.
  13. make[1]: Leaving directory `/home/bahri/Desktop/qt-everywhere-opensource-src-4.6.2/src/tools/rcc'
  14. cd src/tools/uic/ && make -f Makefile
  15. make[1]: Entering directory `/home/bahri/Desktop/qt-everywhere-opensource-src-4.6.2/src/tools/uic'
  16. make[1]: Nothing to be done for `first'.
  17. make[1]: Leaving directory `/home/bahri/Desktop/qt-everywhere-opensource-src-4.6.2/src/tools/uic'
  18. cd src/corelib/ && make -f Makefile
  19. make[1]: Entering directory `/home/bahri/Desktop/qt-everywhere-opensource-src-4.6.2/src/corelib'
  20. arm-none-eabi-g++ -pipe -fno-exceptions -O3 -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fvisibility=hidden -fvisibility-inlines-hidden -Wall -W -D_REENTRANT -fPIC -DQT_SHARED -DQT_BUILD_CORE_LIB -DQT_NO_USING_NAMESPACE -DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS -DQT3_SUPPORT -DQT_MOC_COMPAT -DELF_INTERPRETER=\"/lib/ld-linux.so.2\" -DHB_EXPORT=Q_CORE_EXPORT -DQT_NO_DEBUG -I../../mkspecs/qws/linux-arm-g++ -I. -I../../include -I../../include/QtCore -I.rcc/release-shared-emb-arm -Iglobal -I../3rdparty/zlib -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I.moc/release-shared-emb-arm -x c++-header -c global/qt_pch.h -o .pch/release-shared-emb-arm/QtCore.gch/c++
  21. In file included from ../../include/QtCore/qglobal.h:1,
  22. from global/qt_pch.h:52:
  23. ../../include/QtCore/../../src/corelib/global/qglobal.h:261:4: error: #error "Qt has not been ported to this OS - talk to qt-bugs@trolltech.com"
  24. make[1]: *** [.pch/release-shared-emb-arm/QtCore.gch/c++] Error 1
  25. make[1]: Leaving directory `/home/bahri/Desktop/qt-everywhere-opensource-src-4.6.2/src/corelib'
  26. make: *** [sub-corelib-make_default-ordered] Error 2
  27. root@bahri-laptop:~/Desktop/qt-everywhere-opensource-src-4.6.2#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement