[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Problem building / installing gorm
From: |
Collin Day |
Subject: |
Problem building / installing gorm |
Date: |
Thu, 13 May 2010 20:41:42 -0600 |
Hi all,
I was trying to install gorm on my Gentoo box using their portage
ebuild. It used to work, but I updated and had to rebuild. The error
appears to be a build error, not a packaging error, so I thought I'd
try here first. The compile keeps failing with the following:
i686-pc-linux-gnu-gcc GormFunctions.m -c \
-MMD -MP -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1
-DGNU_GUI_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1
-D_REENTRANT -fPIC -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -O2
-march=i686 -pipe -fno-strict-aliasing -fgnu-runtime
-fconstant-string-class=NSConstantString -I.. -I.
-I/var/tmp/portage/gnustep-apps/gorm-1.2.10/temp/GNUstep/Library/Headers
-I/usr/GNUstep/Local/Library/Headers
-I/usr/GNUstep/System/Library/Headers \ -o
obj/GormCore.obj/GormFunctions.m.o 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’ make[4]: ***
[obj/GormCore.obj/GormFunctions.m.o] Error 1 make[3]: ***
[internal-library-all_] Error 2 make[2]: ***
[GormCore.all.library.variables] Error 2 make[1]: *** [internal-all]
Error 2 make[1]: Leaving directory
`/var/tmp/portage/gnustep-apps/gorm-1.2.10/work/gorm-1.2.10/GormCore'
make: *** [internal-all] Error 2
Has anyone seen this or know how to fix it?
Thanks for your help / time :)
-C
- Problem building / installing gorm,
Collin Day <=