pablob
09-11-2006, 09:07 AM
Hi, has anyone got this http://developer.3dlabs.com/downloads/glslcompiler/index.htm compiled under linux/unix?
It seems to me it shouldn't even compile on win, but who knows... First of all I got this error:
g++ -c -I. -I.. -I../.. -I../Include -I../Public -I../OSDependent/Linux -I../../OGLCompilersDLL Gen_glslang.cpp -o Gen_glslang.o
glslang.l:70: error: redefinition of ‘TSourceLoc yylineno’
Gen_glslang.cpp:350: error: ‘int yylineno’ previously defined here
There are more errors, but this seems so basic that I won't explore further for now... Anyone can help?
Thanks
Pablo
It seems to me it shouldn't even compile on win, but who knows... First of all I got this error:
g++ -c -I. -I.. -I../.. -I../Include -I../Public -I../OSDependent/Linux -I../../OGLCompilersDLL Gen_glslang.cpp -o Gen_glslang.o
glslang.l:70: error: redefinition of ‘TSourceLoc yylineno’
Gen_glslang.cpp:350: error: ‘int yylineno’ previously defined here
There are more errors, but this seems so basic that I won't explore further for now... Anyone can help?
Thanks
Pablo