Help!: Build Failure on Mac OS X

Forum thread started by The French Rat on Sun, 2013-11-24 04:05

Hello.
I was building Haiku on Mac OS X. It was going fine, but after downloading some files, I got this:
AddExtractFileToContainerExtractFilesScript <HaikuImage>haiku.image-extract-files-dummy-.-<download>tar-1.25-r1a3-x86-gcc2-2011-05-20.zip
...then this:

BUILD FAILURE:
...failed updating 1837 target(s)...
...skipped 3631 target(s)...
...updated 6400 target(s)...

Comments

Re: Help!: Build Failure on Mac OS X

I think Haiku isn't building with clang right now.

Re: Help!: Build Failure on Mac OS X

What's the problem with clang?

Re: Help!: Build Failure on Mac OS X

I think this problem is fixed with this commit: https://github.com/haiku/haiku/commit/bd50e8aedbea52e02a35cd1070eff0e597...
Can someone retest?

Re: Help!: Build Failure on Mac OS X

The buildtools used to build Haiku now build with the default clang compiler on Mac OS X 10.9 Mavericks as of hrev46564. Also, building with gcc 4.2 does NOT work on 10.9, but does on 10.8 apparently due to a difference in how exceptions are handled.

You could probably build gcc yourself on 10.9 to build Haiku with if you know what you're doing, otherwise, I'd suggest updating your Haiku tree and building using clang.