> Just grabbed the latest git. > make complains about that: > > ar: DerivedSources/.libs/JSCSSCharsetRule.o: No such file or directory
yeah, i got that too - bizarre that you repeated it. it's because the .lo file exists but the .o does not. so if you delete the .lo then the build process happily recreates the .o do rm DerivedSources/.libs/JS*.lo and then make. if that _really_ doesn't work then do make clean - failing that, make distclean. btw you really should install ccache it will save a ton of time. l. _______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

