Re: [Inkscape-devel] Please clean up console output
-----Original Message----- From: bulia byak [mailto:buliabyak@...400...] Sent: donderdag 28 september 2006 4:23
Some of the recent commits resulted in various debug stuff and warnings output to console. Please don't leave it that way, clean up after yourself promptly.
Thanks for letting me know about these problems: I will try to fix them ASAP. I did not know about these warnings/errors because I don't see any: how can I view console output in windows XP? (running Inkscape from the commandline does not help)
Regards, Johan
Johan Engelen wrote:
ASAP. I did not know about these warnings/errors because I don't see any: how can I view console output in windows XP?
Johan,
Look in the View/Messages dialog. Use "Capture" and see what it emits. These are the same messages that a person would see on Unix.
Bob
Bob Jamison wrote:
Look in the View/Messages dialog. Use "Capture" and see what it emits. These are the same messages that a person would see on Unix.
Actually, that is not correct. What "capture" does is show you all of the debug messages that you output with g_message(), g_warning(), and g_error(). Nobody should be using printf() anyway.
We made this dialog for us Win32 guys who are cursed with bad consoles. Damn those lazy arrogant Linux guys! ^^ :-)
bob
Bob Jamison wrote: Johan Engelen wrote:
ASAP. I did not know about these warnings/errors because I don't see any: how can I view console output in windows XP?
Look in the View/Messages dialog. Use "Capture" and see what it emits. These are the same messages that a person would see on Unix.
Yep I use this one a lot, however, it does not show errors during bootup of Inkscape since I have to enable it every time (setting the debug flag in preferences.xml didn't work, and I haven't bothered looking more into it)
Currently compiling with Bulia's tip : http://wiki.inkscape.org/wiki/index.php/FAQ#I.27m_on_Windows.2C_and_command_ line_parameters_don.27t_seem_to_work.21
I'm guessing that'll work.
My apologies btw for my apparantly awful bad coding and Gtk use :(
Am Donnerstag, den 28.09.2006, 08:35 +0200 schrieb Johan Engelen:
-----Original Message----- From: bulia byak [mailto:buliabyak@...400...] Sent: donderdag 28 september 2006 4:23
Some of the recent commits resulted in various debug stuff and warnings output to console. Please don't leave it that way, clean up after yourself promptly.
Thanks for letting me know about these problems: I will try to fix them ASAP. I did not know about these warnings/errors because I don't see any: how can I view console output in windows XP? (running Inkscape from the commandline does not help)
You can try to run Inkscape from the commandline this way: "inkscape > errors.txt"
Regards, Tobias
On Thu, 2006-09-28 at 10:01 +0200, Tobias Jakobs wrote:
You can try to run Inkscape from the commandline this way: "inkscape > errors.txt"
Or, if you simply don't want to see them at all:
inkscape > nul
(this is the equivalent of "inkscape > /dev/null" on Unix)
-mental
participants (4)
-
Bob Jamison
-
Johan Engelen
-
MenTaLguY
-
Tobias Jakobs