rahulch

Untitled

Sep 19th, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Make 2.67 KB | None | 0 0
  1. cd qtbase/ && ( test -e Makefile || /home/rahul.c/qt5_static_source/qtbase/bin/qmake -o Makefile /home/rahul.c/qt5_static_source/qtbase/qtbase.pro ) && make -f Makefile
  2. make[1]: Entering directory '/home/rahul.c/qt5_static_source/qtbase'
  3. cd src/ && ( test -e Makefile || /home/rahul.c/qt5_static_source/qtbase/bin/qmake -o Makefile /home/rahul.c/qt5_static_source/qtbase/src/src.pro ) && make -f Makefile
  4. make[2]: Entering directory '/home/rahul.c/qt5_static_source/qtbase/src'
  5. cd tools/bootstrap/ && ( test -e Makefile || /home/rahul.c/qt5_static_source/qtbase/bin/qmake -o Makefile /home/rahul.c/qt5_static_source/qtbase/src/tools/bootstrap/bootstrap.pro ) && make -f Makefile
  6. make[3]: Entering directory '/home/rahul.c/qt5_static_source/qtbase/src/tools/bootstrap'
  7. g++ -c -pipe -O2 -fPIC -std=c++1y -fvisibility=hidden -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -fno-exceptions -Wall -W -Wvla -Wdate-time -D_REENTRANT -DQT_VERSION_STR='"5.12.5"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=12 -DQT_VERSION_PATCH=5 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -DQT_NO_FOREACH -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_BOOTSTRAP_LIB -DQT_BUILDING_QT -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -I. -I/home/rahul.c/qt_static_build/include -I/home/rahul.c/qt_static_build/include/QtCore -I/home/rahul.c/qt_static_build/include/QtCore/5.12.5 -I/home/rahul.c/qt_static_build/include/QtCore/5.12.5/QtCore -I/home/rahul.c/qt_static_build/include/QtXml -I/home/rahul.c/qt_static_build/include/QtXml/5.12.5 -I/home/rahul.c/qt_static_build/include/QtXml/5.12.5/QtXml -I../../../mkspecs/linux-g++ -o .obj/qlatincodec.o ../../corelib/codecs/qlatincodec.cpp
  8. In file included from ../../corelib/codecs/qlatincodec.cpp:40:0:
  9. ../../corelib/codecs/qlatincodec_p.h:54:38: fatal error: QtCore/private/qglobal_p.h: No such file or directory
  10. compilation terminated.
  11. Makefile:538: recipe for target '.obj/qlatincodec.o' failed
  12. make[3]: *** [.obj/qlatincodec.o] Error 1
  13. make[3]: Leaving directory '/home/rahul.c/qt5_static_source/qtbase/src/tools/bootstrap'
  14. Makefile:71: recipe for target 'sub-bootstrap-make_first' failed
  15. make[2]: *** [sub-bootstrap-make_first] Error 2
  16. make[2]: Leaving directory '/home/rahul.c/qt5_static_source/qtbase/src'
  17. Makefile:50: recipe for target 'sub-src-make_first' failed
  18. make[1]: *** [sub-src-make_first] Error 2
  19. make[1]: Leaving directory '/home/rahul.c/qt5_static_source/qtbase'
  20. Makefile:89: recipe for target 'module-qtbase-make_first' failed
  21. make: *** [module-qtbase-make_first] Error 2
Add Comment
Please, Sign In to add comment