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
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
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.
>>