* Failure while building Guile-SDL 0.3.6.
@ 2007-04-01 20:37 r. clayton
2007-04-02 8:02 ` Ludovic Courtès
0 siblings, 1 reply; 3+ messages in thread
From: r. clayton @ 2007-04-01 20:37 UTC (permalink / raw)
To: bug-guile
I was trying to build http://www.gnuvola.org/software/guile-sdl/ under
guile-1.8 on a debian testing system (updated weekly) and ran into a problem:
$ make
make all-recursive
make[1]: Entering directory `/usr/local/src/guile-sdl-0.3.6'
Making all in src
make[2]: Entering directory `/usr/local/src/guile-sdl-0.3.6/src'
make all-am
make[3]: Entering directory `/usr/local/src/guile-sdl-0.3.6/src'
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I. -I. -I.. -I. -I../include -g -O2 -Wall -pedantic -Wno-long-long -pipe
-I/usr/local/packages/sdl-1.2.11/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT
initf.lo -MD -MP -MF ".deps/initf.Tpo" -c -o initf.lo initf.c; \ then mv -f
".deps/initf.Tpo" ".deps/initf.Plo"; else rm -f ".deps/initf.Tpo"; exit 1; fi
In file included from /usr/include/libguile/tags.h:31,
from ../include/gperfsup.h:4,
from initf.c:33:
/usr/include/libguile/__scm.h:523: error: expected '=', ',', ';', 'asm' or
'__attribute__' before 'scm_call_generic_0'
/usr/include/libguile/__scm.h:532: error: expected '=', ',', ';', 'asm' or
'__attribute__' before 'scm_call_generic_1'
/usr/include/libguile/__scm.h:541: error: expected '=', ',', ';', 'asm' or
'__attribute__' before 'scm_call_generic_2'
/usr/include/libguile/__scm.h:552: error: expected '=', ',', ';', 'asm' or
'__attribute__' before 'scm_apply_generic'
make[3]: *** [initf.lo] Error 1
make[3]: Leaving directory `/usr/local/src/guile-sdl-0.3.6/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/usr/local/src/guile-sdl-0.3.6/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/guile-sdl-0.3.6'
make: *** [all] Error 2
$
Doing the gcc -E thing shows the likely problem:
$ gcc -E -DHAVE_CONFIG_H -I. -I. -I.. -I. -I../include -g -O2 -Wall -pedantic
-Wno-long-long -pipe -I/usr/local/packages/sdl-1.2.11/include/SDL
-D_GNU_SOURCE=1 -D_REENTRANT -MT initf.lo -MD -MP -MF .deps/initf.Tpo -c
initf.c -fPIC -DPIC | grep _generic
extern SCM scm_call_generic_0 (SCM gf);
extern SCM scm_call_generic_1 (SCM gf, SCM a1);
extern SCM scm_call_generic_2 (SCM gf, SCM a1, SCM a2);
extern SCM scm_apply_generic (SCM gf, SCM args);
$
At this point I've reached the end of my tricks. What more needs to be done to
fix this?
_______________________________________________
Bug-guile mailing list
Bug-guile@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-guile
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2007-04-02 9:51 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-01 20:37 Failure while building Guile-SDL 0.3.6 r. clayton
2007-04-02 8:02 ` Ludovic Courtès
2007-04-02 9:51 ` Thien-Thi Nguyen
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).