
On Aug 14, 2007, at 3:48 PM, Larry Evans wrote:
On 08/14/2007 12:32 PM, Doug Gregor wrote:
You don't have a C++ compiler in your path? Interesting.
Yeah, I probably should. I *must* have had some reason for calling it g++-4.1 instead of just g++; however, I can't remember now.
Okay. This is the kind of thing I wouldn't put on the introductory tutorial for getting Boost to build with CMake, because it's rather uncommon and would be clutter for most readers.
Now, on another problem. I tried cd to the build/libs/mpl and noticed a Makefile but no test subdirectory; so I tried invoking make, but nothing was compiled. I guess this directory has not yet been converted to use CMake. Is there one that has so I could test it out? the src/libs/mpl/
Most users don't want to run tests, so testing must be enabled manually. See: http://svn.boost.org/trac/boost/wiki/CMakeTesting - Doug