[Webkit-unassigned] [Bug 70914] New: [EFL] build on macosx does not work for various small reasons

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 26 06:20:46 PDT 2011


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

           Summary: [EFL] build on macosx does not work for various small
                    reasons
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit EFL
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: o.gorter at activevideo.com
                CC: demarchi at webkit.org, gyuyoung.kim at webkit.org


Created an attachment (id=112495)
 --> (https://bugs.webkit.org/attachment.cgi?id=112495&action=review)
small tweaks to efl macosx build

on MAC it will set PLATFORM(MAC) which implies way too much apple port specific things, disabled in Platform.h
for threading we need to link libobjc.dylib
efl depends on FONTCONFIG and PNG and JPEG libraries too, macosx won't do implicit linking like linux
stop using 1.0.999 in ecore and other libs, macosx linker cannot handle that, so use 1.0.99 instead
fix ENABLE_ECORE_X flag
libicuuc is actually icucore

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