Re: glui.h compilation prb

2003-06-06 Thread Larry Hall
Andre Bleau wrote: "Zieg, Mark" wrote: Andre, I just came across your post regarding GLUI and gcc2/3 under Cygwin: http://article.gmane.org/gmane.os.cygwin/27178/match=glui Thank you for clarifying that. Do you have any idea when the

Re: glui.h compilation prb

2003-06-06 Thread Andre Bleau
"Zieg, Mark" wrote: Andre, I just came across your post regarding GLUI and gcc2/3 under Cygwin: http://article.gmane.org/gmane.os.cygwin/27178/match=glui Thank you for clarifying that. Do you have any idea when the OpenGL package will

Re: glui.h compilation prb

2003-06-05 Thread Zieg, Mark
Andre, I just came across your post regarding GLUI and gcc2/3 under Cygwin: http://article.gmane.org/gmane.os.cygwin/27178/match=glui Thank you for clarifying that. Do you have any idea when the OpenGL package will be updated, and we can use GLUI under gcc3? Also, are there any hazards to

Re: glui.h compilation prb

2003-04-03 Thread -=]Shromilder[=-
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 "-=]Shromilder[

Re: glui.h compilation prb

2003-04-02 Thread Andre Bleau
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 "-=]Shromilder[=-" wrote: Hi everyone, I have a little probleme: I'm using the last versi

glui.h compilation prb

2003-04-02 Thread -=]Shromilder[=-
Hi everyone, I have a little probleme: I'm using the last version of CygWin with all last packages but when i try to compile a simple programme using glui.h library, i always get those error: $ gcc -o glui glui.C -lglui -lglut32 -lglu32 -lopengl32 In file included from glui.C:16: /usr/include/glui