-
Bug
-
Resolution: Done
-
Not Evaluated
-
None
-
5.0.0
-
None
-
Ubuntu 11.10
I am trying to build the alpha. I am following the instructions from http://qt-project.org/wiki/Building_Qt_5_from_Git It fails with:
make[1]: Leaving directory `/home/treaves/Public/qt5/qtjsondb/examples'
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -fPIE -DQT_NO_LIBUDEV -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_QML_LIB -DQT_XMLPATTERNS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_HAVE_SSE3 -DQT_HAVE_SSSE3 -DQT_HAVE_SSE4_1 -DQT_HAVE_SSE4_2 -DQT_HAVE_AVX -DQT_SHARED -I../../../qtbase/mkspecs/linux-g++ -I. -I../../../qtbase/include/QtCore -I../../../qtbase/include/QtNetwork -I../../../qtbase/include/QtGui -I../../../qtbase/include -I../../../qtbase/include/QtXmlPatterns -I../../../qtbase/include/QtQml -I../../include -I../../include/QtJsonDb -I.moc/release-shared -o .obj/release-shared/client.o client.cpp
In file included from client.cpp:42:0:
client.h:48:22: fatal error: histedit.h: No such file or directory
compilation terminated.
In file included from main.cpp:45:0:
client.h:48:22: fatal error: histedit.h: No such file or directory
compilation terminated.
make[2]: *** [.obj/release-shared/client.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: *** [.obj/release-shared/main.o] Error 1
make[2]: Leaving directory `/home/treaves/Public/qt5/qtjsondb/tools/jsondb-client'
make[1]: *** [sub-jsondb-client-make_default] Error 2
make[1]: Leaving directory `/home/treaves/Public/qt5/qtjsondb/tools'
make: *** [module-qtjsondb-tools-make_default] Error 2
cd qtjsondb && make -j 2 exited with status 512 at ./build line 64
Qt::Build::exe('Qt::Build=HASH(0x8228f98)', 'cd qtjsondb && make -j 2') called at ./build line 114
Qt::Build::exeLowPriv('Qt::Build=HASH(0x8228f98)', 'cd qtjsondb && make -j 2') called at ./build line 382
Qt::Build::build_project('Qt::Build=HASH(0x8228f98)', 'qtjsondb') called at ./build line 413
Qt::Build::build_qt('Qt::Build=HASH(0x8228f98)') called at ./build line 442
Qt::Build::run('Qt::Build=HASH(0x8228f98)') called at ./build line 451
'cd qtjsondb && make -j 2' failed: 512 at ./build line 382.