Re: Warnings `_IOFBF' is deprecated. Use the symbol 'block instead.

2018-07-13 Thread Ludovic Courtès
Roel Janssen skribis: > Ludovic Courtès writes: > >> Hello, >> >> Roel Janssen skribis: >> >>> When compiling my project, setting GUILE_WARN_DEPRECATED to "detailed", >>> I get various warnings like these: >>> `_IOFBF' is deprecated. Use the symbol 'block instead. >>> `_IONBF' is deprecated.

Re: Warnings `_IOFBF' is deprecated. Use the symbol 'block instead.

2018-07-13 Thread Hans Åberg
> On 13 Jul 2018, at 10:13, Ludovic Courtès wrote: > > The plan is for Guix to require Guile >= 2.2 sometime soon though, so at > that point we can move to the new APIs. A bug that may or may not be carried over to Guix: I could not install Nix on MacOS 10.13, and I think it may be due to the

Re: Warnings `_IOFBF' is deprecated. Use the symbol 'block instead.

2018-07-13 Thread Ludovic Courtès
Hans Åberg skribis: >> On 13 Jul 2018, at 10:13, Ludovic Courtès wrote: >> >> The plan is for Guix to require Guile >= 2.2 sometime soon though, >> so at that point we can move to the new APIs. > > A bug that may or may not be carried over to Guix: I could not install > Nix on MacOS 10.13, and

Re: Warnings `_IOFBF' is deprecated. Use the symbol 'block instead.

2018-07-13 Thread Hans Åberg
> On 13 Jul 2018, at 16:44, Ludovic Courtès wrote: > > Hans Åberg skribis: > >>> On 13 Jul 2018, at 10:13, Ludovic Courtès wrote: >>> >>> The plan is for Guix to require Guile >= 2.2 sometime soon though, >>> so at that point we can move to the new APIs. >> >> A bug that may or may not be