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
_______________________________________________ Rust-dev mailing list [email protected] https://mail.mozilla.org/listinfo/rust-dev
