Re: HOpenGL-1.03 on WinDoze, step by step...
Sven Panne <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.hopengl |
|---|---|
| Message-ID | <[email protected]> |
Andre W B Furtado wrote: > [...] I downloaded the latest HOpenGL files yesterday. Do I still > need to apply the patch below? [...] No, this hack is not necessary anymore. The OpenGL version/extension detection is a lot more robust now. > [...]Is it normal to get warnings like: > > Warning: foreign declaration uses deprecated non-standard syntax > > during the "make install" step? Yes, that's completely harmless: It's a remnant of the dark ages before the FFI was standardized... Cheers, S.