22 Nov
2006
22 Nov
'06
10:59 a.m.
David Abrahams
MikeW
writes: During Boost build, a line pops up saying "to avoid seeing this message again, use option --without-python".
However, if you specify this as a "./configure" option, configure halts saying --without-python is unrecognised.
I can live without it/work around it, but it should presumably be fixed ...
Which version of Boost, Boost.Build, etc. are you using?
Downloaded file was boost_1_33_1.tar.gz, no separate Boost.build version. (Workaround - once I had 'configure'd, I edited the generated Makefile to say BJAM_CONFIG=--without-python ... is that also an env var ?) Thanks, Mike