Glu.h problems anyone? please help!

Hi, when I downloaded the glut for linux it didn’t include the file glu.h. HOwever I had the file glu.h on my comp from my visual C++ so I copied it into my glut folder. I know for sure the glu.h has no errors in it and I set my Makefile to include the correct directories to find these files. However when I compile the program I have all these parsing errors from my glu.h file. I really need to fix it. If anyone can help me it would be much appreciated.

Do not use glu.h for Windows on linux. Different versions and extensions. I got a rpm with glu from the Mesa site.

do not use the windows opengl libraries
install mesa 3.4 for linux instead, and it contains glut !

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.