[Boost-bugs] [Boost C++ Libraries] #3496: Problems in latest release changes "--without and --with options"

Subject: [Boost-bugs] [Boost C++ Libraries] #3496: Problems in latest release changes "--without and --with options"
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2009-09-29 07:38:31


#3496: Problems in latest release changes "--without and --with options"
----------------------------------------------------------------+-----------
 Reporter: Raghu Parsuvanathan <raghuparsuvanathan@…> | Owner: grafik
     Type: Bugs | Status: new
Milestone: Boost 1.41.0 | Component: bjam
  Version: Boost 1.40.0 | Severity: Problem
 Keywords: |
----------------------------------------------------------------+-----------
 hello

 I was using boost_1_33_1 and i upgraded the same to
 boost_1_40_0 version.
 But during compilation, i am getting the following error.

 "error: both --with-<library> and --without-<library> specified"

 in my command line i have given
 ./bjam -sTOOLS=vc-8_0 toolset=msvc --with-filesystem --without-python

 if i remove --without-python, it is giving warning as
 "No python installation configured and auto configuration failed."

 but it was working in old (boost_1_33_1) version.
 The reason i found is the new validation in "jamroot" file
 as follows.

 if $(with-parameter) && $(without-parameter)
 {
     ECHO "error: both --with-<library> and --without-<library> specified"
 ;
     EXIT ;
 }

 can you please help me in this regard?

 Thanks in advance,
 Raghu

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/3496>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:01 UTC