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