Re: mozilla-central Fails to Build on Mac With Latest Xcode (10.0)

2018-09-27 Thread arshdkhn1
On Wednesday, September 19, 2018 at 12:01:03 AM UTC+5:30, Haik Aftandilian wrote: > If you don't build on macOS, read no further. > > With the latest XCode (10.0) just released, mozilla-central fails to build > due to bug 1492210 "nsCocoaUtils.mm compile error on macOS 10.13 with 10.14 > SDK" [1]

Re: mozilla-central Fails to Build on Mac With Latest Xcode (10.0)

2018-09-25 Thread Johann Hofmann
Also note that at least two of us were running into this issue after successfully compiling Nightly on Mojave: https://bugzilla.mozilla.org/show_bug.cgi?id=1494022 Until that is fixed you might need to downgrade to the 10.13 OSX SDK to compile Firefox. On Tue, Sep 25, 2018 at 5:42 PM Dave Townse

Re: mozilla-central Fails to Build on Mac With Latest Xcode (10.0)

2018-09-25 Thread Dave Townsend
This seems to be tracked in https://bugzilla.mozilla.org/show_bug.cgi?id=1487552 On Tue, Sep 25, 2018 at 5:12 AM J. Ryan Stinnett wrote: > The Xcode 10 Release Notes[1] in the "Command Line Tools" heading suggests > that future versions will not provide a *.pkg to install headers to > /usr/inclu

Re: mozilla-central Fails to Build on Mac With Latest Xcode (10.0)

2018-09-25 Thread J. Ryan Stinnett
The Xcode 10 Release Notes[1] in the "Command Line Tools" heading suggests that future versions will not provide a *.pkg to install headers to /usr/include, so we may want to adjust whichever build steps depend on this location. [1]: https://developer.apple.com/documentation/xcode_release_notes/xc

Re: mozilla-central Fails to Build on Mac With Latest Xcode (10.0)

2018-09-25 Thread Miko Mynttinen
Some of those people (like me) who were eager to use Dark Mode might now have trouble building Firefox. This is because Mojave update removes system headers from /usr/include. They can be restored by installing Xcode command line tools and the headers that come bundled with them. Instructions

Re: mozilla-central Fails to Build on Mac With Latest Xcode (10.0)

2018-09-19 Thread Haik Aftandilian
This has been resolved. The fix for bug 1492210 is now in mozilla-central, thanks to Miko. Haik On Tue, Sep 18, 2018 at 11:30 AM Haik Aftandilian wrote: > If you don't build on macOS, read no further. > > With the latest XCode (10.0) just released, mozilla-central fails to build > due to bug 14

mozilla-central Fails to Build on Mac With Latest Xcode (10.0)

2018-09-18 Thread Haik Aftandilian
If you don't build on macOS, read no further. With the latest XCode (10.0) just released, mozilla-central fails to build due to bug 1492210 "nsCocoaUtils.mm compile error on macOS 10.13 with 10.14 SDK" [1]. I recommend avoiding installing the new XCode until we have this fixed. If you've configure