[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: GNUstep base almost builds with clang
From: |
David Ayers |
Subject: |
Re: GNUstep base almost builds with clang |
Date: |
Thu, 02 Apr 2009 06:07:12 +0000 |
Am Mittwoch, den 01.04.2009, 15:07 +0100 schrieb Pete French:
> > Would it be possible for you to check whether GNUstep works with
> > libffi? On FreeBSD/i386, it defaults to using ffcall, but works
> > better with libffi (i.e. doesn't randomly corrupt the stack when you
> > pass NSInvocations between threads). You probably need to explicitly
> > specify /usr/local/include and /usr/local/lib as ffi lib/include
> > directories in configure.
>
> Using the latest SVN this now works out of the box with just
> 'configure' and the libffi port installed. So no need for ffcall
> on this platform anymore.
This sounds great! Could also check whether the NSProxy Tests pass?
i.e. checkout
http://svn.gna.org/svn/gnustep/tests/testsuite/trunk
and run:
./runtest.sh base/NSProxy/test01.m
Thanks!
Cheers,
David
PS: the log file is called tests.log ... please post it.
Re: GNUstep base almost builds with clang, Lars Sonchocky-Helldorf, 2009/04/01
Re: GNUstep base almost builds with clang, Pete French, 2009/04/01
- Re: GNUstep base almost builds with clang,
David Ayers <=