
11 Jul
2012
11 Jul
'12
2:15 p.m.
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