Talk:OpenGLTutorial1

From HaskellWiki
Revision as of 04:56, 21 January 2011 by Pwillis (talk | contribs) (→‎I get an error: new section)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

The program didn't display anything for me. I changed the line "clear [ColorBuffer]" in the display function to "clear [ColorBuffer, DepthBuffer]", and it worked.

I get an error

When I compile the tutorial:

undefined reference to `Display_display_closure'

. . . etc

What additional library am I missing?