[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Guile under Guix on Arm
From: |
Ludovic Courtès |
Subject: |
Re: Guile under Guix on Arm |
Date: |
Tue, 29 Oct 2013 21:51:51 +0100 |
User-agent: |
Gnus/5.130007 (Ma Gnus v0.7) Emacs/24.3 (gnu/linux) |
Andreas Enge <address@hidden> skribis:
> ./pre-inst-env guix build guile-static-stripped-tarball
> --target=armv5-linux-gnueabi
> (after enabling armv5 as explained under porting in the guix manual)
> results in the following error:
>
> CC libguile_2.0_la-fluids.lo
> finalizers.c:166:1: error: static declaration of 'GC_set_finalizer_notifier'
> follows non-static declaration
> In file included from ../libguile/bdw-gc.h:47:0,
> from finalizers.c:26:
> /nix/store/8wkjgpb4b81ha352zz4fn3pvcwnj8x8c-libgc-7.2d/include/gc/gc.h:177:21:
> note: previous declaration of 'GC_set_finalizer_notifier' was here
[...]
> And config.h contains
> /* #undef HAVE_GC_SET_FINALIZER_NOTIFIER */
Could you check in config.log why ‘GC_set_finalizer_notifier’ was
considered unavailable?
That could be worked around by adding
‘ac_cv func_GC_set_finalizer_notifier=yes’ to #:configure-flags, but I
suspect there’s another issue hiding here.
Thanks,
Ludo’.