Littleman
12-11-02, 02:59 PM
Hi there,
I succesfully installed the nvidia drivers on my dell inspiron 8200...no real problems, which actually surprised me :p
Now, of course i want to go further and compile things...
My first attempts where with Nehe's opengl tutorials...
Unsuccessful, because apparently the complier could not find some GL headers...
After reading the Docs from Nvidia (hehe i never read them BEFORE anything goes wrong) i found that i had nothing in my usr/include/GL directory, so i put nvidia's headers in there
now, "lesson01.c:14:20: GL/glx.h: No such file or directory
lesson01.c:15:19: GL/gl.h: No such file or directory
lesson01.c:16:20: GL/glu.h: No such file or directory"
have disappeared from compilation but i still get :
lesson01.c:17:38: X11/extensions/xf86vmode.h: No such file or directory
lesson01.c:18:24: X11/keysym.h: No such file or directory
errr where do i find that ??? Thank you for your replies and i hope that's the only thing i have to do to compile simple stuff... :)
I succesfully installed the nvidia drivers on my dell inspiron 8200...no real problems, which actually surprised me :p
Now, of course i want to go further and compile things...
My first attempts where with Nehe's opengl tutorials...
Unsuccessful, because apparently the complier could not find some GL headers...
After reading the Docs from Nvidia (hehe i never read them BEFORE anything goes wrong) i found that i had nothing in my usr/include/GL directory, so i put nvidia's headers in there
now, "lesson01.c:14:20: GL/glx.h: No such file or directory
lesson01.c:15:19: GL/gl.h: No such file or directory
lesson01.c:16:20: GL/glu.h: No such file or directory"
have disappeared from compilation but i still get :
lesson01.c:17:38: X11/extensions/xf86vmode.h: No such file or directory
lesson01.c:18:24: X11/keysym.h: No such file or directory
errr where do i find that ??? Thank you for your replies and i hope that's the only thing i have to do to compile simple stuff... :)