[Webkit-unassigned] [Bug 139286] New: FeatureDefines.xcconfig: Workaround bug in Xcode 5.1.1 when defining ENABLE_WEB_REPLAY

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 4 21:13:08 PST 2014


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

            Bug ID: 139286
           Summary: FeatureDefines.xcconfig: Workaround bug in Xcode 5.1.1
                    when defining ENABLE_WEB_REPLAY
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Macintosh
                OS: Mac OS X 10.8
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ddkilzer at webkit.org
                CC: burg at cs.washington.edu, dbates at webkit.org,
                    mrowe at apple.com
        Depends on: 138813

Xcode 5.1.1 has a bug where using an SDK selector ([sdk=macosx*]) on the LHS of a variable definition and a sub-variable expression on the RHS causes the entire expression to be ignored.

In other words, when building with Xcode 5.1.1 on 10.8, this line in FeatureDefines.xcconfig is completely ignored:

ENABLE_WEB_REPLAY[sdk=macosx*] = $(ENABLE_WEB_REPLAY_macosx_$(CONFIGURATION));

The workaround is to switch back to using PLATFORM_NAME and remove the SDK selector as long as 10.8 is supported.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20141205/3c4687e3/attachment-0002.html>


More information about the webkit-unassigned mailing list