Re: HopenGL on Windows XP
Sven Panne <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.hopengl |
|---|---|
| Message-ID | <[email protected]> |
Am Montag, 20. Juni 2005 18:04 schrieb Scott J.: > None of the examples of OpenGL at > http://cvs.haskell.org/cgi-bin/cvsweb.cgi/~checkout~/fptools/libraries/GLUT >/examples/RedBook/ > > do work . E.g. for Planet.hs I get during compilation with ghc-6.2.2 > > Planet.hs: 30: parse error on input `-&' [...] Hmmm, Planet.hs does not even contain `-&'. Are you sure that you've downloaded the examples correctly? It looks a bit like the beginning of `->', which is HTML-speak for `->'. Cheers, S.