[Webkit-unassigned] [Bug 41725] REGRESSION(r62283): No longer possible to build for Tiger from SnowLeopard due to export file shenanigans

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 6 17:21:32 PDT 2010


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





--- Comment #1 from Mark Rowe (bdash) <mrowe at apple.com>  2010-07-06 17:21:32 PST ---
In order to address the more general issue here we need the selection of which symbols to export to follow the same logic that is used by the compiler when determining which features are enabled.  One way to do this is to have the generation of the exports file handled via C++ code that uses the regular preprocessor macros to include or exclude symbols.  I’m working on a patch that does just that.

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