Re: [Mesa-dev] [PATCH] scons: Do not build svga if using Solaris Studio C compiler.

2012-06-18 Thread Brian Paul
On 06/17/2012 11:18 AM, Vinson Lee wrote: Solaris Studio C compiler does not support anonymous structs and anonymous unions. Signed-off-by: Vinson Lee --- scons/gallium.py |2 ++ src/gallium/drivers/svga/SConscript |4 src/gallium/targets/dri-vmwgf

[Mesa-dev] [PATCH] scons: Do not build svga if using Solaris Studio C compiler.

2012-06-17 Thread Vinson Lee
Solaris Studio C compiler does not support anonymous structs and anonymous unions. Signed-off-by: Vinson Lee --- scons/gallium.py |2 ++ src/gallium/drivers/svga/SConscript |4 src/gallium/targets/dri-vmwgfx/SConscript |4 3 files changed, 10