discuss-gnustep
[Top][All Lists]
Advanced

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

Re: Customizable filesystem support for GNUstep


From: Enrico Sersale
Subject: Re: Customizable filesystem support for GNUstep
Date: Mon, 19 Feb 2007 13:21:51 +0200
User-agent: GNUMail (Version 1.2.0)

After removing my old "/usr/GNUstep" and "/etc/GNUstep" and after installing the new 
-make (and sourcing the new "/usr/GNUstep/System/Library/Makefiles/GNUstep.sh"), this is what I get 
trying to compile base:

GSSSLHandle.m:53:22: warning: GSConfig.h: No such file or directory
In file included from ../Headers/Foundation/NSGeometry.h:31,
                 from ../Headers/Foundation/NSAffineTransform.h:33,
                 from ../Headers/Foundation/Foundation.h:38,
                 from GSSSLHandle.m:54:
../Headers/Foundation/NSString.h:354: warning: type defaults to 'int' in 
declaration of 'type name'
../Headers/Foundation/NSString.h:354: error: expected ')' before 'GSNativeChar'
../Headers/Foundation/NSString.h:368: error: expected ')' before 'GSNativeChar'
In file included from ../Headers/Foundation/NSArchiver.h:33,
                 from ../Headers/Foundation/Foundation.h:39,
                 from GSSSLHandle.m:54:
../Headers/Foundation/NSCoder.h:259: warning: type defaults to 'int' in 
declaration of 'type name'
../Headers/Foundation/NSCoder.h:259: error: expected ')' before 'uint8_t'
../Headers/Foundation/NSCoder.h:315: warning: type defaults to 'int' in 
declaration of 'type name'
../Headers/Foundation/NSCoder.h:315: error: expected ')' before 'uint8_t'
In file included from ../Headers/Foundation/Foundation.h:44,
                 from GSSSLHandle.m:54:
../Headers/Foundation/NSByteOrder.h:38: error: expected '=', ',', ';', 'asm' or 
'__attribute__' before 'NSSwappedFloat'
../Headers/Foundation/NSByteOrder.h:39: error: expected '=', ',', ';', 'asm' or 
'__attribute__' before 'NSSwappedDouble'

...
[snip]
...

../Headers/Foundation/NSStream.h:246: error: expected ')' before 'uint8_t'
GSSSLHandle.m: In function 'sslError':
GSSSLHandle.m:94: error: cannot find interface declaration for 
'NSConstantString'
make[2]: *** [obj/GSSSLHandle.o] Error 1
make[1]: *** [SSL.all.bundle.variables] Error 2
make: *** [internal-all] Error 2


*Not* removing my old "/usr/GNUstep" directory I can build -base with the new 
makefiles but, with -gui, I get:

[root@ip31 gui]# make ; make install
Making all in Source...
make[1]: Entering directory `/opt/Surse/gnustep/gstep_compilato/gui/Source'
/usr/GNUstep/System/Library/Makefiles/mkinstalldirs .
mv ../Headers/Additions/GNUstepGUI/config.h .
touch ./config.h
Making all for library libgnustep-gui...
 Compiling file Functions.m ...
In file included from 
/usr/GNUstep/System/Library/Headers/Foundation/NSBundle.h:37,
                 from Functions.m:30:
/usr/GNUstep/System/Library/Headers/Foundation/NSString.h:354: warning: type 
defaults to 'int' in declaration of 'type name'
/usr/GNUstep/System/Library/Headers/Foundation/NSString.h:354: error: expected 
')' before 'GSNativeChar'
/usr/GNUstep/System/Library/Headers/Foundation/NSString.h:368: error: expected 
')' before 'GSNativeChar'
In file included from ../Headers/AppKit/NSEvent.h:34,
                 from Functions.m:34:
/usr/GNUstep/System/Library/Headers/Foundation/NSCoder.h:259: warning: type 
defaults to 'int' in declaration of 'type name'
/usr/GNUstep/System/Library/Headers/Foundation/NSCoder.h:259: error: expected 
')' before 'uint8_t'
/usr/GNUstep/System/Library/Headers/Foundation/NSCoder.h:315: warning: type 
defaults to 'int' in declaration of 'type name'
/usr/GNUstep/System/Library/Headers/Foundation/NSCoder.h:315: error: expected 
')' before 'uint8_t'
Functions.m: In function 'NSApplicationMain':
Functions.m:63: error: cannot find interface declaration for 'NSConstantString'
make[2]: *** [obj/Functions.o] Error 1
make[1]: *** [libgnustep-gui.all.library.variables] Error 2
make[1]: Leaving directory `/opt/Surse/gnustep/gstep_compilato/gui/Source'
make: *** [internal-all] Error 2
Making all in Source...
make[1]: Entering directory `/opt/Surse/gnustep/gstep_compilato/gui/Source'
Making all for library libgnustep-gui...
 Compiling file Functions.m ...
In file included from 
/usr/GNUstep/System/Library/Headers/Foundation/NSBundle.h:37,
                 from Functions.m:30:
/usr/GNUstep/System/Library/Headers/Foundation/NSString.h:354: warning: type 
defaults to 'int' in declaration of 'type name'
/usr/GNUstep/System/Library/Headers/Foundation/NSString.h:354: error: expected 
')' before 'GSNativeChar'
/usr/GNUstep/System/Library/Headers/Foundation/NSString.h:368: error: expected 
')' before 'GSNativeChar'
In file included from ../Headers/AppKit/NSEvent.h:34,
                 from Functions.m:34:
/usr/GNUstep/System/Library/Headers/Foundation/NSCoder.h:259: warning: type 
defaults to 'int' in declaration of 'type name'
/usr/GNUstep/System/Library/Headers/Foundation/NSCoder.h:259: error: expected 
')' before 'uint8_t'
/usr/GNUstep/System/Library/Headers/Foundation/NSCoder.h:315: warning: type 
defaults to 'int' in declaration of 'type name'
/usr/GNUstep/System/Library/Headers/Foundation/NSCoder.h:315: error: expected 
')' before 'uint8_t'
Functions.m: In function 'NSApplicationMain':
Functions.m:63: error: cannot find interface declaration for 'NSConstantString'
make[2]: *** [obj/Functions.o] Error 1
make[1]: *** [libgnustep-gui.all.library.variables] Error 2
make[1]: Leaving directory `/opt/Surse/gnustep/gstep_compilato/gui/Source'
make: *** [internal-all] Error 2





reply via email to

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