Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r65554 - sandbox
From: john_at_[hidden]
Date: 2010-09-23 13:21:54


Author: johnmaddock
Date: 2010-09-23 13:21:52 EDT (Thu, 23 Sep 2010)
New Revision: 65554
URL: http://svn.boost.org/trac/boost/changeset/65554

Log:
Add some more diagnostics.
Text files modified:
   sandbox/boost-build.jam | 5 +++++
   1 files changed, 5 insertions(+), 0 deletions(-)

Modified: sandbox/boost-build.jam
==============================================================================
--- sandbox/boost-build.jam (original)
+++ sandbox/boost-build.jam 2010-09-23 13:21:52 EDT (Thu, 23 Sep 2010)
@@ -32,6 +32,8 @@
   ECHO Try setting the environment variable BOOST to point to your ;
   ECHO Boost tree, or else invoke bjam with the --boost=path option. ;
   ECHO The Boost include path will not be automatically set. ;
+ ECHO The paths searched were [ MATCH --boost=(.*) : $(ARGV) ] $(BOOST) $(.boost-build-file:D)/../boost $(.boost-build-file:D)/../Trunk ;
+ ECHO But the file LICENSE_1_0.txt was not found in any of them ;
 }
 
 #~ Attempts to find the Boost.Build files...
@@ -49,6 +51,8 @@
   ECHO Unable to find the Boost.Build source tree in the locations searched. ;
   ECHO Try setting the environment variable BOOST_BUILD to point to your ;
   ECHO Boost.Build tree, or else invoke bjam with the --boost-build=path option. ;
+ ECHO The paths searched were [ MATCH --boost-build=(.*) : $(ARGV) ] $(BOOST_BUILD_PATH) $(BOOST_BUILD) $(boost-src)/tools/build/v2 ;
+ ECHO But bootstrap.jam was not found in any of these ;
   ECHO More failures will very likely follow... ;
 }
 
@@ -63,3 +67,4 @@
 
 
 
+


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk