[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Gorm build error
From: |
Fred Kiefer |
Subject: |
Re: Gorm build error |
Date: |
Mon, 25 Mar 2024 08:06:14 +0100 |
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. <borisd@gmx.com>:
>
> Hello,
> Trying to build the latest release of Gorm (gorm-1.3.1.tar.gz) on Ubuntu
> 22.04 results in the following error:
>
> Making all for app Gorm...
> Creating Gorm.app/....
> Compiling file Gorm.m ...
> Compiling file main.m ...
> Linking app Gorm ...
> GormCore/./obj/libGormCore.so: error: undefined reference to
> '__objc_ivar_offset_NSMatrix._selectedCells.^^C'
>
> Any suggestions?
>
>