Quantcast
Channel: Qt DevNet forums: Installation and Deployment
Viewing all articles
Browse latest Browse all 2113

qt 4.8.3 compilation error: Webkit module

$
0
0
Hello all, I am trying to build the Qt 4.8.3 open source version with webkit and SSL. However, the webkit module fails to compile and somehow it seems to be related to some paths. The error I get is as follows: tmp\moc\debug_shared\moc_QNetworkReplyHandler.cpp(10) : fatal error C1083: Canno t open include file: '../../../../../../../../../qt-everywhere-opensource-src-4. 8.4/src/3rdparty/webkit/Source/WebCore/platform/network/qt/QNetworkReplyHandler. h': No such file or directory NetworkStateNotifierQt.cpp tmp\moc\debug_shared\moc_NetworkStateNotifierPrivate.cpp(10) : fatal error C1083 : Cannot open include file: '../../../../../../../../../qt-everywhere-opensource -src-4.8.4/src/3rdparty/webkit/Source/WebCore/platform/network/qt/NetworkStateNo tifierPrivate.h': No such file or directory SocketStreamHandleQt.cpp tmp\moc\debug_shared\moc_SocketStreamHandlePrivate.cpp(10) : fatal error C1083: Cannot open include file: '../../../../../../../../../qt-everywhere-opensource-s rc-4.8.4/src/3rdparty/webkit/Source/WebCore/platform/network/qt/SocketStreamHand lePrivate.h': No such file or directory Generating Code... NMAKE : fatal error U1077: '"c:\Program Files\Microsoft Visual Studio 9.0\VC\BIN \cl.EXE"' : return code '0x2' Stop. NMAKE : fatal error U1077: '"c:\Program Files\Microsoft Visual Studio 9.0\VC\BIN \nmake.exe"' : return code '0x2' Stop. NMAKE : fatal error U1077: 'cd' : return code '0x2' Stop. NMAKE : fatal error U1077: 'cd' : return code '0x2' Stop. The compilation before seemed fine. Any help would be greatly appreciated. I really am in a bind here. Thanks, xarg

Viewing all articles
Browse latest Browse all 2113

Trending Articles