Bug 143762 - [ANGLE][W32] Buildsystem is hardcoded for UNIX
Summary: [ANGLE][W32] Buildsystem is hardcoded for UNIX
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 133028
  Show dependency treegraph
 
Reported: 2015-04-15 06:24 PDT by LRN
Modified: 2015-05-18 23:19 PDT (History)
2 users (show)

See Also:


Attachments
Don't hardcode ossource_posix.cpp in the makefile (2.77 KB, patch)
2015-04-15 09:57 PDT, LRN
cgarcia: review+
cgarcia: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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