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:35:
../Headers/AppKit/NSBitmapImageRep.h:137: error: parse error before
'NSBitmapFormat'
../Headers/AppKit/NSBitmapImageRep.h:183: error: parse error before
'NSBitmapFormat'
../Headers/AppKit/NSBitmapImageRep.h:191: 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
Many thanks
Daniel Santos
On Jan 16, 2008, at 1:49 AM, Adam Fedor wrote:
You need to make and install gnustep-base first. Did you do that?
Other than that it should work. See
http://www.gnustep.org/resources/documentation/User/GNUstep/
README.Darwin
for more information.
On Jan 15, 2008, at 4:54 PM, Daniel Luis dos Santos wrote:
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 ?