Boost logo

Boost :

Subject: Re: [boost] [EXTERNAL] Clang Darwin trunk Cray 8.0 and max_digits10 support - problem in config?
From: Michel Morin (mimomorin_at_[hidden])
Date: 2012-07-13 10:27:16


Now some tests pass on the C++11 runner, but many tests are still failing.

Two fixes:
* Change
    -I/home/kbelco/llvm_darwin/libcxx/include
to
    -isystem /home/kbelco/llvm_darwin/libcxx/include
in <cxxflags>.

* Add
    -U__STRICT_ANSI__
to <cxxflags> (to avoid the bug in Mac OS X 10.6's math.h).

Hope these are the two last pieces :)

Regards,
Michel


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk