Uh, you don't have to do this to use emacs on aqua.......

Peter Dyballa wrote:
Hello!

To use Emacs-on-Aqua I want to install the kit. I installed with Fink gcc-4 and libffi. InstallGNUstep ends with these errors:

    checking ffi.h usability... no
    checking ffi.h presence... no
    checking for ffi.h... no
    checking FFI library usage... no
E155 Error
    Darwin/PPC (Mac OP X) systems require libffi, but there is no libffi
    installed. Please install this before installing GNUstep

Either configure or the user needs to set:

    LDFLAGS=-L/sw/lib/gcc4/lib
CPPFLAGS=-I/sw/lib/gcc4/include -I/sw/lib/gcc4/lib/gcc/powerpc-apple-darwin7/4.1.0/include/libffi

so that the libraries and the header files can be found:

    /sw/lib/gcc4/include/ffi.h
    /sw/lib/gcc4/lib/gcc/powerpc-apple-darwin7/4.1.0/include/libffi
/sw/lib/gcc4/lib/gcc/powerpc-apple-darwin7/4.1.0/include/libffi/ ffitarget.h
    /sw/lib/gcc4/lib/libffi.4.0.1.dylib
    /sw/lib/gcc4/lib/libffi.4.dylib
    /sw/lib/gcc4/lib/libffi.a
    /sw/lib/gcc4/lib/libffi.dylib
    /sw/lib/gcc4/lib/libffi.la

The search path is set to first look into /sw/lib/gcc4/bin:

    gcc --version
    gcc (GCC) 4.1.0 20050424 (experimental)

 and then into /sw/bin to find a modern iconv version.

--
Greetings

  Pete



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

Reply via email to