Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in runnung bjam #491

Open
daviewan opened this issue Oct 9, 2019 · 4 comments
Open

Error in runnung bjam #491

daviewan opened this issue Oct 9, 2019 · 4 comments
Labels
transition Transition to bfgroup/b2

Comments

@daviewan
Copy link

daviewan commented Oct 9, 2019

Running bjam i get the followingg error: ./bjam -j3

Failed to run bash -c "g++ -dM -x c++ -E /dev/null -include boost/version.hpp 2>/dev/null |grep '#define BOOST_'"
Boost does not seem to be installed or g++ is confused.

@Shireen35
Copy link

Hey,
Did you get the solution for this I am getting the same problem

@daviewan
Copy link
Author

daviewan commented May 2, 2021

Try ./bjam --prefix=... install

or you can also install g++

sudo apt install build-essential

or installing boost

sudo apt update
sudo apt install libboost-all-dev

@stale
Copy link

stale bot commented May 29, 2021

Thank you for your contributions. Main development of B2 has moved to https://github.com/bfgroup/b2
This issue has been automatically marked as "transition" to indicate the potential for needing transition to the new B2 development project.

@stale stale bot added the transition Transition to bfgroup/b2 label May 29, 2021
@waisyousofi
Copy link

For my case doing SRILM step of this link helped:
https://masonreznov.github.io/installing-moses-the-statistical-machine-translation-toolkit/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
transition Transition to bfgroup/b2
Projects
None yet
Development

No branches or pull requests

3 participants