issue with mixed Objective-C ABI and SystemPreferences

2020-01-05 Thread RIccardo Mottola
Hi! I was able to compile most of GNUsteps apps with the options discussed in a previous mail, the only combination I got working is clang + Obj-C 2. Most apps seem to work fine, including GWorkspace (which loads inspectors just fine) and ProjectCenter. SystemPreferences instead does not s

Re: GORM usability enhancements

2020-01-05 Thread RIccardo Mottola
Hi, On 2019-12-23 22:48:51 +0100 Gregory Casamento wrote: I don't want to tie people to the outline view. I already explained the rationale of why in the last post. Classes should be treated like everything else and be editable by inspectors. I, personally, think the Outline view in Go

Re: issue with mixed Objective-C ABI and SystemPreferences

2020-01-05 Thread Fred Kiefer
From the error message I would suspect that you have an old plugin for SystemPreferences lying around that still gets loaded causing this issue. > Am 05.01.2020 um 23:01 schrieb RIccardo Mottola : > > I was able to compile most of GNUsteps apps with the options discussed in a > previous mail, t

Re: GORM usability enhancements

2020-01-05 Thread RIccardo Mottola
Hi, On 2019-12-20 11:56:01 +0100 Sergii Stoian wrote: > 1. Enhancements in model files (conrtols positionning, autosizing, fonts, > menu items rearrangements). I think *most* of it is fine...Gorm matches quite closely NeXT IB and old Mac IB which were quite fine! But indeed, some autosizing an

Re: GORM usability enhancements

2020-01-05 Thread Sergii Stoian
Hi, On Mon, Jan 6, 2020 at 12:33 AM RIccardo Mottola wrote: > Hi, > > On 2019-12-20 11:56:01 +0100 Sergii Stoian wrote: > > > 1. Enhancements in model files (conrtols positionning, autosizing, fonts, > > menu items rearrangements). > > I think *most* of it is fine...Gorm matches quite closely N

Re: issue with mixed Objective-C ABI and SystemPreferences

2020-01-05 Thread Patryk Laurent
Hi Riccardo, > On Jan 5, 2020, at 14:01, RIccardo Mottola wrote: > > the only combination I got working is clang + Obj-C 2. > > Most apps seem to work fine, including GWorkspace (which loads inspectors > just fine) and ProjectCenter. Can you say more about this? What version of clang and ld a

Re: issue with mixed Objective-C ABI and SystemPreferences

2020-01-05 Thread Patryk Laurent
Riccardo, On Jan 5, 2020, at 17:24, Patryk Laurent wrote: > > Hi Riccardo, > >> On Jan 5, 2020, at 14:01, RIccardo Mottola >> wrote: >> >> the only combination I got working is clang + Obj-C 2. >> >> Most apps seem to work fine, including GWorkspace (which loads inspectors >> just fine) a