ValhallaTeam / angleproject

Automatically exported from code.google.com/p/angleproject
Other
0 stars 0 forks source link

Fix compilation on NetBSD and DragonFly #428

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Try compiling angleproject on DragonFly or NetBSD

What is the expected output? What do you see instead?

Compilation fails with many of these errors:
./src/compiler/osinclude.h:22:2: error: #error Unsupported platform.

What version of the product are you using? On what operating system?

svn trunk on DragonFly and NetBSD

Please provide any additional information below.

The attached patch makes angleproject recognize NetBSD and DragonFly as POSIX 
operating systems.

Original issue reported on code.google.com by anglepro...@wolfpond.org on 24 May 2013 at 2:12

Attachments:

GoogleCodeExporter commented 9 years ago
Thank you for including a patch. Our preferred code contribution process is 
described here: https://code.google.com/p/angleproject/wiki/ContributingCode -- 
please note, in particular, the "Legal" section of "Get your code ready".

Original comment by shannonw...@chromium.org on 24 Jun 2013 at 8:28

GoogleCodeExporter commented 9 years ago
Also requested by 
https://groups.google.com/d/msg/angleproject/3nOMhHiSw64/TuJFAhLrj8EJ

CL posted at
https://chromium-review.googlesource.com/#/c/181640/

Original comment by shannonw...@chromium.org on 6 Jan 2014 at 5:12

GoogleCodeExporter commented 9 years ago
Landed in master: 934ab062ccaf09bebefa596aeb98c0b10fc0caa8
Landed in es3proto: f831e3dd196e496edfb9b5380b2f0ab14eb18e31

Original comment by shannonw...@chromium.org on 7 Jan 2014 at 12:02