Opened 10 years ago

Closed 10 years ago

#7895 closed Bugs (invalid)

Boost.Wave 1.52 does not build using clang++ on Darwin

Reported by: alexey.pelykh@… Owned by:
Milestone: To Be Determined Component: Building Boost
Version: Boost 1.52.0 Severity: Problem
Keywords: boost wave clang darwin macosx Cc: viboes

Description

I've applied #7671 and invoked build as follows

./b2 variant=debug,release --layout=versioned toolset=clang cxxflags="-fPIC -std=c++11 -stdlib=libc++ -arch i386 -arch x86_64" linkflags="-stdlib=libc++ -arch i386 -arch x86_64" threading=multi link=shared --stagedir=stage_darwin_intel_shared_mt stage

And everything builds, except for a log of warnings and except for Boost.Wave fails

P.S. Static flavor of boost builds Wave fine.

Attachments (1)

ZHkmTWaq.txt (206.5 KB ) - added by alexey.pelykh@… 10 years ago.
Build output

Download all attachments as: .zip

Change History (4)

by alexey.pelykh@…, 10 years ago

Attachment: ZHkmTWaq.txt added

Build output

comment:1 by viboes, 10 years ago

Cc: viboes added

Shouldn't you add

linkflags=-std=c++0x

comment:2 by alexey.pelykh@…, 10 years ago

Probably you've meant

linkflags=-std=c++11

and indeed, that helped!

comment:3 by Marshall Clow, 10 years ago

Resolution: invalid
Status: newclosed

Since that helped, I'm closing this bug. If the problem persists, please re-open.

Note: See TracTickets for help on using tickets.