Search found 4 matches

by Ramen Noodles
Sun Dec 02, 2007 3:30 am
Forum: Help: Source Code / Compiling / Development
Topic: 2.0.10 configure: missing gl.h
Replies: 15
Views: 10066

Thanks for the response. I might try to hit the cvs and see if I have any luck there.
by Ramen Noodles
Mon Nov 26, 2007 2:47 am
Forum: Help: Source Code / Compiling / Development
Topic: 2.0.10 configure: missing gl.h
Replies: 15
Views: 10066

Thanks, guys, for your responses. I apologize for the delay. I've been busy with other tasks.

The problem is the 'missing gl.h' error that prevents creation of a client binary. Pastebin link for the config log is:

http://pastebin.com/m4c8b7ad

Line 2365 shows the error.


I appreciate the help.
by Ramen Noodles
Fri Nov 23, 2007 3:44 am
Forum: Help: Source Code / Compiling / Development
Topic: 2.0.10 configure: missing gl.h
Replies: 15
Views: 10066

configure:24920: g++ -o conftest -g -O2 conftest.cpp -framework OpenGL -lXi -lXxf86vm -lXext -lSM -lICE -lX11 -lm >&5 g++: OpenGL: No such file or directory cc1plus: error: unrecognized command line option "-framework" I thought the -framework option was just for Mac OS X... weird. An...
by Ramen Noodles
Thu Nov 22, 2007 6:23 pm
Forum: Help: Source Code / Compiling / Development
Topic: 2.0.10 configure: missing gl.h
Replies: 15
Views: 10066

2.0.10 configure: missing gl.h

Trying to compile 2.0.10 on Mandriva and I've had similar problems as this thread . I've solved all but the 'missing gl.h' problem during the ./configure step. I've previously been able to complete the whole compile process with 2.0.8 (several times), but now I'm also receiving the same gl.h errors ...