Skip to content

Instantly share code, notes, and snippets.

@dreamcat4
Created April 12, 2011 18:13
Show Gist options
  • Save dreamcat4/916059 to your computer and use it in GitHub Desktop.
Save dreamcat4/916059 to your computer and use it in GitHub Desktop.
janitors-Mac-mini:local id$ git svn clone -r 71186 http://svn.boost.org/svn/boost/trunk boost-trunk
janitors-Mac-mini:local id$ cd boost-trunk
janitors-Mac-mini:boost-trunk id$ cp ~/Desktop/build.jam.patch ./
janitors-Mac-mini:boost-trunk id$ env | grep VMS
VMS=/Volumes/My Passport/janitors mac mini/WD250 Media/WD250 Virtual Machines
janitors-Mac-mini:boost-trunk id$ ./bootstrap.sh --show-libraries
-n Building Boost.Jam with toolset darwin...
Failed to build Boost.Jam
Consult 'bootstrap.log' for more details
janitors-Mac-mini:boost-trunk id$ patch < build.jam.patch
can't find file to patch at input line 3
Perhaps you should have used the -p or --strip option?
The text leading up to this was:
--------------------------
|--- tools/build/v2/engine/build.jam
|+++ tools/build/v2/engine/build.jam
--------------------------
File to patch: tools/build/v2/engine/build.jam
patching file tools/build/v2/engine/build.jam
janitors-Mac-mini:boost-trunk id$ ./bootstrap.sh --show-libraries
-n Building Boost.Jam with toolset darwin...
tools/build/v2/engine/bin.vms/bjam
cp: ./tools/build/v2/engine/bin.vms/bjam: No such file or directory
The following Boost libraries have portions that require a separate build
and installation step. Any library not listed here can be used by including
the headers only.
The Boost libraries requiring separate building and installation are:
./bootstrap.sh: line 244: ./tools/build/v2/engine/bin.vms/bjam: No such file or directory
janitors-Mac-mini:boost-trunk id$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment