[HOpenGL] some problems

Sven Panne Sven.Panne@informatik.uni-muenchen.de
Fri, 02 Nov 2001 17:07:37 +0100


Edson wrote:
> [...]
> make[1]: Entering directory `/HOpenGL-1.00/examples/othello-project'
> ghc -c -i/HOpenGL-1.01/lib -I/HOpenGL-1.01/lib  -L/HOpenGL-1.01/lib
> -fglasgow-ex
> ts -recomp -Wall -O -syslib concurrent -package lang -L/HOpenGL-1.01/lib
> -lHOpenGL -lglut32 -lglu32 -lopengl32 "-#include <GL/glut.h>" HGraphicsTypes.hs
> 
> HGraphicsTypes.hs:3:
>     failed to load interface for `GL':
>         Could not find interface file for `GL'
> [...]

It looks like you're mixing version 1.00 and 1.01. Has 1.01 been built
successfully before? And do your hierarchies really start in the root
directory?

Cheers,
   S.