> Hey, so I'm having a problem getting FLTK to show anything in its > window... > [...] but right now am just working on getting the following example > from http://seriss.com/people/erco/fltk/ to work... > > I'm using the gcc compiler with code::blocks and linking it to fltk > and fltk_gl. > > Has anybody else had this same problem? > [code snipped]
You haven't said which version of FLTK-1 you are using, and which platform you are trying to run it on. Can you run 'fltk-config --use-gl --compile code.cxx' to produce the executable? That works for me with the code provided. but as this system's not configured properly for graphics, when I run I get the error: Xlib: extension "GLX" missing on display ":0.0". Insufficient GL support so I can't help you further. _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

