Menu

Linux Box with latest NVidia driver(1.0-1541)

Help
Anonymous
2001-11-22
2001-11-22
  • Anonymous

    Anonymous - 2001-11-22

    Hi,

    I had some problems compiling; in some exec.ccp
    files, like:
    progs/extensions/EXT_blend_subtract/exec.cpp
    I've got compiler error about
    PFNGLBLENDEQUATIONEXTPROC not being defined.
    I've got errors in various files about passing
    an int to a GLenum parameter.

    In order to compile and test, i've solve the first
    problem changing the undefined data types with
    void pointers, and the second problem just casting
    the indicated parameters. That was enough to
    compile, but i'd like to know the right solution.

    Then, when i was running the fonttest demo,
    the Application faker dies with the following
    error:
    /cr/bin/Linux/fonttest: error while loading
    shared libraries: /usr/lib/libGLU.so.1: undefined symbol: glTexImage3D.

    I've got problems with __glTLCSindex being undefined in libGLcore while trying to run wiregl.

    Any help will be highly appreciated.

     
    • Anonymous

      Anonymous - 2001-11-22

      Ok; i've just compiled WireGL using the gl.h and
      glx.h files provided by NVidia and it's running
      fine, but cr still gives problems with :
      /cr/bin/Linux/fonttest: error while loading
      shared libraries: /usr/lib/libGLU.so.1: undefined symbol: glTexImage3D.

      Any ideas ?

       

Log in to post a comment.