discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

GNUstep-base on Darwin


From: LHelldorf
Subject: GNUstep-base on Darwin
Date: Mon, 9 Apr 2001 22:26:28 +0200


I tried to compile GNUstep-base on Darwin from gnustep-base-0.9.4.
After building GNUstep-make I did the following:
I replaced config.guess and config.sub with the files provided by Adam Fedor to me a while ago.
./configure went without problems although it ranted about a missing ffcall and libxml.
make library_combo=nx-gnu-gnu-xgps resulted in the following:
rm -f Headers/Foundation
rm -f Source/Foundation
ln -s gnustep/base Headers/Foundation
Making all in Source...
Making all for library libgnustep-base...
cc GSCompatibility.m -c  -DGNUSTEP_INSTALL_PREFIX=/opt/GNUstep/System -DGNUSTEP_TARGET_DIR=\"powerpc/darwin1.0\" -DGNUSTEP_TARGET_CPU=\"powerpc\" -DGNUSTEP_TARGET_OS=\"darwin1.0\" -DLIBRARY_COMBO=\"nx-gnu-gnu-xgps\"   -DHAVE_LIBXML=0 -Wall -DGNUSTEP -DGNUSTEP_VERSION= -DGNUSTEP_MAJOR_VERSION= -DGNUSTEP_MINOR_VERSION= -DGNUSTEP_BASE_LIBRARY=1   -DNeXT_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -DGSWARN -O2 -Wno-import -fnext-runtime   -I../Headers/gnustep -I../Headers -I./powerpc/darwin1.0    -I. -I/opt/GNUstep/System/Headers -I/opt/GNUstep/System/Headers -I/Local/Users/Administrator/GNUstep/Library/Headers -I/opt/GNUstep/Local/Library/Headers -I/opt/GNUstep/Network/Library/Headers -I/opt/GNUstep/System/Library/Headers -I/opt/GNUstep/Network/Headers/gnustep -I/Local/Users/Administrator/GNUstep/Headers/gnustep -I/opt/GNUstep/Local/Headers/gnustep -I/opt/GNUstep/System/Headers/gnustep  -I/opt/! GNUstep/Network/Headers/powerpc/darwin1.0 -I/Local/Users/Administrator/GNUstep/Headers/powerpc/darwin1.0 -I/opt/GNUstep/Local/Hea
ders/powerpc/darwin1.0 -I/opt/GNUstep/System/Headers/powerpc/darwin1.0 -I/Local/Users/Administrator/GNUstep/Headers -I/opt/GNUstep/Local/Headers -I/opt/GNUstep/Network/Headers -I/opt/GNUstep/System/Headers  -o static_obj/powerpc/darwin1.0/nx-gnu-gnu-xgps/GSCompatibility.o
In file included from ../Headers/Foundation/NSObject.h:39,
                 from ../Headers/Foundation/NSDebug.h:28,
                 from ../Headers/Foundation/Foundation.h:31,
                 from GSCompatibility.m:25:
../Headers/gnustep/base/preface.h:70: objc/encoding.h: No such file or directory
../Headers/gnustep/base/preface.h:71: objc/sarray.h: No such file or directory
In file included from ../Headers/Foundation/NSDistributedNotificationCenter.h:30,
                 from ../Headers/Foundation/Foundation.h:52,
                 from GSCompatibility.m:25:
../Headers/Foundation/NSLock.h:35: objc/thr.h: No such file or directory
In file included from ../Headers/Foundation/Foundation.h:83,
                 from GSCompatibility.m:25:
../Headers/Foundation/NSThread.h:28: objc/thr.h: No such file or directory
make[3]: *** [static_obj/powerpc/darwin1.0/nx-gnu-gnu-xgps/GSCompatibility.o] Error 1
make[2]: *** [libgnustep-base.build] Error 2
make[1]: *** [libgnustep-base.all.library.variables] Error 2
make: *** [internal-all] Error 2

Is this the point where I have to start to port the whole thing or is there another solution?

Thanks for your help, Larsrm -f Headers/Foundation rm -f Source/Foundation ln -s gnustep/base Headers/Foundation Making all in Source... Making all for library libgnustep-base... cc GSCompatibility.m -c -DGNUSTEP_INSTALL_PREFIX=/opt/GNUstep/System -DGNUSTEP_TARGET_DIR=\"powerpc/darwin1.0\" -DGNUSTEP_TARGET_CPU=\"powerpc\" -DGNUSTEP_TARGET_OS=\"darwin1.0\" -DLIBRARY_COMBO=\"nx-gnu-gnu-xgps\" -DHAVE_LIBXML=0 -Wall -DGNUSTEP -DGNUSTEP_VERSION= -DGNUSTEP_MAJOR_VERSION= -DGNUSTEP_MINOR_VERSION= -DGNUSTEP_BASE_LIBRARY=1 -DNeXT_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -DGSWARN -O2 -Wno-import -fnext-runtime -I../Headers/gnustep -I../Headers -I./powerpc/darwin1.0 -I. -I/opt/GNUstep/System/Headers -I/opt/GNUstep/System/Headers -I/Local/Users/Administrator/GNUstep/Library/Headers -I/opt/GNUstep/Local/Library/Headers -I/opt/GNUstep/Network/Library/Headers -I/opt/GNUstep/System/Library/Headers -I/opt/GNUstep/Network/Headers/gnustep -I/Local/Users/Administrator/GNUstep/Headers/gnustep -I/opt/GNUstep/Local/Headers/gnustep -I/opt/GNUstep/System/Headers/gnustep -I/opt/GNUstep/Network/Headers/powerpc/darwin1.0 -I/Local/Users/Administrator/GNUstep/Headers/powerpc/darwin1.0 -I/opt/GNUstep/Local/Headers/powerpc/darwin1.0 -I/opt/GNUstep/System/Headers/powerpc/darwin1.0 -I/Local/Users/Administrator/GNUstep/Headers -I/opt/GNUstep/Local/Headers -I/opt/GNUstep/Network/Headers -I/opt/GNUstep/System/Headers -o static_obj/powerpc/darwin1.0/nx-gnu-gnu-xgps/GSCompatibility.o In file included from ../Headers/Foundation/NSObject.h:39, from ../Headers/Foundation/NSDebug.h:28, from ../Headers/Foundation/Foundation.h:31, from GSCompatibility.m:25: ../Headers/gnustep/base/preface.h:70: objc/encoding.h: No such file or directory ../Headers/gnustep/base/preface.h:71: objc/sarray.h: No such file or directory In file included from ../Headers/Foundation/NSDistributedNotificationCenter.h:30, from ../Headers/Foundation/Foundation.h:52, from GSCompatibility.m:25: ../Headers/Foundation/NSLock.h:35: objc/thr.h: No such file or directory In file included from ../Headers/Foundation/Foundation.h:83, from GSCompatibility.m:25: ../Headers/Foundation/NSThread.h:28: objc/thr.h: No such file or directory make[3]: *** [static_obj/powerpc/darwin1.0/nx-gnu-gnu-xgps/GSCompatibility.o] Error 1 make[2]: *** [libgnustep-base.build] Error 2 make[1]: *** [libgnustep-base.all.library.variables] Error 2 make: *** [internal-all] Error 2
reply via email to

[Prev in Thread] Current Thread [Next in Thread]