[webkit-dev] compile webkit on windows

Brent Fulgham bfulgham at gmail.com
Fri Mar 6 16:54:55 PST 2009


Hi,

2009/3/6 jie zhang <ketsu.chou at gmail.com>:
> Hi all
>
> I try to compile webkit on Window+cygwin+vs2005 ES(Sp1),
> But I got some error like this:
>
> QTMovieWin.obj : error LNK2001: external symbol "__imp____
> CFStringMakeConstantString" is unresolved。
> [...]

You do not have the Apple support libraries in your build path, either
because you did not follow the instruction about doing so, or you did
not follow the instruction about downloading and installing them (see
http://webkit.org/building/checkout.html, "Install the WebKit Support
Libraries").

These error messages indicate that you are missing the
CoreFoundation.lib link library.

Good luck!

-Brent


More information about the webkit-dev mailing list