[webkit-dev] gdom_x_path_evaluator_create_ns_resolver [was: webkit #16401]
Luke Kenneth Casson Leighton
lkcl at lkcl.net
Tue Jun 9 01:43:29 PDT 2009
> 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.
More information about the webkit-dev
mailing list