
Quoting bulia byak <buliabyak@...400...>:
Yes, just recently I installed your build on Win 98, and I still get this stream of messages in the console. I didn't find how to redirect them to messages window - and anyway, why this redirection is not the default?
Until a fairly recent versions of glib, you couldn't do a blanket redirection of all g_log messages from all domains, only explicitly capture certain ones via g_log_set_handler().
g_log_set_default_handler() (which captures all messages) was only introduced in glib 2.6; I don't think we'd made the decision to depend on 2.6 features yet, had we?
I remember the Release notes claimed that it is, but it's not for me.
The release notes were slightly inaccurate for the above reason. We captured everything from Inkscape itself, but not stuff coming from the underlying libraries.
-mental