Hello everybody. I am trying to set my environment to build Qt WebKit (I'm using Mac OS X). I can build Qt 4.7 from Git so I expect that I have all necessary tools properly configured. I cloned <default> branch (I'm not yet comfortable with Git terminology) from git://gitorious.org/webkit/webkit.git and tried to build as described at http://trac.webkit.org/wiki/BuildingQtOnOSX.
This is the tool output: eugene-ostroukhovs-imac-3:webkit-clone eugene$ WebKitTools/Scripts/build-webkit --qt Generating derived sources Calling 'qmake -r -r /Users/eugene/work/Experiments/webkit-clone/DerivedSources.pro -o Makefile.DerivedSources' in /Users/eugene/work/Experiments/webkit-clone/WebKitBuild/Release Reading /Users/eugene/work/Experiments/webkit-clone/JavaScriptCore/DerivedSources.pro [/Users/eugene/work/Experiments/webkit-clone/WebKitBuild/Release/JavaScriptCore] Reading /Users/eugene/work/Experiments/webkit-clone/WebCore/DerivedSources.pro [/Users/eugene/work/Experiments/webkit-clone/WebKitBuild/Release/WebCore] Reading /Users/eugene/work/Experiments/webkit-clone/WebKit/qt/Api/DerivedSources.pro [/Users/eugene/work/Experiments/webkit-clone/WebKitBuild/Release/WebKit/qt/Api] WARNING: Ignored (not found) '/Users/eugene/work/Experiments/webkit-clone/JavaScriptCore/dummy.xcodeproj' WARNING: Ignored (not found) '/Users/eugene/work/Experiments/webkit-clone/WebCore/dummy.xcodeproj' WARNING: Ignored (not found) '/Users/eugene/work/Experiments/webkit-clone/WebKit/qt/Api/dummy.xcodeproj' Calling 'make -f Makefile.DerivedSources generated_files' in /Users/eugene/work/Experiments/webkit-clone/WebKitBuild/Release/JavaScriptCore make: Makefile.DerivedSources: No such file or directory make: *** No rule to make target `Makefile.DerivedSources'. Stop. Failed to generate JavaScriptCore's derived sources! It looks like all the directory names are correct. Thank you in advance, Eugene
_______________________________________________ webkit-qt mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt
