[HOpenGL] Compiling HOpenGL Examples with GHC 6.2 Mac OS
Hans Nikolaus Beck
HNBeck at t-online.de
Tue Jan 6 12:21:29 EST 2004
Hi,
I'm a Haskell newbee and try to compile the HOpenGL Examples with GHC
6.2 Mac OS X with it's build in openGL stuff, by giving
ghc --make Cube.hs
the answer is :"not find module GLUT and GL", which is understandable
because in the Cube.hs there is the code
import GL
import GLU
But how to say ghc what he needs ? Is it -addpackage or -l option (in
other words "import" is the same as include in C?) ?
BTW: In the HOpenGL distribution, in the directory lib there is a file
GL.hs and GLUT.hs which I think are the files needed for teh example
above. But I don't found these files in the new GHC 6.2 distribution,
is that correct ?
Thanks for your help.
Greetings
Hans-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: text/enriched
Size: 714 bytes
Desc: not available
Url : http://haskell.org/pipermail/hopengl/attachments/20040106/56ad8906/attachment.bin
More information about the HOpenGL
mailing list