Re: Installing HOpenGL
Sven Panne <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.hopengl |
|---|---|
| Message-ID | <[email protected]> |
Michael Stout wrote: > [...] I've copied /usr/include/GL to [ghcpath]/include/GL This should not be necessary and probably leads to the problems you encountered. It looks like a lying header (again) which claims to be OpenGL 1.2 but actually isn't, or a problem with my configure.in. What did configure detect (OpenGL version, include paths, etc.)? Cheers, S.