$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Johan Nilsson (r.johan.nilsson_at_[hidden])
Date: 2006-11-08 09:22:37
Vladimir Prus wrote:
> On Wednesday 08 November 2006 16:35, Johan Nilsson wrote:
>> Hi,
>>
>> is there any specific reason for disallowing using
>> both --with-<some-library> and --without-<some-other-library> in v2
>> when building boost?
>
> It's no disallowed. It even works.
At the same time?
>bjam -n --v2 --with-program_options --without-python
error: both --with-<library> and --without-<library> specified
Anyway, that seems to be a non-issue as the annoying python warnings are no
longer output to screen unless I attempt to actually build Boost.Python.
>
>>
>> I was doing this to get rid of the python related warnings as I
>> wasn't using Boost.Python.
>>
>> (Using latest RC_1_34_0 from cvs)
>
> I think Python Jamfile is still *read*, though nothing from it is
> built.
See above. I was only complaining about the messages concerning
PYTHON_VERSION etc. always being output previously.
/ Johan