Skip to content

Instantly share code, notes, and snippets.

@dreamcat4
Created April 12, 2011 19:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dreamcat4/916192 to your computer and use it in GitHub Desktop.
Save dreamcat4/916192 to your computer and use it in GitHub Desktop.
janitors-Mac-mini:boost-trunk id$ git reset --hard
HEAD is now at 3d224da Applied patch; Refs #4754 Refs #4411
janitors-Mac-mini:boost-trunk id$ cp ~/Desktop/build.jam-1.patch ./
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-1.patch
(Stripping trailing CRs from patch.)
can't find file to patch at input line 5
Perhaps you should have used the -p or --strip option?
The text leading up to this was:
--------------------------
|Index: tools/build/v2/engine/build.jam
|===================================================================
|--- tools/build/v2/engine/build.jam (revision 71186)
|+++ tools/build/v2/engine/build.jam (working copy)
--------------------------
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.macosxx86_64/bjam
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:
janitors-Mac-mini:boost-trunk id$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment