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@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.

_______________________________________________
webkit-help mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-help

Reply via email to