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