[email protected] wrote:
Hi,

Did anyone try the new way in mac?

I have qt 4.6.0 in mac.  "qmake -r DerivedSource.pro" generated file
DerivedSources.make (not Makefile.DerivedSources) in JavaScriptCore &
WebCore, and when I try "make -r DerivedSources.make" it complains
"No rule to make target 'ArrayPrototype.lut.h', needed by 'all'".

build-webkit works fine here, creating a Makefile.DerivedSources, but that's because it passes -o Makefile.DerivedSources to qmake.

You also want to pass the target "generated_files" when running make.

Try that, or use build-webkit directly.

tor arne

_______________________________________________
webkit-qt mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt

Reply via email to