discuss-gnustep
[Top][All Lists]
Advanced

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

Build gui on tiger


From: Daniel Luis dos Santos
Subject: Build gui on tiger
Date: Tue, 15 Jan 2008 23:54:28 +0000

Hello,

Is there any possibility of building gui on tiger. I have the depended packages installed as fink packages, and/or macports.

I run :

./configure --with-library-combo=gnu-gnu-gnu --with-include-flags="-I/ sw/include" --with-library-flags="-L/sw/lib"

I read on some old (2003) newsgroup messages that It wouldn't compile because of conficts with macosx implementation. Is this still the case ?


the output of configure was  (output of make at the end of this one) :

checking build system type... i386-apple-darwin8.11.1
checking host system type... i386-apple-darwin8.11.1
checking target system type... i386-apple-darwin8.11.1
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking how to run the C preprocessor... gcc -E
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking how to run the C preprocessor... gcc -E
checking for main in -lm... yes
checking for rint... yes
checking for rintf... yes
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking mntent.h usability... no
checking mntent.h presence... no
checking for mntent.h... no
checking sys/mntent.h usability... no
checking sys/mntent.h presence... no
checking for sys/mntent.h... no
checking for struct mntent.mnt_dir... no
checking for struct mntent.mnt_mountp... no
checking for getmntent in -lsun... no
checking for getmntent in -lseq... no
checking for getmntent in -lgen... no
checking for getmntent... no
checking jpeglib.h usability... yes
checking jpeglib.h presence... yes
checking for jpeglib.h... yes
checking for jpeg_destroy_decompress in -ljpeg... no
GNUstep requires libjpeg to support JPEG images, but this library
can't be found. If you really want to compile GNUstep without
JPEG support, pass the --disable-jpeg option to ./configure.
Note that this isn't recommended. For more information, see:
http://gnustep.made-it.com/BuildGuide/index.html#JPEG
configure: error: libjpeg not found.
faisca:~/code/gnustep-sources/modules/core/gui dlsa$ ./configure -- with-library-combo=gnu-gnu-gnu --with-include-flags="-I/sw/include" -- with-library-flags="-L/sw/lib"
checking build system type... i386-apple-darwin8.11.1
checking host system type... i386-apple-darwin8.11.1
checking target system type... i386-apple-darwin8.11.1
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking how to run the C preprocessor... gcc -E
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking how to run the C preprocessor... gcc -E
checking for main in -lm... yes
checking for rint... yes
checking for rintf... yes
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking mntent.h usability... no
checking mntent.h presence... no
checking for mntent.h... no
checking sys/mntent.h usability... no
checking sys/mntent.h presence... no
checking for sys/mntent.h... no
checking for struct mntent.mnt_dir... no
checking for struct mntent.mnt_mountp... no
checking for getmntent in -lsun... no
checking for getmntent in -lseq... no
checking for getmntent in -lgen... no
checking for getmntent... no
checking jpeglib.h usability... yes
checking jpeglib.h presence... yes
checking for jpeglib.h... yes
checking for jpeg_destroy_decompress in -ljpeg... yes
checking for main in -lz... yes
checking tiffio.h usability... yes
checking tiffio.h presence... yes
checking for tiffio.h... yes
checking for TIFFReadScanline in -ltiff... yes
checking for png_sig_cmp in -lpng... yes
checking for DGifOpen in -lungif... no
configure: Checking if ungif is linked against -lX11
checking for DGifCloseFile in -lungif... no
checking for DGifOpen in -lgif... no
configure: Checking if libgif is linked against -lX11
checking for DGifCloseFile in -lgif... no
checking for new_aspell_document_checker in -laspell... no
checking for Pa_OpenDefaultStream in -lportaudio... no
checking for afGetVirtualFrameSize in -laudiofile... no
checking portaudio.h usability... no
checking portaudio.h presence... no
checking for portaudio.h... no
checking audiofile.h usability... no
checking audiofile.h presence... no
checking for audiofile.h... no
checking for portaudio version >= 19... no
checking for cups-config... yes
checking cups/cups.h usability... yes
checking cups/cups.h presence... yes
checking for cups/cups.h... yes
checking for cupsServer in -lcups... yes
checking for the version of gnustep-gui we are compiling... 0.13.1
configure: creating ./config.status
config.status: creating config.make
config.status: creating gui.make
config.status: creating Headers/Additions/GNUstepGUI/GSVersion.h
config.status: creating Headers/Additions/GNUstepGUI/config.h


the output of make was :

Making all in 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 Functions.m:34:
../Headers/AppKit/NSApplication.h:40:40: error: GNUstepBase/ GSVersionMacros.h: No such file or directory
In file included from ../Headers/AppKit/NSResponder.h:35,
                 from ../Headers/AppKit/NSApplication.h:42,
                 from Functions.m:34:
../Headers/AppKit/NSInterfaceStyle.h:32:19: error: missing binary operator before token "("
In file included from ../Headers/AppKit/NSApplication.h:42,
                 from Functions.m:34:
../Headers/AppKit/NSResponder.h:49:19: error: missing binary operator before token "(" ../Headers/AppKit/NSResponder.h:103:19: error: missing binary operator before token "(" ../Headers/AppKit/NSResponder.h:111:19: error: missing binary operator before token "(" ../Headers/AppKit/NSResponder.h:127:19: error: missing binary operator before token "(" ../Headers/AppKit/NSResponder.h:161:19: error: missing binary operator before token "(" ../Headers/AppKit/NSResponder.h:173:19: error: missing binary operator before token "("
In file included from Functions.m:34:
../Headers/AppKit/NSApplication.h:72:19: error: missing binary operator before token "(" ../Headers/AppKit/NSApplication.h:105:19: error: missing binary operator before token "(" ../Headers/AppKit/NSApplication.h:161:19: error: missing binary operator before token "(" ../Headers/AppKit/NSApplication.h:187:19: error: missing binary operator before token "(" ../Headers/AppKit/NSApplication.h:208:19: error: missing binary operator before token "(" ../Headers/AppKit/NSApplication.h:240:19: error: missing binary operator before token "(" ../Headers/AppKit/NSApplication.h:279:19: error: missing binary operator before token "(" ../Headers/AppKit/NSApplication.h:286:19: error: missing binary operator before token "(" ../Headers/AppKit/NSApplication.h:299:19: error: missing binary operator before token "(" ../Headers/AppKit/NSApplication.h:343:19: error: missing binary operator before token "(" ../Headers/AppKit/NSApplication.h:346:19: error: missing binary operator before token "(" ../Headers/AppKit/NSApplication.h:357:19: error: missing binary operator before token "(" ../Headers/AppKit/NSApplication.h:394:19: error: missing binary operator before token "(" ../Headers/AppKit/NSApplication.h:399:19: error: missing binary operator before token "(" ../Headers/AppKit/NSApplication.h:405:19: error: missing binary operator before token "(" ../Headers/AppKit/NSApplication.h:656:19: error: missing binary operator before token "("
In file included from ../Headers/AppKit/NSBitmapImageRep.h:34,
                 from Functions.m:35:
../Headers/AppKit/NSImageRep.h:72:19: error: missing binary operator before token "("
In file included from Functions.m:35:
../Headers/AppKit/NSBitmapImageRep.h:66:19: error: missing binary operator before token "(" ../Headers/AppKit/NSBitmapImageRep.h:136:19: error: missing binary operator before token "(" ../Headers/AppKit/NSBitmapImageRep.h:161:19: error: missing binary operator before token "(" ../Headers/AppKit/NSBitmapImageRep.h:170:19: error: missing binary operator before token "(" ../Headers/AppKit/NSBitmapImageRep.h:174:19: error: missing binary operator before token "(" ../Headers/AppKit/NSBitmapImageRep.h:204:19: error: missing binary operator before token "(" ../Headers/AppKit/NSBitmapImageRep.h:223:19: error: missing binary operator before token "(" ../Headers/AppKit/NSBitmapImageRep.h:243:19: error: missing binary operator before token "("
In file included from ../Headers/AppKit/NSEvent.h:35,
                 from Functions.m:36:
/System/Library/Frameworks/Foundation.framework/Headers/NSGeometry.h: 10: error: redefinition of 'struct _NSPoint' /System/Library/Frameworks/Foundation.framework/Headers/NSGeometry.h: 18: error: redefinition of 'struct _NSSize' /System/Library/Frameworks/Foundation.framework/Headers/NSGeometry.h: 26: error: redefinition of 'struct _NSRect' /System/Library/Frameworks/Foundation.framework/Headers/NSGeometry.h: 34: error: nested redefinition of 'enum _NSRectEdge' /System/Library/Frameworks/Foundation.framework/Headers/NSGeometry.h: 34: error: redeclaration of 'enum _NSRectEdge' /System/Library/Frameworks/Foundation.framework/Headers/NSGeometry.h: 35: error: redeclaration of enumerator 'NSMinXEdge' /System/Library/Frameworks/Foundation.framework/Headers/NSGeometry.h: 35: error: previous definition of 'NSMinXEdge' was here /System/Library/Frameworks/Foundation.framework/Headers/NSGeometry.h: 36: error: redeclaration of enumerator 'NSMinYEdge' /System/Library/Frameworks/Foundation.framework/Headers/NSGeometry.h: 36: error: previous definition of 'NSMinYEdge' was here /System/Library/Frameworks/Foundation.framework/Headers/NSGeometry.h: 37: error: redeclaration of enumerator 'NSMaxXEdge' /System/Library/Frameworks/Foundation.framework/Headers/NSGeometry.h: 37: error: previous definition of 'NSMaxXEdge' was here /System/Library/Frameworks/Foundation.framework/Headers/NSGeometry.h: 39: error: redeclaration of enumerator 'NSMaxYEdge' /System/Library/Frameworks/Foundation.framework/Headers/NSGeometry.h: 39: error: previous definition of 'NSMaxYEdge' was here
In file included from Functions.m:36:
../Headers/AppKit/NSEvent.h:94:19: error: missing binary operator before token "(" ../Headers/AppKit/NSEvent.h:122:19: error: missing binary operator before token "(" ../Headers/AppKit/NSEvent.h:139:19: error: missing binary operator before token "(" ../Headers/AppKit/NSEvent.h:171:19: error: missing binary operator before token "(" ../Headers/AppKit/NSEvent.h:184:19: error: missing binary operator before token "(" ../Headers/AppKit/NSEvent.h:296:19: error: missing binary operator before token "(" ../Headers/AppKit/NSEvent.h:329:19: error: missing binary operator before token "(" ../Headers/AppKit/NSEvent.h:338:19: error: missing binary operator before token "(" ../Headers/AppKit/NSEvent.h:357:19: error: missing binary operator before token "(" ../Headers/AppKit/NSEvent.h:461:19: error: missing binary operator before token "(" In file included from ../Headers/Additions/GNUstepGUI/GSMethodTable.h: 29,
                 from ../Headers/AppKit/NSGraphicsContext.h:110,
                 from Functions.m:37:
/System/Library/Frameworks/Foundation.framework/Headers/NSGeometry.h: 10: error: redefinition of 'struct _NSPoint' /System/Library/Frameworks/Foundation.framework/Headers/NSGeometry.h: 18: error: redefinition of 'struct _NSSize' /System/Library/Frameworks/Foundation.framework/Headers/NSGeometry.h: 26: error: redefinition of 'struct _NSRect' /System/Library/Frameworks/Foundation.framework/Headers/NSGeometry.h: 34: error: nested redefinition of 'enum _NSRectEdge' /System/Library/Frameworks/Foundation.framework/Headers/NSGeometry.h: 34: error: redeclaration of 'enum _NSRectEdge' /System/Library/Frameworks/Foundation.framework/Headers/NSGeometry.h: 35: error: redeclaration of enumerator 'NSMinXEdge' /System/Library/Frameworks/Foundation.framework/Headers/NSGeometry.h: 35: error: previous definition of 'NSMinXEdge' was here /System/Library/Frameworks/Foundation.framework/Headers/NSGeometry.h: 36: error: redeclaration of enumerator 'NSMinYEdge' /System/Library/Frameworks/Foundation.framework/Headers/NSGeometry.h: 36: error: previous definition of 'NSMinYEdge' was here /System/Library/Frameworks/Foundation.framework/Headers/NSGeometry.h: 37: error: redeclaration of enumerator 'NSMaxXEdge' /System/Library/Frameworks/Foundation.framework/Headers/NSGeometry.h: 37: error: previous definition of 'NSMaxXEdge' was here /System/Library/Frameworks/Foundation.framework/Headers/NSGeometry.h: 39: error: redeclaration of enumerator 'NSMaxYEdge' /System/Library/Frameworks/Foundation.framework/Headers/NSGeometry.h: 39: error: previous definition of 'NSMaxYEdge' was here
In file included from ../Headers/AppKit/NSFont.h:36,
from ../Headers/Additions/GNUstepGUI/ GSMethodTable.h:30,
                 from ../Headers/AppKit/NSGraphicsContext.h:110,
                 from Functions.m:37:
/System/Library/Frameworks/Foundation.framework/Headers/NSGeometry.h: 10: error: redefinition of 'struct _NSPoint' /System/Library/Frameworks/Foundation.framework/Headers/NSGeometry.h: 18: error: redefinition of 'struct _NSSize' /System/Library/Frameworks/Foundation.framework/Headers/NSGeometry.h: 26: error: redefinition of 'struct _NSRect' /System/Library/Frameworks/Foundation.framework/Headers/NSGeometry.h: 34: error: nested redefinition of 'enum _NSRectEdge' /System/Library/Frameworks/Foundation.framework/Headers/NSGeometry.h: 34: error: redeclaration of 'enum _NSRectEdge' /System/Library/Frameworks/Foundation.framework/Headers/NSGeometry.h: 35: error: redeclaration of enumerator 'NSMinXEdge' /System/Library/Frameworks/Foundation.framework/Headers/NSGeometry.h: 35: error: previous definition of 'NSMinXEdge' was here /System/Library/Frameworks/Foundation.framework/Headers/NSGeometry.h: 36: error: redeclaration of enumerator 'NSMinYEdge' /System/Library/Frameworks/Foundation.framework/Headers/NSGeometry.h: 36: error: previous definition of 'NSMinYEdge' was here /System/Library/Frameworks/Foundation.framework/Headers/NSGeometry.h: 37: error: redeclaration of enumerator 'NSMaxXEdge' /System/Library/Frameworks/Foundation.framework/Headers/NSGeometry.h: 37: error: previous definition of 'NSMaxXEdge' was here /System/Library/Frameworks/Foundation.framework/Headers/NSGeometry.h: 39: error: redeclaration of enumerator 'NSMaxYEdge' /System/Library/Frameworks/Foundation.framework/Headers/NSGeometry.h: 39: error: previous definition of 'NSMaxYEdge' was here
In file included from ../Headers/AppKit/NSFont.h:39,
from ../Headers/Additions/GNUstepGUI/ GSMethodTable.h:30,
                 from ../Headers/AppKit/NSGraphicsContext.h:110,
                 from Functions.m:37:
../Headers/AppKit/NSColor.h:172:19: error: missing binary operator before token "(" ../Headers/AppKit/NSColor.h:201:19: error: missing binary operator before token "(" ../Headers/AppKit/NSColor.h:206:19: error: missing binary operator before token "(" ../Headers/AppKit/NSColor.h:269:19: error: missing binary operator before token "(" In file included from ../Headers/Additions/GNUstepGUI/GSMethodTable.h: 30,
                 from ../Headers/AppKit/NSGraphicsContext.h:110,
                 from Functions.m:37:
../Headers/AppKit/NSFont.h:68:19: error: missing binary operator before token "(" ../Headers/AppKit/NSFont.h:125:19: error: missing binary operator before token "(" ../Headers/AppKit/NSFont.h:135:19: error: missing binary operator before token "(" ../Headers/AppKit/NSFont.h:145:19: error: missing binary operator before token "(" ../Headers/AppKit/NSFont.h:165:19: error: missing binary operator before token "(" ../Headers/AppKit/NSFont.h:198:19: error: missing binary operator before token "(" ../Headers/AppKit/NSFont.h:202:19: error: missing binary operator before token "(" ../Headers/AppKit/NSFont.h:241:19: error: missing binary operator before token "("
In file included from ../Headers/AppKit/NSGraphicsContext.h:110,
                 from Functions.m:37:
../Headers/Additions/GNUstepGUI/GSMethodTable.h:112: error: parse error before 'size_t' ../Headers/Additions/GNUstepGUI/GSMethodTable.h:114: error: parse error before 'size_t'
In file included from Functions.m:37:
../Headers/AppKit/NSGraphicsContext.h:193:19: error: missing binary operator before token "("
In file included from Functions.m:37:
../Headers/AppKit/NSGraphicsContext.h:267: error: parse error before 'size_t' ../Headers/AppKit/NSGraphicsContext.h:268: error: parse error before 'size_t' ../Headers/AppKit/NSGraphicsContext.h:273: fatal error: method definition not in @implementation context
compilation terminated.
make[2]: *** [obj/Functions.o] Error 1
make[1]: *** [libgnustep-gui.all.library.variables] Error 2
make: *** [internal-all] Error 2
faisca:~/code/gnustep-sources/modules/core/gui dlsa$
faisca:~/code/gnustep-sources/modules/core/gui dlsa$
faisca:~/code/gnustep-sources/modules/core/gui dlsa$
faisca:~/code/gnustep-sources/modules/core/gui dlsa$ . /usr/lib/ GNUstep/System/
Library  Tools
faisca:~/code/gnustep-sources/modules/core/gui dlsa$ . /usr/lib/ GNUstep/System/Library/Makefiles/GNUstep
GNUstep-reset.sh  GNUstep.csh       GNUstep.sh
faisca:~/code/gnustep-sources/modules/core/gui dlsa$ . /usr/lib/ GNUstep/System/Library/Makefiles/GNUstep.sh
faisca:~/code/gnustep-sources/modules/core/gui dlsa$
faisca:~/code/gnustep-sources/modules/core/gui dlsa$
faisca:~/code/gnustep-sources/modules/core/gui dlsa$
faisca:~/code/gnustep-sources/modules/core/gui dlsa$ makeMaking all in Source...
Making all for library libgnustep-gui...
 Compiling file Functions.m ...
In file included from Functions.m:34:
../Headers/AppKit/NSApplication.h:40:40: error: GNUstepBase/ GSVersionMacros.h: No such file or directory
In file included from ../Headers/AppKit/NSResponder.h:35,
                 from ../Headers/AppKit/NSApplication.h:42,
                 from Functions.m:34:
../Headers/AppKit/NSInterfaceStyle.h:32:19: error: missing binary operator before token "("
In file included from ../Headers/AppKit/NSApplication.h:42,
                 from Functions.m:34:
../Headers/AppKit/NSResponder.h:49:19: error: missing binary operator before token "(" ../Headers/AppKit/NSResponder.h:103:19: error: missing binary operator before token "(" ../Headers/AppKit/NSResponder.h:111:19: error: missing binary operator before token "(" ../Headers/AppKit/NSResponder.h:127:19: error: missing binary operator before token "(" ../Headers/AppKit/NSResponder.h:161:19: error: missing binary operator before token "(" ../Headers/AppKit/NSResponder.h:173:19: error: missing binary operator before token "("
In file included from Functions.m:34:
../Headers/AppKit/NSApplication.h:72:19: error: missing binary operator before token "(" ../Headers/AppKit/NSApplication.h:105:19: error: missing binary operator before token "(" ../Headers/AppKit/NSApplication.h:161:19: error: missing binary operator before token "(" ../Headers/AppKit/NSApplication.h:187:19: error: missing binary operator before token "(" ../Headers/AppKit/NSApplication.h:208:19: error: missing binary operator before token "(" ../Headers/AppKit/NSApplication.h:240:19: error: missing binary operator before token "(" ../Headers/AppKit/NSApplication.h:279:19: error: missing binary operator before token "(" ../Headers/AppKit/NSApplication.h:286:19: error: missing binary operator before token "(" ../Headers/AppKit/NSApplication.h:299:19: error: missing binary operator before token "(" ../Headers/AppKit/NSApplication.h:343:19: error: missing binary operator before token "(" ../Headers/AppKit/NSApplication.h:346:19: error: missing binary operator before token "(" ../Headers/AppKit/NSApplication.h:357:19: error: missing binary operator before token "(" ../Headers/AppKit/NSApplication.h:394:19: error: missing binary operator before token "(" ../Headers/AppKit/NSApplication.h:399:19: error: missing binary operator before token "(" ../Headers/AppKit/NSApplication.h:405:19: error: missing binary operator before token "(" ../Headers/AppKit/NSApplication.h:656:19: error: missing binary operator before token "("
In file included from ../Headers/AppKit/NSBitmapImageRep.h:34,
                 from Functions.m:35:
../Headers/AppKit/NSImageRep.h:72:19: error: missing binary operator before token "("
In file included from Functions.m:35:
../Headers/AppKit/NSBitmapImageRep.h:66:19: error: missing binary operator before token "(" ../Headers/AppKit/NSBitmapImageRep.h:136:19: error: missing binary operator before token "(" ../Headers/AppKit/NSBitmapImageRep.h:161:19: error: missing binary operator before token "(" ../Headers/AppKit/NSBitmapImageRep.h:170:19: error: missing binary operator before token "(" ../Headers/AppKit/NSBitmapImageRep.h:174:19: error: missing binary operator before token "(" ../Headers/AppKit/NSBitmapImageRep.h:204:19: error: missing binary operator before token "(" ../Headers/AppKit/NSBitmapImageRep.h:223:19: error: missing binary operator before token "(" ../Headers/AppKit/NSBitmapImageRep.h:243:19: error: missing binary operator before token "("
In file included from ../Headers/AppKit/NSEvent.h:35,
                 from Functions.m:36:
/System/Library/Frameworks/Foundation.framework/Headers/NSGeometry.h: 10: error: redefinition of 'struct _NSPoint' /System/Library/Frameworks/Foundation.framework/Headers/NSGeometry.h: 18: error: redefinition of 'struct _NSSize' /System/Library/Frameworks/Foundation.framework/Headers/NSGeometry.h: 26: error: redefinition of 'struct _NSRect' /System/Library/Frameworks/Foundation.framework/Headers/NSGeometry.h: 34: error: nested redefinition of 'enum _NSRectEdge' /System/Library/Frameworks/Foundation.framework/Headers/NSGeometry.h: 34: error: redeclaration of 'enum _NSRectEdge' /System/Library/Frameworks/Foundation.framework/Headers/NSGeometry.h: 35: error: redeclaration of enumerator 'NSMinXEdge' /System/Library/Frameworks/Foundation.framework/Headers/NSGeometry.h: 35: error: previous definition of 'NSMinXEdge' was here /System/Library/Frameworks/Foundation.framework/Headers/NSGeometry.h: 36: error: redeclaration of enumerator 'NSMinYEdge' /System/Library/Frameworks/Foundation.framework/Headers/NSGeometry.h: 36: error: previous definition of 'NSMinYEdge' was here /System/Library/Frameworks/Foundation.framework/Headers/NSGeometry.h: 37: error: redeclaration of enumerator 'NSMaxXEdge' /System/Library/Frameworks/Foundation.framework/Headers/NSGeometry.h: 37: error: previous definition of 'NSMaxXEdge' was here /System/Library/Frameworks/Foundation.framework/Headers/NSGeometry.h: 39: error: redeclaration of enumerator 'NSMaxYEdge' /System/Library/Frameworks/Foundation.framework/Headers/NSGeometry.h: 39: error: previous definition of 'NSMaxYEdge' was here
In file included from Functions.m:36:
../Headers/AppKit/NSEvent.h:94:19: error: missing binary operator before token "(" ../Headers/AppKit/NSEvent.h:122:19: error: missing binary operator before token "(" ../Headers/AppKit/NSEvent.h:139:19: error: missing binary operator before token "(" ../Headers/AppKit/NSEvent.h:171:19: error: missing binary operator before token "(" ../Headers/AppKit/NSEvent.h:184:19: error: missing binary operator before token "(" ../Headers/AppKit/NSEvent.h:296:19: error: missing binary operator before token "(" ../Headers/AppKit/NSEvent.h:329:19: error: missing binary operator before token "(" ../Headers/AppKit/NSEvent.h:338:19: error: missing binary operator before token "(" ../Headers/AppKit/NSEvent.h:357:19: error: missing binary operator before token "(" ../Headers/AppKit/NSEvent.h:461:19: error: missing binary operator before token "(" In file included from ../Headers/Additions/GNUstepGUI/GSMethodTable.h: 29,
                 from ../Headers/AppKit/NSGraphicsContext.h:110,
                 from Functions.m:37:
/System/Library/Frameworks/Foundation.framework/Headers/NSGeometry.h: 10: error: redefinition of 'struct _NSPoint' /System/Library/Frameworks/Foundation.framework/Headers/NSGeometry.h: 18: error: redefinition of 'struct _NSSize' /System/Library/Frameworks/Foundation.framework/Headers/NSGeometry.h: 26: error: redefinition of 'struct _NSRect' /System/Library/Frameworks/Foundation.framework/Headers/NSGeometry.h: 34: error: nested redefinition of 'enum _NSRectEdge' /System/Library/Frameworks/Foundation.framework/Headers/NSGeometry.h: 34: error: redeclaration of 'enum _NSRectEdge' /System/Library/Frameworks/Foundation.framework/Headers/NSGeometry.h: 35: error: redeclaration of enumerator 'NSMinXEdge' /System/Library/Frameworks/Foundation.framework/Headers/NSGeometry.h: 35: error: previous definition of 'NSMinXEdge' was here /System/Library/Frameworks/Foundation.framework/Headers/NSGeometry.h: 36: error: redeclaration of enumerator 'NSMinYEdge' /System/Library/Frameworks/Foundation.framework/Headers/NSGeometry.h: 36: error: previous definition of 'NSMinYEdge' was here /System/Library/Frameworks/Foundation.framework/Headers/NSGeometry.h: 37: error: redeclaration of enumerator 'NSMaxXEdge' /System/Library/Frameworks/Foundation.framework/Headers/NSGeometry.h: 37: error: previous definition of 'NSMaxXEdge' was here /System/Library/Frameworks/Foundation.framework/Headers/NSGeometry.h: 39: error: redeclaration of enumerator 'NSMaxYEdge' /System/Library/Frameworks/Foundation.framework/Headers/NSGeometry.h: 39: error: previous definition of 'NSMaxYEdge' was here
In file included from ../Headers/AppKit/NSFont.h:36,
from ../Headers/Additions/GNUstepGUI/ GSMethodTable.h:30,
                 from ../Headers/AppKit/NSGraphicsContext.h:110,
                 from Functions.m:37:
/System/Library/Frameworks/Foundation.framework/Headers/NSGeometry.h: 10: error: redefinition of 'struct _NSPoint' /System/Library/Frameworks/Foundation.framework/Headers/NSGeometry.h: 18: error: redefinition of 'struct _NSSize' /System/Library/Frameworks/Foundation.framework/Headers/NSGeometry.h: 26: error: redefinition of 'struct _NSRect' /System/Library/Frameworks/Foundation.framework/Headers/NSGeometry.h: 34: error: nested redefinition of 'enum _NSRectEdge' /System/Library/Frameworks/Foundation.framework/Headers/NSGeometry.h: 34: error: redeclaration of 'enum _NSRectEdge' /System/Library/Frameworks/Foundation.framework/Headers/NSGeometry.h: 35: error: redeclaration of enumerator 'NSMinXEdge' /System/Library/Frameworks/Foundation.framework/Headers/NSGeometry.h: 35: error: previous definition of 'NSMinXEdge' was here /System/Library/Frameworks/Foundation.framework/Headers/NSGeometry.h: 36: error: redeclaration of enumerator 'NSMinYEdge' /System/Library/Frameworks/Foundation.framework/Headers/NSGeometry.h: 36: error: previous definition of 'NSMinYEdge' was here /System/Library/Frameworks/Foundation.framework/Headers/NSGeometry.h: 37: error: redeclaration of enumerator 'NSMaxXEdge' /System/Library/Frameworks/Foundation.framework/Headers/NSGeometry.h: 37: error: previous definition of 'NSMaxXEdge' was here /System/Library/Frameworks/Foundation.framework/Headers/NSGeometry.h: 39: error: redeclaration of enumerator 'NSMaxYEdge' /System/Library/Frameworks/Foundation.framework/Headers/NSGeometry.h: 39: error: previous definition of 'NSMaxYEdge' was here
In file included from ../Headers/AppKit/NSFont.h:39,
from ../Headers/Additions/GNUstepGUI/ GSMethodTable.h:30,
                 from ../Headers/AppKit/NSGraphicsContext.h:110,
                 from Functions.m:37:
../Headers/AppKit/NSColor.h:172:19: error: missing binary operator before token "(" ../Headers/AppKit/NSColor.h:201:19: error: missing binary operator before token "(" ../Headers/AppKit/NSColor.h:206:19: error: missing binary operator before token "(" ../Headers/AppKit/NSColor.h:269:19: error: missing binary operator before token "(" In file included from ../Headers/Additions/GNUstepGUI/GSMethodTable.h: 30,
                 from ../Headers/AppKit/NSGraphicsContext.h:110,
                 from Functions.m:37:
../Headers/AppKit/NSFont.h:68:19: error: missing binary operator before token "(" ../Headers/AppKit/NSFont.h:125:19: error: missing binary operator before token "(" ../Headers/AppKit/NSFont.h:135:19: error: missing binary operator before token "(" ../Headers/AppKit/NSFont.h:145:19: error: missing binary operator before token "(" ../Headers/AppKit/NSFont.h:165:19: error: missing binary operator before token "(" ../Headers/AppKit/NSFont.h:198:19: error: missing binary operator before token "(" ../Headers/AppKit/NSFont.h:202:19: error: missing binary operator before token "(" ../Headers/AppKit/NSFont.h:241:19: error: missing binary operator before token "("
In file included from ../Headers/AppKit/NSGraphicsContext.h:110,
                 from Functions.m:37:
../Headers/Additions/GNUstepGUI/GSMethodTable.h:112: error: parse error before 'size_t' ../Headers/Additions/GNUstepGUI/GSMethodTable.h:114: error: parse error before 'size_t'
In file included from Functions.m:37:
../Headers/AppKit/NSGraphicsContext.h:193:19: error: missing binary operator before token "("
In file included from Functions.m:37:
../Headers/AppKit/NSGraphicsContext.h:267: error: parse error before 'size_t' ../Headers/AppKit/NSGraphicsContext.h:268: error: parse error before 'size_t' ../Headers/AppKit/NSGraphicsContext.h:273: fatal error: method definition not in @implementation context
compilation terminated.
make[2]: *** [obj/Functions.o] Error 1
make[1]: *** [libgnustep-gui.all.library.variables] Error 2
make: *** [internal-all] Error 2







reply via email to

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