proposed solution for "#436 Output should be directed to the windows console"

Dirk Hohndel dirk at hohndel.org
Wed Mar 19 09:15:20 PDT 2014


On Wed, 2014-03-19 at 21:19 +0600, Farzana Raisa wrote:
> I am not being able to cross compile on linux for windows. And I have
> discussed about it in the list. That's why i couldn't compile it in
> window. But i guess the problem will be solved if i use
> fprintf(stderr, "") instead of printf("") in the function "static void
> print_help()" and "static void print_version()" under the
> subsurfacestartup.c file.

No. Windows doesn't connect stderr or stdout for UI applications.
So this won't help at all.

/D



More information about the subsurface mailing list