you're my hero =)
--
Your problem is caused by gcc 3 stricker friend declaration checking; you
should stick with gcc 2 (g++ 2) until the opengl package is updated. Use:
g++-2 -o glui glui.C -lglui -lglut32 -lglu32 -lopengl32
"-=]
d
struct GLUI'
/usr/include/glui.h:597: friend declaration requires class-key, i.e. `friend
class GLUI_Master_Object'
here is the glui.C file that i'm trying to compile (it's exemple2 of the
original glui package): http://shromy.free.fr/glui.C
I hope to get an answer
2 matches
Mail list logo