discuss-gnustep
[Top][All Lists]
Advanced

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

Re: gnustep-base and ffcall


From: Dennis Leeuw
Subject: Re: gnustep-base and ffcall
Date: Sun, 08 Feb 2004 14:28:24 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20031107 Debian/1.5-3

Dennis Leeuw wrote:
Adam Fedor wrote:

From: Dennis Leeuw

I configured ffcall with --prefix=/usr/GNUstep2/System/posix --datadir=/usr/GNUstep2/System/Library/Documentation/
--mandir=${GSROOT}/System/Library/Documentation/man



I think you need (see make/Documentation/README.MinGW for instance)

./configure --prefix=$GNUSTEP_SYSTEM_ROOT \
 --libdir=$GNUSTEP_SYSTEM_ROOT/Library/Libraries \
 --includedir=$GNUSTEP_SYSTEM_ROOT/Library/Headers


This would probably be possible to do, since I have done that in the past. But will become a nightmare to maintain for all the libs GNUstep depends on. I can also hack gnustep-make to add the paths...

But that is not the problem I am faceing right now. The problem imho is that gnustep-base does not function as I expected it to work. ./configure --help says that I could tell gnustep-base where the ffcall headers are, but imho it doesn't "listen" to what I tell it :)

So my question is more like: Is this a bug in -base or am I doing something wrong ?


If I add /usr/GNUstep2/System/posix/include to config.make I get:
-I../../Headers -I. /usr/GNUstep2/System/posix/include/ -I/usr/include/libxml2

Which is a bug imho. I don't know much about this but shouldn't it be:
-I/usr/GNUstep2/System/posix/include instead of the -I. /usr/GNUstep2/etc... ?

Dennis





reply via email to

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