Re: CVS guile does not build on Solaris+gcc

2001-10-13 Thread Marius Vollmer

This should be fixed now.

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



CVS guile does not build on Solaris+gcc

2001-10-08 Thread Martin Grabmueller

Hello folks,

these are the results on compiling a recent CVS Guile:

Making all in libguile
make[1]: Entering directory `/home/m/mgrabmue/cvs/guile/guile-core/libguile'
./guile-snarf -DHAVE_CONFIG_H -I.. -I./.. -I../libltdl  -g -O2 -Wall 
-Wmissing-prototypes numbers.c > numbers.x \
|| { rm numbers.x; false; }
In file included from numbers.c:4334:
../libguile/num2integral.i.c:100: parse error
make[1]: *** [numbers.x] Error 255
make[1]: Leaving directory `/home/m/mgrabmue/cvs/guile/guile-core/libguile'
make: *** [all-recursive] Error 1


* This is the machine:

mgrabmue@fiesta (~/cvs/guile/guile-core): uname -a  
SunOS fiesta 5.8 Generic_108528-09 sun4u sparc SUNW,Ultra-4
mgrabmue@fiesta (~/cvs/guile/guile-core): gcc --version
2.95.3

Guile 1.5.4 seems to build all right.

Best regards,
  'martin

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



Re: CVS guile does not build

2001-06-16 Thread Marius Vollmer

Martin Grabmueller <[EMAIL PROTECTED]> writes:

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

Fixed!

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



CVS guile does not build

2001-06-14 Thread Martin Grabmueller

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