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-11 10:15:51


Michel Morin wrote:
> When compiling, command line option "-IPATH_TO_TEST_RUNNER_BOOST_ROOT"
> should appear before "-ISOME_PATH/libcxx/include".

Or simply use "-isystem SOME_PATH/libcxx/include":

using clang
  : trunk_cxx11
  : $(HOME)/Clang/build/Release+Asserts/bin/clang++
  : <cxxflags>"-std=c++0x -stdlib=libc++ -isystem $(HOME)/Clang/libcxx/include"
    <linkflags>"-stdlib=libc++ -L$(HOME)/Clang/libcxx/lib"
  ;

Regards,
Michel


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