[Webkit-unassigned] [Bug 118887] WebKitExports.def.in needs 64-bit symbols

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 19 09:55:41 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=118887





--- Comment #4 from Brent Fulgham <bfulgham at webkit.org>  2013-07-19 09:55:36 PST ---
(In reply to comment #3)
> (From update of attachment 207056 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=207056&action=review
> 
> > Source/WebKit/WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:115
> > +        symbolWithPointer(?fastMalloc at WTF@@YAPAXI at Z, ?fastMalloc at WTF@@YAPEAX_K at Z)
> 
> We are getting a compile failure when we attempt to compile the output of this macro (as processed by the build script).  Take a look at the intermediary output: WebKitExports.def.in gets converted to $(WebKitOutput)\obj(32|64)\WebKitExportGenerator\DerivedSources\WebKitExportsGenerator.cpp.  This is processed by the compiler as a series of 'printf' statements.  Somehow, the trailing end of the symbol is getting appended with a ")'".

Here's the specific error:

     1>C:\cygwin\home\buildbot\WebKit\WebKitBuild\Release\obj32\WebKitExportGenerator\WebKitExports.def(108): fatal error LNK1118: syntax error in '?fastMalloc at WTF@@YAPEAX_K at Z)' statement
     1>Done Building Project "C:\cygwin\home\buildbot\WebKit\Source\WebKit\WebKit.vcxproj\WebKit\WebKit.vcxproj" (build target(s)) -- FAILED.

Build FAILED.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list