gnustep app crash, binary incompatibility introduced yesterday/today

2010-05-09 Thread Riccardo Mottola
Hi, somehow between yesterday and today we introduced some binary incompatibility: I recompiled whole core today (the previous version I had was no more than 24-48hrs old) > Ink.app/Ink Unable to set up with [NSProcessInfo-debugSet] Segmentation fault (core dumped) after recompiling Ink, e

Re: gnustep app crash, binary incompatibility introduced yesterday/today

2010-05-10 Thread Fred Kiefer
Most likely you linked your application with two different versions of base at once. (The old one, still referenced by gui and the new one referenced by the application. Or the other way around) Of course this gets cleaned up when recompiling everything. Fred Am 09.05.2010 23:40, schrieb Riccardo