• Home
  • Raw
  • Download

Lines Matching refs:ECHO

75         ECHO "Error: Illegal attempt to re-bootstrap the build system by invoking" ;
76 ECHO ;
77 ECHO " 'boost-build" $(dir) ";'" ;
78 ECHO ;
99 ECHO "Unable to load Boost.Build: could not find build system." ;
100 ECHO --------------------------------------------------------- ;
101 ECHO "$(.boost-build-file) attempted to load the build system by invoking" ;
102 ECHO ;
103 ECHO " 'boost-build" $(dir) ";'" ;
104 ECHO ;
105 ECHO "but we were unable to find \"bootstrap.jam\" in the specified directory" ;
106 ECHO "or in BOOST_BUILD_PATH (searching "$(BOOST_BUILD_PATH:J=", ")")." ;
107 ECHO ;
113 ECHO "notice: loading Boost.Build from"
146 ECHO "Unable to load Boost.Build: could not find \"boost-build.jam\"" ;
147 ECHO --------------------------------------------------------------- ;
151 ECHO "BOOST_ROOT must be set, either in the environment, or " ;
152 ECHO "on the command-line with -sBOOST_ROOT=..., to the root" ;
153 ECHO "of the boost installation." ;
154 ECHO ;
157 ECHO "Attempted search from" [ PWD ] "up to the root" ;
158 ECHO "at" $(self-based-path) ;
159ECHO "and in these directories from BOOST_BUILD_PATH and BOOST_ROOT: "$(search-path:J=", ")"." ;
165 ECHO "notice: found boost-build.jam at"
179 ECHO "Unable to load Boost.Build" ;
180 ECHO -------------------------- ;
181 ECHO "\"$(.boost-build-file)\" was found by searching from" [ PWD ] "up to the root" ;
182ECHO "and in these directories from BOOST_BUILD_PATH and BOOST_ROOT: "$(search-path:J=", ")"." ;
183 ECHO ;
184 ECHO "However, it failed to call the \"boost-build\" rule to indicate" ;
185 ECHO "the location of the build system." ;
186 ECHO ;