I tried installing the binary OS X and got the same error. I tried setting the INCLUDEPATH variable to:
/Library/Frameworks/QtXmlPatterns.framework/Versions/4/Headers;/Library/Frameworks/QtNetwork.framework/Versions/4/Headers/;/Library/Frameworks/QtGui.framework/Versions/4/Headers;/Library/Frameworks/QtCore.framework/Versions/4/Headers; Here is the qmake version I am using: Christopher-Mac-Pro:WebKit chris$ qmake --version QMake version 2.01a Using Qt version 4.7.0 in /opt/local/libexec/qt4-mac-devel/lib I still get the same error when I run "./WebKitTools/Scripts/build-webkit --qt": ../../../WebCore/platform/graphics/qt/ImageDecoderQt.cpp:200: error: ‘fromImageReader’ is not a member of ‘QPixmap’ make[2]: *** [obj/debug/ImageDecoderQt.o] Error 1 make[1]: *** [debug-all] Error 2 make: *** [sub-WebCore-make_default-ordered] Error 2 Any other ideas? Thanks again for the help, Chris On Wed, Dec 8, 2010 at 9:15 PM, Ariya Hidayat <[email protected]>wrote: > > I am trying to compile the Qt WebKit port on Mac OS X. I have installed > the > > q4-mac-devel package via MacPorts. > > Which version of Qt is that? Find out using 'qmake --version'. > > Also I suggest using Qt binary package from > http://qt.nokia.com/downloads instead. > > Don't forget to read http://trac.webkit.org/wiki/BuildingQtOnOSX (if > you haven't done so). > > > -- > Ariya Hidayat > http://www.linkedin.com/in/ariyahidayat >
_______________________________________________ webkit-help mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-help
