Error During make run
-
Hi,
I am trying to config the system as follows
./configure -no-static -shared -opensource -qt-libtiff -qt-libmng -webkit-debug -nomake examples -nomake demos -debug-and-release -confirm-license -openssl -I /home/boris/QT/QT4.8.1/openssl-1.0.1g/include -L /home/boris/QT/QT4.8.1/openssl-1.0.1g/lib -prefix /home/boris/QT/QT4.8.1/qt-everywhere-opensource-src-4.8.1All pass ok, but in the make (after make install) I got error :
make[2]: Entering directory/home/QA/QT/QT4.8.1/qt-everywhere-opensource-src-4.8.1/src/3rdparty/webkit/Source/WebKit/qt' make[2]: *** No rule to make target
../../WebCore/release/libwebcore.a', needed by../../../../../../lib/libQtWebKit.so.4.9.0'. Stop. make[2]: Leaving directory
/home/QA/QT/QT4.8.1/qt-everywhere-opensource-src-4.8.1/src/3rdparty/webkit/Source/WebKit/qt'
make[1]: *** [sub-WebKit-qt-QtWebKit-pro-install_subtargets-ordered] Error 2
make[1]: Leaving directory `/home/QA/QT/QT4.8.1/qt-everywhere-opensource-src-4.8.1/src/3rdparty/webkit/Source'
make: *** [sub-webkit-install_subtargets-ordered] Error 2How can I fix it?