Bug 143762

Summary: [ANGLE][W32] Buildsystem is hardcoded for UNIX
Product: WebKit Reporter: LRN <lrn1986>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: cgarcia, lrn1986
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 133028    
Attachments:
Description Flags
Don't hardcode ossource_posix.cpp in the makefile cgarcia: review+, cgarcia: commit-queue-

Description LRN 2015-04-15 06:24:07 PDT
Source/ThirdParty/ANGLE/src/compiler/ossource_posix.cpp is compiled unconditionally.
Comment 1 LRN 2015-04-15 09:57:36 PDT
Created attachment 250807 [details]
Don't hardcode ossource_posix.cpp in the makefile

Compile ossource_posix.cpp or ossource_win.cpp depending on the target.

Otherwise you get an error:
../webkitgtk-2.4.8/Source/ThirdParty/ANGLE/src/compiler/ossource_posix.cpp:13:2: error: #error Trying to build a posix specific file in a non-posix build.
Comment 2 Carlos Garcia Campos 2015-05-18 23:19:35 PDT
Committed to 2.4 http://trac.webkit.org/changeset/184545