discuss-gnustep
[Top][All Lists]
Advanced

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

gnustep-base error


From: Guevara, Kristine F
Subject: gnustep-base error
Date: Thu, 13 Jun 2002 10:26:10 -0500

I am using Solaris 8 and trying to install the newly-released version of
core from today's CVS snapshot.  I am using the gcc3.1 compiler.

I've successfully installed gnustep-make-1.3.3.  However, I can't build
gnustep-base-1.3.3 successfully.  It returns with the following error:

rodan{toolman}109: make
rm -f Headers/Foundation
rm -f Source/Foundation
ln -s gnustep/base Headers/Foundation
Making all in Source...
make[1]: Entering directory `/reserved/toolman/core/base/Source'
rm -f dynamic-load.h
cp ./simple-load.h dynamic-load.h
/GNUtools/2.8/System/Makefiles/mkinstalldirs sparc/solaris2.8
mkdir -p sparc
mkdir -p sparc/solaris2.8
mv mframe/mframe.h sparc/solaris2.8
touch sparc/solaris2.8/mframe.h
/GNUtools/2.8/System/Makefiles/mkinstalldirs sparc/solaris2.8
mv ./../Headers/gnustep/base/config.h sparc/solaris2.8
touch sparc/solaris2.8/config.h
/GNUtools/2.8/System/Makefiles/mkinstalldirs sparc/solaris2.8
mv ./../Headers/gnustep/base/GSConfig.h sparc/solaris2.8
touch sparc/solaris2.8/GSConfig.h
Making all in subprojects of library libgnustep-base...
make[2]: Entering directory `/reserved/toolman/core/base/Source/Additions'
Making all for subproject Additions...
mkdir -p ./shared_obj
mkdir -p ./shared_obj/sparc
mkdir -p ./shared_obj/sparc/solaris2.8
mkdir -p ./shared_obj/sparc/solaris2.8/gnu-gnu-gnu
gcc GSMime.m -c \
      -Wall -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1
-DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -D_REENTRANT -fpic -fPIC -DGSWARN
-DGSDIAGNOSE -O2 -Wno-import -fgnu-runtime -I../../Headers/gnustep
-I../../Headers -I../sparc/solaris2.8 -I. -fgnu-runtime
-I/GNUtools/2.8/System/Headers -fconstant-string-class=NSConstantString
-I/reserved/toolman/GNUstep/Headers/gnustep
-I/GNUtools/2.8/Local/Headers/gnustep
-I/GNUtools/2.8/Network/Headers/gnustep
-I/GNUtools/2.8/System/Headers/gnustep
-I/reserved/toolman/GNUstep/Headers/sparc/solaris2.8
-I/reserved/toolman/GNUstep/Headers
-I/GNUtools/2.8/Local/Headers/sparc/solaris2.8 -I/GNUtools/2.8/Local/Headers
-I/GNUtools/2.8/Network/Headers/sparc/solaris2.8
-I/GNUtools/2.8/Network/Headers
-I/GNUtools/2.8/System/Headers/sparc/solaris2.8
-I/GNUtools/2.8/System/Headers \
       -o shared_obj/sparc/solaris2.8/gnu-gnu-gnu/GSMime.o
GSMime.m: In function `-[GSMimeParser
decodeData:fromRange:intoData:withContext:]':
GSMime.m:709: warning: subscript has type `char'
GSMime.m: In function `-[GSMimeParser(Private) _unfoldHeader]':
GSMime.m:2268: warning: subscript has type `char'
gcc GSXML.m -c \
      -Wall -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1
-DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -D_REENTRANT -fpic -fPIC -DGSWARN
-DGSDIAGNOSE -O2 -Wno-import -fgnu-runtime -I../../Headers/gnustep
-I../../Headers -I../sparc/solaris2.8 -I. -fgnu-runtime
-I/GNUtools/2.8/System/Headers -fconstant-string-class=NSConstantString
-I/reserved/toolman/GNUstep/Headers/gnustep
-I/GNUtools/2.8/Local/Headers/gnustep
-I/GNUtools/2.8/Network/Headers/gnustep
-I/GNUtools/2.8/System/Headers/gnustep
-I/reserved/toolman/GNUstep/Headers/sparc/solaris2.8
-I/reserved/toolman/GNUstep/Headers
-I/GNUtools/2.8/Local/Headers/sparc/solaris2.8 -I/GNUtools/2.8/Local/Headers
-I/GNUtools/2.8/Network/Headers/sparc/solaris2.8
-I/GNUtools/2.8/Network/Headers
-I/GNUtools/2.8/System/Headers/sparc/solaris2.8
-I/GNUtools/2.8/System/Headers \
       -o shared_obj/sparc/solaris2.8/gnu-gnu-gnu/GSXML.o
GSXML.m: In function `+[GSXMLDummy forwardInvocation:]':
GSXML.m:2873: warning: `NSInvocation' does not respond to `selector'
gcc -nostdlib -r -o shared_obj/sparc/solaris2.8/gnu-gnu-gnu/subproject.o
shared_obj/sparc/solaris2.8/gnu-gnu-gnu/GSMime.o
shared_obj/sparc/solaris2.8/gnu-gnu-gnu/GSXML.o ;
/GNUtools/2.8/System/Makefiles/mkinstalldirs Resources/Subproject
mkdir -p Resources
mkdir -p Resources/Subproject
/GNUtools/2.8/System/Makefiles/mkinstalldirs Resources/Subproject/WebServer
mkdir -p Resources/Subproject/WebServer
/bin/sh: syntax error at line 1: `;' unexpected
make[3]: *** [shared-instance-bundle-all-webresources] Error 2
make[2]: *** [Additions.all.subproject.variables] Error 2
make[2]: Leaving directory `/reserved/toolman/core/base/Source/Additions'
make[1]: *** [libgnustep-base.all.library.subprojects] Error 2
make[1]: Leaving directory `/reserved/toolman/core/base/Source'
make: *** [internal-all] Error 2

I am sourcing GNUstep.csh and because I am working on a Solaris machine, I
had to change GNUSTEP_PATHPREFIX_LIST to GNUSTEP_PATHPREFIX.  Otherwise
sourcing GNUstep.csh would return with a variable syntax message.


Kristine Guevara



reply via email to

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