[Webkit-unassigned] [Bug 57437] cmake fixes to build efl port under macosx too

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 30 06:36:50 PDT 2011


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





--- Comment #2 from Onne Gorter <o.gorter at activevideo.com>  2011-03-30 06:36:50 PST ---
actually, you can only build webkit with ICU on a case sensitive file system! Because JavaScriptCore/wtf/unicode/UTF8.h and <unicode/utf8.h> from ICU will be ambiguous.

(Don't make the whole macosx harddrive case sensitive, this will break certain programs, instead create a disk image with a case sensitive partition.)

to make the rest work, in wtf/Platform.h:
#define WTF_PLATFORM_MAC 0
#define ENABLE_PURGEABLE_MEMORY 0

or (haven't tried) add WebCore/platform/mac/PurgeableBufferMac.cpp to WebCore/CMakeLists.txt

will update cmake patch

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