Re: Re: Fwd: OpenGLRaw
Sven Panne <[email protected]> Sun, 16 Aug 2009 17:25:36 +0200
| Newsgroups | gmane.comp.lang.haskell.hopengl |
|---|---|
| Message-ID | <[email protected]> |
Am Montag, 10. August 2009 20:03:53 schrieb Sven Panne: > Am Montag, 10. August 2009 19:55:24 schrieb Sven Panne: > > [...] > > Is this generally the case for Mac OS X users? If yes, the > > extra-libraries line should be excluded in the Cabal file for this > > platform. Have others experienced the same problem? Reports would be > > nice, regardless if things work or not... > > Just another idea from a different email: Perhaps "-framework OpenGL" is > missing for Mac OS X? It would be nice to hear what the right fix is, I > don't have access to any Macs... Hmmm, no replies yet... So I'd like to The OpenGLRaw.cabal obviously needs some tweaks on Mac OS X, but it is not clear for me what to do. Should a) the "extra-libraries: GL" line be removed for the "os(darwin)" case? b) a "frameworks: OpenGL" line be added? What is the right way to fix things? a) alone? b) alone? Or both a) and b)? Feedback would be highly appreciated, because I don't have access to Macs. Cheers, S.