[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Build gui on tiger
From: |
Daniel Luis dos Santos |
Subject: |
Re: Build gui on tiger |
Date: |
Thu, 17 Jan 2008 09:16:47 +0000 |
I sent a reply yesterday, but apparently it didn't reach you. I'm
sending you a transcription of that email :
-------------
I am still getting an error, but now its different.
I downloaded jpeg as a macport instead of a fink package, as said in
the guide.
then issued the following commands :
make package :
./configure --with-library-combo=gnu-gnu-gnu
sudo make install
base package :
./configure --with-library-combo=gnu-gnu-gnu
make
sudo make install
gui:
./configure --with-library-combo=gnu-gnu-gnu --with-jpeg-include=/opt/
local/include/ --with-jpeg-library=/opt/local/lib --with-tiff-
include=/usr/local/include/ --with-tiff-library=/usr/local/lib/
make
and this gives an error:
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 9:04 PM, Adam Fedor wrote:
That's a really weird error. Are you using the latest versions of
all the packages or code from SVN?
On Jan 16, 2008, at 3:19 AM, Daniel Luis dos Santos wrote:
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 ?