7 Jun
2005
7 Jun
'05
6:29 p.m.
On 07 Jun 2005, at 14.10, Nicolas Berloquin wrote:
/usr/bin/libtool: can't locate file for: -lWebKitSystemInterface /usr/bin/libtool: file: -lWebKitSystemInterface is not an object file (not allowed in a library)
It needs a small tweak to build with Xcode 2.1. Here's what you can do: cd <builddir>/Deployment ln -s ../libWebKitSystemInterface.a ln -s ../usr It should work fine, once you do that. - Toby