Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upunrecognized command line option `-Wno-c++11-extensions` on mac #380
Comments
|
mozjs also has such a switch, but it is autodetected by configure. We'll need to configurize (lightly!) rust-azure to do similar detection to fix this. |
|
I'll do that tomorrow. |
|
After making changes to the makefiles to get past this error, the azure build fails with |
|
I have gcc 4.2.1, so I'm not sure how you hit this. Where does that error come from? Did you grab configure from upstream or something? |
|
The error comes from Compiler.h |
|
Since this code is liberated from Gecko, I think we can remove this check. I'm not sure what part of mfbt requires gcc 4.4, or even what mfbt is. We do have a few files in the mfbt directory though. |
|
IIRC, mfbt is shared code, similar to NSPR but much newer and with less ambition.
On Apr 28, 2013, at 11:28, Jack Moffitt notifications@github.com wrote:
|
Added tests for some event dispatching edge cases; r=zcorpan
Pack blend/composite primitives with floats. <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/webrender/380) <!-- Reviewable:end -->
Building rust-azure I see
error: unrecognized command line option "-Wno-c++11-extensions". My compiler isRunning on OS X 10.6.8.