DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR New] Link: http://www.fltk.org/str.php?L2128 Version: 1.3-current Dear Developers, I'm using Debian Etch with a kernel.org kernel 2.6.24, the NVidia video driver and try to compile a self-written FLTK based CAD programm. The compile breaks with a message, that a typedef in /usr/include/GL/gl.h is wrong (this code works on an older machine). I do not include GL/gl.h directly, but via FL/gl.h, therefore I had a look, how your GL-related test demos in 1.1.9 and 1.3.x do: CubeView on the new machine has a transparent/empty window, while the dials and sliders seem to work. Similiar with gl_overlay: the sliders operate, but the display subwindow is uniformly grey. While the applications do not crash, I get the following output: $> ./CubeView XRequest.142: BadMatch (invalid parameter attributes) 0x63 $> ./gl_overlay Can do overlay = 0 XRequest.142: BadMatch (invalid parameter attributes) 0x63 maybe of interest: $> ./list_visuals 35: TrueColor 16/16 5r6g5b (default visual) 36: TrueColor 16/16 5r6g5b 37: TrueColor 16/16 5r6g5b 38: TrueColor 16/16 5r6g5b 39: DirectColor 16/16 5r6g5b 40: DirectColor 16/16 5r6g5b 41: DirectColor 16/16 5r6g5b 42: DirectColor 16/16 5r6g5b Hope this helps - I will provide you with all details/logs/screenshots/code-fragments if required. Link: http://www.fltk.org/str.php?L2128 Version: 1.3-current _______________________________________________ fltk-bugs mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-bugs
