guile-devel
[Top][All Lists]
Advanced

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

Re: guile compile error


From: Neil Jerram
Subject: Re: guile compile error
Date: Sun, 04 Jul 2010 21:38:48 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)

Nala Ginrut <address@hidden> writes:

> 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.
> ../libguile/numbers.h:415:2: error: #error sizeof(short) is not 1, 2, or 4.
> ../libguile/numbers.h:432:2: error: #error sizeof(int) is not 4 or 8.
> ../libguile/numbers.h:448:2: error: #error sizeof(long) is not 4 or 8.
> ../libguile/numbers.h:464:2: error: #error sizeof(scm_t_intmax) is not 4 or 8.
> ../libguile/numbers.h:492:2: error: #error sizeof(size_t) is not 4 or 8.
> make[2]: *** [alist.x] Error 1
> make[2]: Leaving directory `/home/nalaginrut/project/guile/libguile'
> make[1]: *** [all-recursive] Error 1
> ===============================

I believe that's what happens when libltdl-dev isn't installed (or your
distribution's equivalent).  Please try installing that, and see if it
helps.

      Neil



reply via email to

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