[prev in list] [next in list] [prev in thread] [next in thread] 

List:       boost-bugs
Subject:    [Boost-bugs] [Boost C++ Libraries] #3496: Problems in latest
From:       "Boost C++ Libraries" <noreply () lists ! boost ! org>
Date:       2009-09-29 7:38:31
Message-ID: 083.5aae694a75c48c3b941b8dc2a75fc337 () lists ! boost ! org
[Download RAW message or body]

#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.
_______________________________________________
Boost-bugs mailing list
Boost-bugs@lists.boost.org
http://lists.boost.org/mailman/listinfo.cgi/boost-bugs

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic