Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Results 1 to 2 of 2

Thread: 3dLabs glslang compiler on linux

  1. #1
    Junior Member Newbie
    Join Date
    May 2006
    Posts
    4

    3dLabs glslang compiler on linux

    Hi, has anyone got this http://developer.3dlabs.com/download...iler/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

  2. #2
    Junior Member Newbie
    Join Date
    Aug 2006
    Posts
    8

    Re: 3dLabs glslang compiler on linux

    Hi, take a look here: Same problem I have .

    And if somehow you succeed, please tell me how.

    Good luck

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •