Re: Re: can't compile opengl using w32api with gcc

2010-10-19 Thread chm
On 2:59 PM, André Bleau wrote: Your problem is the consequence of the libGL-devel package (Mesa GL) taking over /usr/include/GL in 2008. If you want native GL, you need to install the opengl package, and compile with -I/usr/include/opengl , as stated in /usr/share/doc/opengl-1.1.0/README.txt .

Re: can't compile opengl using w32api with gcc

2010-10-18 Thread André Bleau
chm wrote: > Hi- Hi Chris, > > I've been trying to compile the Perl OpenGL > module for cygwin using the w32api opengl32, > glu32,.. for performance. I used to be able > to add either -I/usr/X11R6/include or > -I/usr/include/w32api to the gcc flags to > get the compile to work. > > Going

can't compile opengl using w32api with gcc

2010-10-17 Thread chm
Hi- I've been trying to compile the Perl OpenGL module for cygwin using the w32api opengl32, glu32,.. for performance. I used to be able to add either -I/usr/X11R6/include or -I/usr/include/w32api to the gcc flags to get the compile to work. Going back with cygwin 1.7.1 now, I am unable to get