On Jan 22, 2:54 am, Riccardo Mottola <[email protected]> wrote: > Hi, > > Citizen Jimserac wrote: > > On Jan 21, 6:50 pm, Citizen Jimserac <[email protected]> wrote: > > Oh oops, looks like some sort of overflow happening in the gui lib.... > > > Program received signal SIGSEGV, Segmentation fault. > > 0x42e977cd in ?? () from /usr/lib/libgnustep-gui.so.0.22 > > well, to get a stracktrace in this case, just use GDB! Do other gnustep > apps start up fine? > > Riccardo
Other GNUSTEP apps run fine. Yes, am using GDB right now. It was really easy to get Pixen to compile OK, I just removed APPKIT_EXTERN from ahead of NSString in an include file, and added in an include file for NSCalibratedRGBColorSpace and a few other things. The frustrating thing is that the menus, and list of icons (eye dropper, magnifying glass...etc) appear, just before it crashes, which means it is getting a lot farther along than I thought it would. It would be REALLY something to get this to work under GNUSTEP. It's obvious form the code that a HUGE amount of work has been lavished on it. Thanks J _______________________________________________ Discuss-gnustep mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnustep
