How do I build Boost from github?

user001

I git clone boost latest source code on master branch from Github. I tried to build it but failed,

$ ./bootstrap.sh 
  ./bootstrap.sh: line 188: ./tools/build/src/engine/build.sh: No such file or directory
  -n Building Boost.Build engine with toolset ... 

  Failed to build Boost.Build build engine
  Consult 'bootstrap.log' for more details

The content of bootstrap.log

1 ./bootstrap.sh: line 218: cd: ./tools/build/src/engine: No such file or directory


Question:
I understand there is no ./tools/build/src/engine, how do I solve this? I also noted that

-n Building Boost.Build engine with toolset ...

however, bootstrap.sh doesn't have -n option.


My develop environment: MacOS X10.9 Xcode5.1

GrafikRobot

The current documentation for building directly from the Git repo is at Getting Started. Basically there are some additional steps to create the include directory tree and to run the build itself. NOTE, please also make sure you use the b2 command from the cloned repo. Not whatever you might have prebuilt in your system.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How do I build Boost from github?

From Dev

How to build Boost (from github) with MASM in Windows?

From Dev

How do I build boost 1.55 from the command line with mingw?

From Dev

How can I prevent Boost build from caching build output?

From Dev

How do I download a directory from github

From Dev

How do I compile from source on github?

From Dev

How do I install PrusaSlicer from github?

From Dev

How do I build libcurl from source?

From Dev

How do I build Unity from source?

From Dev

How do I build libcurl from source?

From Dev

How do I get nicer diagnostic information from boost::exception?

From Dev

How do I get nicer diagnostic information from boost::exception?

From Dev

Possible to do "conda build" from github branch?

From Java

How do I change from a PR to a draft PR at github?

From Dev

How do I edit a Meteor package from Atmosphere that's not on GitHub?

From Dev

How do I add arbitrary javascript files from GitHub in jsFiddle?

From Dev

How do I remove all stale branches from Github?

From Dev

How do i clone a repository from github to git gui ?

From Dev

How do I install PHP extension from Github

From Dev

How do I change a github page to run from a forked repo?

From Dev

How do I open .cpp file from the github directory?

From Dev

How do i clone a repository from github to git gui ?

From Dev

How do I edit a Meteor package from Atmosphere that's not on GitHub?

From Dev

How do i install particular repository from Github?

From Dev

How do I build Nautilus 3.70/3.80 from source?

From Dev

How do I build and install a Puppet module locally from source?

From Dev

How do I fail a Maven build from inside Java logic?

From Dev

How do I build a tree of JsonNodes directly from a JsonGenerator

From Dev

How do I LoadClass() from outside project build?

Related Related

  1. 1

    How do I build Boost from github?

  2. 2

    How to build Boost (from github) with MASM in Windows?

  3. 3

    How do I build boost 1.55 from the command line with mingw?

  4. 4

    How can I prevent Boost build from caching build output?

  5. 5

    How do I download a directory from github

  6. 6

    How do I compile from source on github?

  7. 7

    How do I install PrusaSlicer from github?

  8. 8

    How do I build libcurl from source?

  9. 9

    How do I build Unity from source?

  10. 10

    How do I build libcurl from source?

  11. 11

    How do I get nicer diagnostic information from boost::exception?

  12. 12

    How do I get nicer diagnostic information from boost::exception?

  13. 13

    Possible to do "conda build" from github branch?

  14. 14

    How do I change from a PR to a draft PR at github?

  15. 15

    How do I edit a Meteor package from Atmosphere that's not on GitHub?

  16. 16

    How do I add arbitrary javascript files from GitHub in jsFiddle?

  17. 17

    How do I remove all stale branches from Github?

  18. 18

    How do i clone a repository from github to git gui ?

  19. 19

    How do I install PHP extension from Github

  20. 20

    How do I change a github page to run from a forked repo?

  21. 21

    How do I open .cpp file from the github directory?

  22. 22

    How do i clone a repository from github to git gui ?

  23. 23

    How do I edit a Meteor package from Atmosphere that's not on GitHub?

  24. 24

    How do i install particular repository from Github?

  25. 25

    How do I build Nautilus 3.70/3.80 from source?

  26. 26

    How do I build and install a Puppet module locally from source?

  27. 27

    How do I fail a Maven build from inside Java logic?

  28. 28

    How do I build a tree of JsonNodes directly from a JsonGenerator

  29. 29

    How do I LoadClass() from outside project build?

HotTag

Archive