Opened 14 years ago
Closed 14 years ago
#2363 closed Bugs (worksforme)
boost::serialization is not build under macosx
Reported by: | Owned by: | Marshall Clow | |
---|---|---|---|
Milestone: | Boost 1.37.0 | Component: | Building Boost |
Version: | Boost 1.36.0 | Severity: | Problem |
Keywords: | Cc: | nen777w@… |
Description
My environment: MacOSX 10.5.4 XCode 3.0 (GCC 4.0.1) boost_1_36_0.zip All libraries was build execpt serialization library. Please help me. See build log in attachment. Thanks. Wait for answer.
Attachments (1)
Change History (6)
by , 14 years ago
Attachment: | boost_build.txt added |
---|
comment:1 by , 14 years ago
comment:3 by , 14 years ago
I think you need to say --toolset=darwin" in your command line, rather than "sTOOLS=darwin". See the warnings in your transcript: warning: No toolsets are configured. warning: Configuring default toolset "gcc". warning: If the default is wrong, your build may not work correctly. warning: Use the "--toolset=xxxxx" option to override our guess.
comment:5 by , 14 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
They all seem to build just fine for me - in both 1.36 and 1.37 releases. Closing as "worksforme". Please re-open with more information if you're still not getting any joy.
Is this the same as #2363? (only with the log as attachment)?