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

_______________________________________________
Bug-guile mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-guile

Reply via email to