hi, I updated the newest guile-src from git://git.sv.gnu.org/guile, but
while I compile it , it showed error msg below:
===
In file included from ../libguile/_scm.h:78,
from alist.c:25:
../libguile/numbers.h:394:2: error: #error sizeof(char) is not 1.
.
Neil Jerram writes:
> So my hypothesis now is:
>
> - some change in the last few months has introduced a dependency of
> Guile script startup (specifically including the case where Guile is
> run to generate guile-procedures.texi) on srfi-1.scm
>
> - this makes the build impossible!
>
> - for
Neil Jerram writes:
> Aha... Time for strace then, which includes:
>
> open("/home/neil/SW/Guile/master/module/srfi/srfi-1.scm",
> O_RDONLY|O_LARGEFILE) = 10
> open("/usr/local/lib/libguile-srfi-srfi-1-v-4.la", O_RDONLY) = 11
> open("/usr/local/lib/libguile-srfi-srfi-1-v-4.so.4", O_RDONLY) = 11