* bug
@ 2009-12-08 15:12 Patrice Fromy
2009-12-08 21:30 ` bug Neil Jerram
0 siblings, 1 reply; 4+ messages in thread
From: Patrice Fromy @ 2009-12-08 15:12 UTC (permalink / raw)
To: bug-guile
[-- Attachment #1: Type: text/plain, Size: 1798 bytes --]
I have the following bug
make
make all-recursive
make[1]: entrant dans le répertoire «
/home/fromy/Desktop/guile-1.8.7 »
Making all in oop
make[2]: entrant dans le répertoire «
/home/fromy/Desktop/guile-1.8.7/oop »
Making all in goops
make[3]: entrant dans le répertoire «
/home/fromy/Desktop/guile-1.8.7/oop/goops »
make[3]: Rien
à faire pour « all ».
make[3]: quittant le
répertoire « /home/fromy/Desktop/guile-1.8.7/oop/goops
»
make[3]: entrant dans le répertoire «
/home/fromy/Desktop/guile-1.8.7/oop »
make[3]: Rien à
faire pour « all-am ».
make[3]: quittant le
répertoire « /home/fromy/Desktop/guile-1.8.7/oop »
make[2]: quittant le répertoire «
/home/fromy/Desktop/guile-1.8.7/oop »
Making all in libguile
make[2]: entrant dans le répertoire «
/home/fromy/Desktop/guile-1.8.7/libguile »
./guile-snarf -o
alist.x alist.c -DHAVE_CONFIG_H -I.. -I.. -I.. -g -O2 -Wall
-Wmissing-prototypes -Werror
Dans le fichier inclus à partir
de ../libguile/_scm.h:72,
à partir
de alist.c:24:
../libguile/numbers.h:362:2: erreur: #error
sizeof(char) is not 1.
../libguile/numbers.h:383:2: erreur: #error
sizeof(short) is not 1, 2, or 4.
../libguile/numbers.h:400:2: erreur:
#error sizeof(int) is not 4 or 8.
../libguile/numbers.h:416:2:
erreur: #error sizeof(long) is not 4 or 8.
../libguile/numbers.h:432:2: erreur: #error sizeof(scm_t_intmax) is not
4 or 8.
../libguile/numbers.h:460:2: erreur: #error sizeof(size_t) is
not 4 or 8.
make[2]: *** [alist.x] Erreur 1
make[2]: quittant le
répertoire « /home/fromy/Desktop/guile-1.8.7/libguile
»
make[1]: *** [all-recursive] Erreur 1
make[1]: quittant
le répertoire « /home/fromy/Desktop/guile-1.8.7 »
make: *** [all] Erreur 2
I do not understand where is
the problem
sincerely
[-- Attachment #2: Type: text/html, Size: 2241 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: bug
2009-12-08 15:12 bug Patrice Fromy
@ 2009-12-08 21:30 ` Neil Jerram
0 siblings, 0 replies; 4+ messages in thread
From: Neil Jerram @ 2009-12-08 21:30 UTC (permalink / raw)
To: Patrice Fromy; +Cc: bug-guile
"Patrice Fromy" <patrice.fromy@u-psud.fr> writes:
> ../libguile/numbers.h:362:2: erreur: #error sizeof(char) is not 1.
> ../libguile/numbers.h:383:2: erreur: #error sizeof(short) is not 1, 2, or 4.
> ../libguile/numbers.h:400:2: erreur: #error sizeof(int) is not 4 or 8.
> ../libguile/numbers.h:416:2: erreur: #error sizeof(long) is not 4 or 8.
> ../libguile/numbers.h:432:2: erreur: #error sizeof(scm_t_intmax) is not 4 or 8.
> ../libguile/numbers.h:460:2: erreur: #error sizeof(size_t) is not 4 or 8.
Please see here:
http://www.mail-archive.com/bug-guile@gnu.org/msg04660.html
(and the followups, of course).
Regards,
Neil
^ permalink raw reply [flat|nested] 4+ messages in thread
[parent not found: <00cb01c9d56b$30a24e50$91e6eaf0$@fromy@u-psud.fr>]
* bug
@ 2009-05-15 14:41 Patrice Fromy
0 siblings, 0 replies; 4+ messages in thread
From: Patrice Fromy @ 2009-05-15 14:41 UTC (permalink / raw)
To: bug-guile
[-- Attachment #1: Type: text/plain, Size: 2327 bytes --]
Hello
I do not understand this error
make
make all-recursive
make[1]: entrant dans le répertoire « /home/pfromy/guile-1.8.6 »
Making all in oop
make[2]: entrant dans le répertoire « /home/pfromy/guile-1.8.6/oop »
Making all in goops
make[3]: entrant dans le répertoire « /home/pfromy/guile-1.8.6/oop/goops
»
make[3]: Rien à faire pour « all ».
make[3]: quittant le répertoire « /home/pfromy/guile-1.8.6/oop/goops »
make[3]: entrant dans le répertoire « /home/pfromy/guile-1.8.6/oop »
make[3]: Rien à faire pour « all-am ».
make[3]: quittant le répertoire « /home/pfromy/guile-1.8.6/oop »
make[2]: quittant le répertoire « /home/pfromy/guile-1.8.6/oop »
Making all in libguile
make[2]: entrant dans le répertoire « /home/pfromy/guile-1.8.6/libguile »
Generating libpath.h...
rm -f scmconfig.h.tmp
cat ./scmconfig.h.top > scmconfig.h.tmp
./gen-scmconfig >> scmconfig.h.tmp
chmod 444 scmconfig.h.tmp
rm -f scmconfig.h
mv scmconfig.h.tmp scmconfig.h
./guile-snarf -o alist.x alist.c -DHAVE_CONFIG_H -I.. -I.. -I.. -g -O2
-Wall -Wmissing-prototypes -Werror
Dans le fichier inclus à partir de ../libguile/_scm.h:53,
à partir de alist.c:24:
../libguile/numbers.h:362:2: erreur: #error sizeof(char) is not 1.
../libguile/numbers.h:383:2: erreur: #error sizeof(short) is not 1, 2, or 4.
../libguile/numbers.h:400:2: erreur: #error sizeof(int) is not 4 or 8.
../libguile/numbers.h:416:2: erreur: #error sizeof(long) is not 4 or 8.
../libguile/numbers.h:432:2: erreur: #error sizeof(scm_t_intmax) is not 4 or
8.
../libguile/numbers.h:460:2: erreur: #error sizeof(size_t) is not 4 or 8.
make[2]: *** [alist.x] Erreur 1
make[2]: quittant le répertoire « /home/pfromy/guile-1.8.6/libguile »
make[1]: *** [all-recursive] Erreur 1
make[1]: quittant le répertoire « /home/pfromy/guile-1.8.6 »
make: *** [all] Erreur 2
Sincerely
Patrice Fromy
Direction Informatique
Bureau 39 Bat 210
Université Paris-sud XI
15 rue Georges Clemenceau
91405 Orsay Cedex
tel : 01 69 15 77 64 Fax : 01 69 15 69 86
<mailto:Patrice.Fromy@u-psud.fr> Patrice.Fromy@u-psud.fr
<http://www.di.u-psud.fr/> http://www.di.u-psud.fr/
[-- Attachment #2: Type: text/html, Size: 6629 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2009-12-08 21:30 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-08 15:12 bug Patrice Fromy
2009-12-08 21:30 ` bug Neil Jerram
[not found] <00cb01c9d56b$30a24e50$91e6eaf0$@fromy@u-psud.fr>
2009-05-16 10:48 ` bug Neil Jerram
-- strict thread matches above, loose matches on Subject: below --
2009-05-15 14:41 bug Patrice Fromy
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).