Hi
I'm trying to compile FreeReign-0.0.6 which uses Mesa
as a graphic library.
Running the ./configure script the script print's the
following error :
---- error message ----
checking for GL/glut.h... no
configure: error: You need to have the glut headers
installed
---- end of error message ----
Not like the error say, glut.h is installed on my
comp., it's installed in
/usr/include/GL/glut.h . Like all all the other *.h
files which are installed
under either /usr/include or /usr/include/<some dir>
(other includes are
recognized by the scrip).
Things I've tried :
1) ./configure --includedir=/usr/includes => the
script lost the X includes
2) Edit the script - try to make the script recognize
the glut.h => No effect
3) env CPPFLAGS=-I/usr/local/include LDFLAGS=-s
/configure => No effect
You can say that I'm ......... Lost !
Any suggestions ?
Thanks
Erez
__________________________________________________
Do You Yahoo!?
>From homework help to love advice, Yahoo! Experts has your answer.
http://experts.yahoo.com/
=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]