I think this is fixed now. [EMAIL PROTECTED] wrote: > > I've been having problems compiling the current CVS GNUstep core package > when garbage collection is enabled. This has been using sources updated > the morning of 7 July, using gcc 2.95.2 with errors popping up for > NSZone.m (compiler messages quoted below). The problem doesn't seem to > affect compilation without GC. Any suggestions would be appreciated. > > thanks, > christian > > % make gc=yes > <snip> > gcc NSZone.m -c > -DGNUSTEP_INSTALL_PREFIX=/home/p/demo/csw/local/GNUstep/System > -DGNUSTEP_TARGET_DIR=\"ix86/linux-gnu\" -DGNUSTEP_TARGET_CPU=\"ix86\" > -DGNUSTEP_TARGET_OS=\"linux-gnu\" > -DLIBRARY_COMBO=\"gnu-gnu-gnu-xgps-gc\" -Wall -DGS_NEW_DO=1 > -DGS_WITH_GC=1 -DGNUSTEP -DGNUSTEP_VERSION=0.6.5 > -DGNUSTEP_MAJOR_VERSION=0 -DGNUSTEP_MINOR_VERSION=6 > -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1 -DXGPS_BACKEND_LIBRARY=1 > -DGNU_RUNTIME=1 -fPIC -DGSWARN -g -O2 -Wno-import -fgnu-runtime > -I../Headers/gnustep -I./ix86/linux-gnu -I. -I/usr/local/lib > -I/usr/local/lib -I/usr/X11R6/include > -I/home/p/demo/csw/local/GNUstep/Network/Headers -I/nowhere/Headers -o > shared_obj/ix86/linux-gnu/gnu-gnu-gnu-xgps-gc/NSZone.o > NSZone.m:1740: redefinition of `NSCreateZone' > Foundation/NSZone.h:83: `NSCreateZone' previously defined here > NSZone.m:1743: redefinition of `NSDefaultMallocZone' > Foundation/NSZone.h:86: `NSDefaultMallocZone' previously defined here > NSZone.m:1746: redefinition of `GSAtomicMallocZone' [...]
