Re: [Haskell-cafe] OpenGL and Cabal installation

18 Mar
2009
18 Mar
'09
12:28 p.m.
On Wed, 18 Mar 2009 04:34:29 +0100, Mark Spezzano
configure: error: no GLUT header found, so this package cannot be built
See `config.log' for more details.
Where is it looking for these glut.h files? I’ve tried putting them everywhere in my PATH but msys won’t find them.
Add an environment variable C_INCLUDE_PATH and assign it the value of the directory where you keep the header files; for instance, if the glut.h file is in: C:\usr\local\include\GLUT then do Set C_INCLUDE_PATH=C:\usr\local\include before compiling, or set this variable in Windows with System properties. Similarly, set LIBRARY_PATH for the libraries to link. -- Regards, Henk-Jan van Tuyl -- http://functor.bamikanarie.com http://Van.Tuyl.eu/ --
5909
Age (days ago)
5909
Last active (days ago)
0 comments
1 participants
participants (1)
-
Henk-Jan van Tuyl