Re: Compiling OpenGL apps for Nvidia

2001-01-15 Thread Kristian Rink
And Romain Lerallut <[EMAIL PROTECTED]> gave word to the following thoughts: -|cc -o origami origami.o -L../libglut -L/usr/X11R6/lib -L/usr/lib -|-L/home/romain/OpenGL/opengl_for_x/glut/libglut -lglut -lGL -lGLU -lXmu -|-lXext -lX11 -lm -|origami.o: In function `display': -|origami.o(.text+0x655):

Re: Compiling OpenGL apps for Nvidia

2001-01-15 Thread Romain Lerallut
well I kinda fixed it, by adding #undef GL_EXT_polygon_offset at the top of my program. And it works. ??? I didn't look too hard for SGI-issued headers, since I got that fixed, but I'm interested by the "real" ones :-) if anyone comes across them... Thanks for your help, Romain Case

Re: Compiling OpenGL apps for Nvidia

2001-01-15 Thread Casey Webster
Are you using the nvidia openGL libs? if so, your problem is likely that you are using nvidia libs, and mesa headers. There should be some headers in the nvidia_glx download, you should use those instead of the current headers and the problem should clear up. If there are no headers in that tarb