[Chicken-users] libffi and cmake on gnu/linux again

2007-07-13 Thread Sunnan
I haven't compiled chicken for a while, but now I'm trying to compile darcs head. The first step is to run ccmake . , right? Well, it says that it can't compile the libffi test. I don't know where to go from there or troubleshoot this further; I've got these files: /. /usr /usr/share /usr/

[Chicken-users] libffi and cmake on gnu/linux again

2007-07-13 Thread Brandon Van Every
On 7/13/07, felix winkelmann <[EMAIL PROTECTED]> wrote: Hi! Try passing -DWITHOUT_LIBFFI=TRUE to ccmake (or cmake). I don't know why this fails. It fails on MinGW also, but I assumed that was because it wasn't supported on MinGW. Is it supposed to work? Cheers, Brandon Van Every _

Re: [Chicken-users] libffi and cmake on gnu/linux again

2007-07-13 Thread felix winkelmann
Hi! Try passing -DWITHOUT_LIBFFI=TRUE to ccmake (or cmake). I don't know why this fails. cheers, felix On 7/13/07, Sunnan <[EMAIL PROTECTED]> wrote: I haven't compiled chicken for a while, but now I'm trying to compile darcs head. The first step is to run ccmake . , right? Well, it says t

Re: [Chicken-users] libffi and cmake on gnu/linux again

2007-07-13 Thread felix winkelmann
BTW, in ccmake you can simply press "e" and continue. It should still be able to generate a makefile. cheers, felix On 7/13/07, Sunnan <[EMAIL PROTECTED]> wrote: I haven't compiled chicken for a while, but now I'm trying to compile darcs head. The first step is to run ccmake . , right? Well

Re: [Chicken-users] libffi and cmake on gnu/linux again

2007-07-13 Thread Kon Lovett
On Jul 13, 2007, at 7:31 AM, Brandon Van Every wrote: On 7/13/07, felix winkelmann <[EMAIL PROTECTED]> wrote: Hi! Try passing -DWITHOUT_LIBFFI=TRUE to ccmake (or cmake). I don't know why this fails. It fails on MinGW also, but I assumed that was because it wasn't supported on MinGW. Is it

Re: [Chicken-users] libffi and cmake on gnu/linux again

2007-07-16 Thread Sunnan
felix winkelmann wrote: BTW, in ccmake you can simply press "e" and continue. It should still be able to generate a makefile. OK. I was concerned that that would build a version of chicken without libffi support. Sunnan ___ Chicken-users mailing

Re: [Chicken-users] libffi and cmake on gnu/linux again

2007-07-16 Thread felix winkelmann
On 7/16/07, Sunnan <[EMAIL PROTECTED]> wrote: felix winkelmann wrote: > BTW, in ccmake you can simply press "e" and continue. It should still > be able to generate a makefile. OK. I was concerned that that would build a version of chicken without libffi support. It would. I was trying to say t

Re: [Chicken-users] libffi and cmake on gnu/linux again

2007-07-16 Thread Sunnan
felix winkelmann wrote: It should be possible to modify the compiler- and linker flags in ccmake to use libffi. Thanks. ___ Chicken-users mailing list Chicken-users@nongnu.org http://lists.nongnu.org/mailman/listinfo/chicken-users