Re: [Mesa-dev] mesa on solaris

2013-03-15 Thread Kenneth Graunke

On 03/15/2013 09:49 AM, Niveditha Rau wrote:

Hi,

We have been building Mesa 8.0.4 successfully on solaris and I was
trying to update to Mesa 9.0.3, but was running
into build issues with glsl and I ran into the errors with the builtins

./builtins/tools/generate_builtins.py ./builtin_compiler  output


Python shouldn't be too relevant; it's clearly calling builtin_compiler, 
and that's failing.


What messages do you get if you run ./builtin_compiler 
builtins/profiles/110.vert?  Does it even run?


--Ken
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev


Re: [Mesa-dev] mesa on solaris

2013-03-15 Thread Niveditha Rau

On 03/15/13 10:38, Kenneth Graunke wrote:

./builtin_compiler builtins/profiles/110.vert

% ./builtin_compiler builtins/profiles/110.vert
Info log for builtins/profiles/110.vert:
0:1(1): error: syntax error, unexpected $end


Thanks
Niveditha

___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev