Status: Accepted
Owner:
plaztiks...@gmail.com
Labels: Type-Defect Priority-Medium
New issue 10 by
plaztiks...@gmail.com: overriding CXX variable doesn't
affect checks for regex
http://code.google.com/p/mockitopp/issues/detail?id=10
What steps will reproduce the problem?
1. CXX=/path/to/gcc-4.7 scons
2.
3.
What is the expected output? What do you see instead?
I see:
Checking for ::std::regex... no
Checking for ::std::tr1::regex... no
Checking for ::boost::regex... no
in the config.log, I see that it is using flat g++ to run the tests intead
of my overridden compiler. Additionally, I can't figure out how to get
-std=gnu++11 into the flags during those tests.