I'm trying to compile gorm-1.2.8 but fail due to the following error:
Compiling file GormFunctions.m ...
GormFunctions.m: In function ‘_GSObjCMethodNamesForClass’:
GormFunctions.m:354: error: ‘GSMethodList’ undeclared (first use in
this function)
GormFunctions.m:354: error: (Each undeclared identifier is reported only
once
GormFunctions.m:354: error: for each function it appears in.)
GormFunctions.m:354: error: expected ‘;’ before ‘methods’
GormFunctions.m:369: error: ‘methods’ undeclared (first use in this
function)
GormFunctions.m:369: warning: implicit declaration of function
‘class_nextMethodList’
I've installed GNUStep using gnustep-startup-0.26.2 so I'm
using gnustep-base 1.22, gnustep-gui 0.20 and gnustep-back 0.20.
My machine is Linux version 2.6.32-33-generic (buildd@rothera) (gcc version
4.4.3 (Ubuntu 4.4.3-4ubuntu5) )