Re: Firefox build issues with Rust and the new VS2017 15.5 update

2017-12-08 Thread Ryan VanderMeulen
The fix for bug 1423649 has been merged to m-c. You *should* be good to go now :-) -Ryan On Thu, Dec 7, 2017 at 11:46 PM, Ryan VanderMeulen < rvandermeu...@mozilla.com> wrote: > That's the issue Adam raised, separate from the clang one. It's tracked in > bug 1423649. For now, you can use the wor

Re: Firefox build issues with Rust and the new VS2017 15.5 update

2017-12-08 Thread Adam Gashlin
I encountered an issue building with the latest VS update, warnings treated as errors regarding TR1 deprecation, in at least some gtest files. This can be avoided by running as CXXFLAGS=-D_SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING ./mach build though I imagine there are better ways of adding in t