On Wed, May 1, 2013 at 11:34 PM, Thad Guidry <[email protected]> wrote: > Thanks to the incredible outpouring of support from the community on IRC to > help me get Cygwin supported, tonight I had somewhat better success... as I > have been patching my way through Rust's source with the help from those > incredible IRC folks. Thanks guys and gals ! > > We have been adding if define's etc... for __CYGWIN__ such as... #if > defined(__WIN32__)|| defined(__CYGWIN__) etc... and also patched rust_task.h > to support Cygwin RED_ZONE_SIZE, all of which might need further tweaks... > but anyways... > > We have hit a snag that we are not sure what to do about... error during > make with GCC 4.5.3 (not Clang, since there will be other issues to address > there later) on Cygwin ... > > http://pastebin.mozilla.org/2367675 > > Thoughts ? > > -- > -Thad > http://www.freebase.com/view/en/thad_guidry >
It seems libuv has no support for cygwin as a platform. Is it possible to compile native win32 apps using cygwin, as one would with mingw? I am unfamiliar with cygwin and windows in general. _______________________________________________ Rust-dev mailing list [email protected] https://mail.mozilla.org/listinfo/rust-dev
