On Oct 25, 2007, at 5:16 PM, Gordon Wilson wrote:

Hi

Just feeling my way here. I am not confident about fixing any of the errors and warnings here. A little "hand holding" would be lovely ;-)

It appears you are compiling on OS X/Intel (Tiger). First, I'd note that I have no idea how GNUstep works on OS X/Intel, but I know that, although the base library seems to work OK on Tiger (PowerPC), I've had problems with the GUI. Also, I don't think libffi is ported to OS X/Intel (AFAIK), and ffcall probably won't work due to security restrictions. So basically you're mostly on your own here.

At the very least though, you probably should get the FSF gcc compiler. The best way to do that, is to install fink (http:// fink.sourceforge.net). Then get the gcc42 packages as well as the tiff library (and dev) package. Make sure the gcc42 is found first in your path, or do

export DYLD_LIBRARY_PATH=/sw/lib:$DYLD_LIBRARY_PATH
. /sw/bin/init.sh

export CC=/sw/bin/gcc42
./InstallGNUstep



_______________________________________________
Bug-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-gnustep

Reply via email to