bug-guile
[Top][All Lists]
Advanced

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

Re: Build errors, stable-2.0, missing declarations


From: Kevin Fletcher
Subject: Re: Build errors, stable-2.0, missing declarations
Date: Thu, 31 Mar 2011 20:42:56 +0100

On 24 March 2011 19:39, Andy Wingo <address@hidden> wrote:
> On Tue 22 Mar 2011 23:43, Kevin Fletcher <address@hidden> writes:
>
>> threads.c:542: warning: 'struct GC_stack_base' declared inside parameter list
>
> I added some bdw-gc 6.8 code in git.  Can you test it?
>
> Thanks,
>
> Andy
> --
> http://wingolog.org/
>

I've successfully built stable-2.0 with a minor patch. I've also
linked against libguile and although I am not pushing it to the limits
it appears to be working.

I'm running stock debian squeeze with all standard software apart from
a local build of gmp:

$ ldd `which guile`
        linux-gate.so.1 =>  (0xb772e000)
        libguile-2.0.so.22 => /home/kjfletch/lib/libguile-2.0.so.22 (0xb75e9000)
        libcrypt.so.1 => /lib/i686/cmov/libcrypt.so.1 (0xb75a6000)
        libm.so.6 => /lib/i686/cmov/libm.so.6 (0xb757f000)
        libpthread.so.0 => /lib/i686/cmov/libpthread.so.0 (0xb7566000)
        libc.so.6 => /lib/i686/cmov/libc.so.6 (0xb7420000)
        libgc.so.1 => /usr/lib/libgc.so.1 (0xb73ed000)
        libffi.so.5 => /usr/lib/libffi.so.5 (0xb73e7000)
        libunistring.so.0 => /home/kjfletch/lib/libunistring.so.0 (0xb72d8000)
        --> libgmp.so.10 => /home/kjfletch/lib/libgmp.so.10 (0xb7275000) <--
        libltdl.so.7 => /usr/lib/libltdl.so.7 (0xb726d000)
        /lib/ld-linux.so.2 (0xb772f000)
        libdl.so.2 => /lib/i686/cmov/libdl.so.2 (0xb7269000)
        libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xb724b000)

Thanks,
Kevin Fletcher.

Attachment: missing-params.diff
Description: Text Data


reply via email to

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