[Webkit-unassigned] [Bug 15569] [gtk] GTK JavaScriptCore needs to export symbols for JSC API and WTF

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Oct 20 03:25:44 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=15569


mrowe at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mrowe at apple.com




------- Comment #1 from mrowe at apple.com  2007-10-20 03:25 PDT -------
One problem with using an exports file is that compilers on different platforms
all have different means of specifying the exports file, and the same compiler
on different platforms may mangle names in a different manner.  The approach
used within the Gtk API code is to have a #define that marks a symbol as having
default visibility (eg, as being exported) when building, and to set the
default symbol visibility to private.


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



More information about the webkit-unassigned mailing list