Re: Gorm build error

2024-03-26 Thread Gregory Casamento
You’re trying to build the latest Gorm with older packages. That might be an issue right there. Gorm is heavily dependent on changes in gui. Gregory Casamento GNUstep Lead Developer / Black Lotus, Principal Consultant http://www.gnustep.org - http://heronsperch.blogspot.com

Re: Gorm build error

2024-03-26 Thread Boris D.
The issue is still present if I try to build Gorm with the latest changes in the repo: Making all for app Gorm... Creating Gorm.app/ Compiling file GormAppDelegate.m ... Compiling file GormLanguageViewController.m ... Compiling file main.m ... Linking app Gorm ...

Re: Gorm build error

2024-03-26 Thread Boris D.
I have the following packages from Ubuntu: libgnustep-base-dev/jammy 1.28.0-4build1 libgnustep-base1.28/jammy 1.28.0-4build1 libgnustep-gui-dev/jammy 0.29.0-2build1 libgnustep-gui0.29/jammy 0.29.0-2build1 In addition, I have the following (I think from

Re: Gorm build error

2024-03-26 Thread Gregory Casamento
I have added some changes to address this.I still need the information that I asked for to be fully sure that this will address your issue or that you are using a valid configuration. Please give it a try and let us know. Thanks, GC On Tue, Mar 26, 2024 at 8:05 AM Gregory Casamento wrote:

Re: Gorm build error

2024-03-26 Thread Gregory Casamento
Hey, This appears to be coming from GormResourceEditor which derives from GormGenericEditor which derives from NSMatrix. _selectedCells is a non-private ivar of NSMatrix so it should be okay for it to be accessed directly by a subclass. Additionally, this builds properly both with clang and

Re: Gorm build error

2024-03-25 Thread Fred Kiefer
Looks like Gorm is using the instance variable directly while it should be using the corresponding method. No idea why this is the case but it should be easy to fix. > Am 25.03.2024 um 04:07 schrieb Boris D. : > > Hello, > Trying to build the latest release of Gorm (gorm-1.3.1.tar.gz) on