[webkit-dev] building CVS with xcode 2.1

Toby Peterson toby at opendarwin.org
Tue Jun 7 11:29:38 PDT 2005


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



More information about the webkit-dev mailing list