> ... I get a segfault when I call show() ... I've found that when I have code split into different modules (as you have done), I sometimes get segfaults as I add widgets and do simple re-compiles. The link step finishes without errors and I get an executable, but I get a segfault as the objects are created or when I do the show().
Doing a make clean usually solves the problem. So apparently one of the unchanged object modules is caching something it really shouldn't be. In your case, I wonder if adding the extra includes is causing something to move around. YMMV, but it's a quick thing to try. -Scott. _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

