
26 Jan
2006
26 Jan
'06
10:09 p.m.
bulia byak wrote:
On 1/26/06, Ulf Erikson <ulferikson@...400...> wrote:
You can make a custom version which is a console application instead of a gui application by simply changing -mwindows into -mconsole in Makefile.mingw.common. But since Inkscape really is a gui application you will now have to explicitly link some libraries, -lgdi32 and -lcomdlg32 seems to do it for me.
Thanks for the pointer! I'll try it and see if it helps. Do you compile on Windows with these changes, or cross-compile on Linux?
I tested it on Windows only with the 0.43 source, but I don't think that would matter much.
There was a similar discussion about making gui apps output to the console over at Cygwin some time ago. Might be of interest?