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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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 ?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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.
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 ?