Collin, What version of the core libraries do you have installed? A Gorm release is pending for this weekend. There have been a lot of changes recently to core which might break building older version of Gorm with newer version of core.
GC On Thu, May 13, 2010 at 10:41 PM, Collin Day <[email protected]> wrote: > 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 > > _______________________________________________ > Discuss-gnustep mailing list > [email protected] > http://lists.gnu.org/mailman/listinfo/discuss-gnustep > -- Gregory Casamento - GNUstep Lead/Principal Consultant, OLC, Inc. yahoo/skype: greg_casamento, aol: gjcasa (240)274-9630 (Cell) _______________________________________________ Discuss-gnustep mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnustep
