bug-guile
[Top][All Lists]
Advanced

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

CVS guile does not build


From: Martin Grabmueller
Subject: CVS guile does not build
Date: Fri, 15 Jun 2001 07:54:07 +0200

Hello list,

after the latest type renaming, Guile does not build anymore for me:

/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I.. -I./.. -I../libltdl  
  -g -O2 -Wall -Wmissing-prototypes -c environments.c
rm -f .libs/environments.lo
gcc -DHAVE_CONFIG_H -I.. -I./.. -I../libltdl -g -O2 -Wall -Wmissing-prototypes 
-Wp,-MD,.deps/environments.pp -c environments.c  -fPIC -DPIC -o environments.o
In file included from ../libguile/gh.h:50,
                 from environments.c:47:
../libguile.h:154: parse error before `scm_cond_t'
../libguile.h:154: warning: type defaults to `int' in declaration of 
`scm_cond_t'
../libguile.h:154: warning: data definition has no type or storage class
../libguile.h:164: parse error before `scm_key_t'
../libguile.h:164: warning: type defaults to `int' in declaration of `scm_key_t'
../libguile.h:164: warning: data definition has no type or storage class
../libguile.h:166: parse error before `scm_mutex_t'
../libguile.h:166: warning: type defaults to `int' in declaration of 
`scm_mutex_t'
../libguile.h:166: warning: data definition has no type or storage class

[followed by more such warnings and errors]

Maybe that has something to do that I am building Guile without
threads?  I configured as follows:

./configure --enable-maintainer-mode

Thanks,
  'martin



reply via email to

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