Re: c99 support

2018-06-29 Thread Andy Wingo
On Sat 23 Jun 2018 22:12, Andy Wingo writes: > Is there anyone who compiles Guile with a compiler that does not support > C99? If so, please give platform and compiler. > > I think my questions are limited to, in decreasing order of importance: > > * Is there any system that we target that doe

Re: c99 support

2018-06-24 Thread Arne Babenhauserheide
Chris Vine writes: > On Sat, 23 Jun 2018 22:12:39 +0200 > Andy Wingo wrote: >> Hi, >> >> Is there anyone who compiles Guile with a compiler that does not support >> C99? If so, please give platform and compiler. >> >> I think my questions are limited to, in decreasing order of importance: >>

Re: c99 support

2018-06-23 Thread Eli Zaretskii
> From: Andy Wingo > Cc: guile-us...@gnu.org, guile-de...@gnu.org > Date: Sat, 23 Jun 2018 22:07:24 +0200 > > > MS-Windows (MinGW) doesn't have a C99 compliant C library, although > > quite a few of what's needed is present. > > Hard to say :) I think my questions are limited to, in decreasing

Re: c99 support

2018-06-23 Thread Chris Vine
On Sat, 23 Jun 2018 22:12:39 +0200 Andy Wingo wrote: > Hi, > > Is there anyone who compiles Guile with a compiler that does not support > C99? If so, please give platform and compiler. > > I think my questions are limited to, in decreasing order of importance: > > * Is there any system that

c99 support

2018-06-23 Thread Andy Wingo
Hi, Is there anyone who compiles Guile with a compiler that does not support C99? If so, please give platform and compiler. I think my questions are limited to, in decreasing order of importance: * Is there any system that we target that doesn't have C99 stdint.h and stddef.h ? * Is th