[SOLVED] Error in WebKit when compiling 4.8.5
-
Hi
Using Mac OSX Lion, g++-4.0, Qt 4.8.5.
I am having trouble getting Qt to build. I get this error:
@i686-apple-darwin10-g++-4.0.1: /workspace/Qt/4.8.5/src/src/3rdparty/webkit/Source/../WebKitLibraries/libWebKitSystemInterfaceSnowLeopard.a: No such file or directory@
Google doesn't find anyone having the same issue :(
My configure command looks like this:
@./configure -release -framework -nomake examples -nomake demos -nomake docs -cocoa -arch x86_64 -sdk /Developer/SDKs/MacOSX10.6.sdk -opensource -no-phonon -svg -webkit -qt-libjpeg -qt-libmng -qt-libpng -qt-zlib -no-dbus -libdir ../bin/mac-64-x86-release-10.6//frameworks -prefix ../bin/mac-64-x86-release-10.6/@I can build it fine on Linux, but then my problem looks mac-specific (snow leopard lib).
Any suggestions would be most welcome.
-
Updating your Xcode seems to be a good first step. You can disable webkit build if you don't use it.