[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:11 PDT 2013


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


Brent Fulgham <bfulgham at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #207056|review?                     |review-
               Flag|                            |




--- Comment #3 from Brent Fulgham <bfulgham at webkit.org>  2013-07-19 09:55:06 PST ---
(From update of attachment 207056)
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 ")'".

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