Re: 1.8 autobuild fails

2009-05-11 Thread Ludovic Courtès
Greg Troxel writes: > +#if HAVE_SYS_TYPES_H > +# include > +#endif Thanks, this should be fixed now. Ludo'.

Re: 1.8 autobuild fails

2009-05-11 Thread Greg Troxel
Yes, it's new. Git tree... release_1-8-6-44-ge9c9fd3 This is my 1.8 branch autobuild: http://autobuild.josefsson.org/guile/log-200905090633244263000.txt And yes, including sys/types.h fixes this. At least on BSD, one generally needs to include sys/types.h before random header files in mac

Re: 1.8 autobuild fails

2009-05-10 Thread Ludovic Courtès
Greg Troxel writes: > This fails in test-round.c. It's likely like "foo.h needs sys/types.h" > but I haven't looked yet - just wanted to point it out. > > > gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/pkg/include > -I../../test-suite/standalone -I../.. -I../.. -I/usr/pkg/include -pthread -g > -O

Re: 1.8 autobuild fails

2009-05-10 Thread Neil Jerram
Greg Troxel writes: > This fails in test-round.c. It's likely like "foo.h needs sys/types.h" > but I haven't looked yet - just wanted to point it out. > > > gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/pkg/include > -I../../test-suite/standalone -I../.. -I../.. -I/usr/pkg/include -pthread -g > -O