[Webkit-unassigned] [Bug 119600] New: 64-bit ANGLE build can't find DirectX libraries

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 8 15:19:21 PDT 2013


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

           Summary: 64-bit ANGLE build can't find DirectX libraries
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows 7
            Status: UNCONFIRMED
          Severity: Minor
          Priority: P3
         Component: ANGLE
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: achristensen at apple.com
                CC: bfulgham at webkit.org


The 64-bit build of ANGLE on Windows can't find the DirectX libraries.  The DirectX installation has the 32-bit libraries in a folder called x86 and the 64-bit libraries in a folder called x64.  I was using the $(PlatformShortName) macro in Visual Studio to link to these and it works fine with the 32-bit build, but with a 64-bit build it expands to AMD64, not x64.  There is no macro that is x86 for a 32-bit build and x64 for a 64-bit build, so instead of making one, I'll just use two different property sheets to link the builds.

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