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

2018-07-12 Thread Ludovic Courtès
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. Use the symbol 'none instead. > `_IOLBF' is deprecated. Use the symbol

Qt and Guile

2018-07-12 Thread Brett Gilio
Hello all, I have been, for awhile, attempting to port a Qt5/C++ application of mine to Scheme using Guile. Since I understand the Guile is quite easily (more or less) to embed within a C++ application, my goal here is to make a nice demarcation between the logic and the front-end in an MVC-l

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

2018-07-12 Thread Roel Janssen
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. Use the symbol 'none instead. >>