My application stopped working when I upgraded my Mac to Snow Leopard and gcc 
version 4.2.1. I have menu items with images which cause a segfault. The images 
should get read into Pixmap static variables but the constructors do not seem 
to get called before the variable is used. When I look at the lines that fail 
when the menu is initialized, they are of the form
o->image(pixmap)
but pixmap points to a zero filled Pixmap object. My application works fine 
under Linux. Everything is compiled with 64 bits.


_______________________________________________
fltk-bugs mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-bugs

Reply via email to