View Ticket
Ticket Hash: 94cbea1378f737e002bac0f5983c6e0d4aba36db
Title: MinGW kitsh error: -mno-cygwin
Status: Closed Type: Build Problem
Severity: Minor Priority: Immediate
Subsystem: Tcl Resolution: Fixed
Last Modified: 2012-05-08 04:12:55
Version Found In: trunk
Description:
Apparently, the -mno-cygwin option is deprecated in favor of -mwindows [1].  I get the following error when building kitcreator with MinGW.

cc1.exe: error: unrecognized command line option '-mno-cygwin'
make: *** [kitInit.o] Error 1


[1]
https://bugzilla.mozilla.org/show_bug.cgi?id=647820

<hr /><i>rkeene added on 2012-05-07 04:19:05 UTC:</i><br />
Fixed in [9396658a02]

<hr /><i>anonymous claiming to be bencollver added on 2012-05-08 04:12:55 UTC:</i><br />
Sorry for the misinformation.

Thanks for the fix!

-Ben