Re: [Mesa-dev] [PATCH] scons: Add Haiku build support

2012-01-16 Thread Alexander von Gluck
Should I commit this for you? If you approve :) -- Alexander von Gluck On 16.01.2012 13:31, Jose Fonseca wrote: - Original Message - svga is close, however there is a type conflict. Haiku defines uint32, uint8, etc by default... the svga gallium driver defines them as well. I think

Re: [Mesa-dev] [PATCH] scons: Add Haiku build support

2012-01-16 Thread Jose Fonseca
- Original Message - > svga is close, however there is a type conflict. > Haiku defines uint32, uint8, etc by default... the svga gallium > driver > defines them as well. > I think it's as easy as removing the svga *int* typedefs under > haiku... but > haven't had the > bandwidth to test th

Re: [Mesa-dev] [PATCH] scons: Add Haiku build support

2012-01-16 Thread Alexander von Gluck
svga is close, however there is a type conflict. Haiku defines uint32, uint8, etc by default... the svga gallium driver defines them as well. I think it's as easy as removing the svga *int* typedefs under haiku... but haven't had the bandwidth to test that yet. llvm... well there is no llvm /

Re: [Mesa-dev] [PATCH] scons: Add Haiku build support

2012-01-16 Thread Jose Fonseca
Looks good. What's preventing src/gallium/drivers/llvmpipe and src/gallium/drivers/svga from building on haiku? These pipe drivers should be fairly portable (unlike src/gallium/winsys or src/gallium/targets dirs). Jose - Original Message - > > Enables building stock Mesa under the Ha

[Mesa-dev] [PATCH] scons: Add Haiku build support

2012-01-16 Thread Alexander von Gluck
Enables building stock Mesa under the Haiku operating system. --- common.py |2 +- scons/gallium.py |2 ++ src/SConscript |5 +++-- src/gallium/SConscript | 14 ++ src/glu/sgi/SConscript | 16 +++- 5 files changed, 27 insertions(