<div>Hello,</div>
<div> </div>
<div> I am writing a graphical program in Haskell as a final project for university to show that it is not a "toy language". Unfortunatly when trying to install HOpenGL I get past the ./configure part but then fail with errors on the make depend and make all or even make install. I can't seem to locate the problem or where the errors are coming from.
</div>
<div> </div>
<div>I get the following error report:</div>
<div> </div>
<div>module 'Main' is defined in multiple files: Info.hs</div>
<div> QBSP.hs</div>
<div> QuakeMovement.hs</div>
<div> TestGLUT.hs</div>
<div> </div>
<div>make[2]: *** [depend] Error 1</div>
<div>make[1]: *** [depend] Error 1</div>
<div>make: *** [depend] Error 1<br clear="all"></div>
<div>I would really like to use HOpenGL for this project, so If anyone knows how I can solve this I would love to know.</div>
<div><br>-- <br>Without Wax,<br> Chris </div>