Opened 14 years ago

Closed 14 years ago

#2079 closed Bugs (fixed)

Boost.Build needs to support Mac OS X out of the box

Reported by: Daryle Walker Owned by: Marshall Clow
Milestone: Boost 1.36.0 Component: Building Boost
Version: Boost 1.35.0 Severity: Problem
Keywords: build mac Cc:

Description

[I'm writing this out of anger.]

I'm trying out (again) the Boost.Build system on my Mac OS X 10.4.11 PowerPC system. I'm using a subversion working copy as my Boost base. The directions for the general GCC generally crash and burn. The documentation occasionally mentions the darwin keyword for Apple's special GCC, but there's isn't enough information to know how to use it. I'm currently struggling with support over one of our mailing lists.

I think that nearly no one uses a generic GCC on the Mac (for cross-compiles or bleeding edge); they'll almost always use Apple's special GCC (to create Mac programs). So why the heck isn't full-blown Mac OS X support baked in the example configuration files (and documentation) out of the box?

Change History (2)

comment:1 by Marshall Clow, 14 years ago

Owner: set to Marshall Clow
Status: newassigned

I build on my Mac OS X box frequently; until quite recently (last month), I used a PPC box running 10.4.11. My user-config.jam contains a single line:

import toolset : using ; using darwin ;

and it seems to work just fine.

What problems, exactly, are you having?

P.S. The jam files for darwin have been significantly changed for 1.36.0 (thanks to Mat Marcus from Adobe and others) to build universal binaries, etc.

comment:2 by Marshall Clow, 14 years ago

Resolution: fixed
Status: assignedclosed

I'm closing this bug because I think it was fixed in 1.36.

Note: See TracTickets for help on using tickets.