[Webkit-unassigned] [Bug 77042] JSStringRefCF.cpp does not honor USE(CF) flag

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 26 06:09:34 PST 2012


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


Brian Barnes <ggadwa at charter.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |VERIFIED
         Resolution|INVALID                     |REMIND




--- Comment #2 from Brian Barnes <ggadwa at charter.net>  2012-01-26 06:09:34 PST ---
(In reply to comment #1)
> This file should not be compiled on platforms that don't use CF.
> 
> If there is a link failure because these functions are exported, the right
>solution is to stop exporting them on these platforms.

The problem is that this is a platform that uses CF -- win32 (wincairo).  My goal is to be able to create a minimum build on win32 for embedding JSC in other apps (eventually a minimum configuration in the msvc project.)

This solves one of the problems with building that version.  Changing it to not compile/export would be a difficult task and rock the boat too much for a win32 build.

This small fix allows you to build a non-CF (wincairo) build.

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