http://bugs.winehq.org/show_bug.cgi?id=21526 Alex <cerebro.alexiel(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #26625|0 |1 is obsolete| | --- Comment #14 from Alex <cerebro.alexiel(a)gmail.com> 2010-03-12 14:36:45 --- Created an attachment (id=26773) --> (http://bugs.winehq.org/attachment.cgi?id=26773) Modify a bit -mno-cygwin winegcc implementation In winegcc.c, opts.use_msvcrt case was not implemented in mingw_unicode_hack when opts->nostdinc was true. Moreover, "-mno-cygwin" is not a valid gcc parameter anymore so I replaced it by msvcrt linking options. This patch seems to work but you need to apply my previous patch (try2.patch) before that adds '-mno-cygwin' option to some Makefiles.in. Please note that -mo-cygwin is also used by mingw so this patch could break wine when compiling under mingw. But currently we don't care, I mean, we just want to say "hey it doesn't work because..." The last error (unrelated with this bug) I get is now De.rc:62:4: Error: VIRTKEY code is not equal to ascii value make[1]: *** [De.res] Error 1 make[1]: Leaving directory `/cygdrive/c/wine-git/programs/view' make: *** [programs/view] Error 2 Tell me if you have the same error. Any comment is welcome -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.