discuss-gnustep
[Top][All Lists]
Advanced

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

Re: preflight.sh: please review <VirusChecked>


From: Dennis Leeuw
Subject: Re: preflight.sh: please review <VirusChecked>
Date: Tue, 12 Mar 2002 18:54:13 +0100

Here is the diff that solves the problem for me:


maggy:/home/dennis/preflight# diff preflight.sh preflight.sh.dl
1676a1677,1679
>
> main () {
> }
1692a1696
>               enable_ffcall=yes

Hope this helps.

Dennis

Lars Sonchocky-Helldorf wrote:

> > Nice start! Just checked my system and the script says:
> >
> > checking for ffi.h... no
> > checking for forwarding callback in runtime... no
> > checking for callback.h... yes
> > checking FFI library usage... none
> > preflight.sh: warning: No ffcall interface library found
> >
> >         ! GNUstep requires the ffcall library to do invocations and DO
> >         ! Make sure this library is installed (see installation
> instructions)
> >
> >         ! Otherwise DO will not be compatible with other systems
>
> Don't know what's going on here, and I can't crosscheck it since I don't
> own a linux box. maybe some variable is not or wrong set.
>
> One thing you can do is to go to line 33 of the script and move the # sign
> one line lower. Now you see all the compilers output in your console like
> this:
>
> checking for ffi.h... cc -E -traditional-cpp  -fnext-runtime
> -DNeXT_RUNTIME conftest.c >/dev/null 2>conftest.out
> conftest.c:2: ffi.h: No such file or directory
> #include "confdefs.h"
> #include <ffi.h>
> no
> checking for forwarding callback in runtime... no
> checking for callback.h... cc -E -traditional-cpp  -fnext-runtime
> -DNeXT_RUNTIME conftest.c >/dev/null 2>conftest.out
> conftest.c:2: callback.h: No such file or directory
> #include "confdefs.h"
> #include <callback.h>
> no
> checking FFI library usage... none
> preflight.sh: warning: No ffcall interface library found
>
>         ! GNUstep requires the ffcall library to do invocations and DO
>         ! Make sure this library is installed (see installation
> instructions)
>         ! Otherwise DO will not be compatible with other systems
>
> >
> > While my system says:
> >
> > bash-2.05a$ dpkg -l| grep ffcall
> > ii  libffcall1     1.8-4.1        Foreign Function Call Libraries
> > ii  libffcall1-dev 1.8-4.1        Foreign Function Call Libraries
> > (development
> >
> > Still haven't found out why, but will come back as soon as I know.
> >
> > Dennis
> >
>
> Greetings and Thanks for your help, Lars
>
> _______________________________________________
> Discuss-gnustep mailing list
> Discuss-gnustep@gnu.org
> http://mail.gnu.org/mailman/listinfo/discuss-gnustep




reply via email to

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