[webkit-help] Webkit-Cairo build failure
Chris Waldron
christy.waldron at gmail.com
Sat Aug 13 15:32:28 PDT 2011
I'm failing in the link phase of the Webkit project with the following
message.
Linking...
LINK : warning LNK4224: /OPT:NOWIN98 is no longer supported; ignored
libjpeg.lib(jdapimin.obj) : MSIL .netmodule or module compiled with /GL
found; restarting link with /LTCG; add /LTCG to the link command line to
improve linker performance
LINK : warning LNK4224: /OPT:NOWIN98 is no longer supported; ignored
Creating library
C:\cygwin\home\windev\WebKit\WebKitBuild\Release_Cairo_CFLite\lib\WebKit.lib
and object
C:\cygwin\home\windev\WebKit\WebKitBuild\Release_Cairo_CFLite\lib\WebKit.exp
WebCore.lib(CSSParser.obj) : error LNK2001: unresolved external symbol
"public: int __thiscall WebCore::CSSParser::lex(void)"
(?lex at CSSParser@WebCore@@QAEHXZ)
C:\cygwin\home\windev\WebKit\WebKitBuild\Release_Cairo_CFLite\bin\WebKit.dll
: fatal error LNK1120: 1 unresolved externals
Build log was saved at
"file://C:\cygwin\home\windev\WebKit\WebKitBuild\Release_Cairo_CFLite\obj\We
bKit\BuildLog.htm"
WebKit - 2 error(s), 2 warning(s)
Apparently CSSParser::lex() method is undefined. I have the latest sources.
Does anyone have any idea why this method is missing?
Thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-help/attachments/20110814/0e3429d4/attachment.html>
More information about the webkit-help
mailing list