c++ - Cannot compile moses due to old boost version -
I tried to compile Moses (one of the statistical machine translation system) to follow the steps that I specified So, I do not have the root privileges. I used the wget
to install a new version of the promotion as the above documents say, I tried to compile the MOSE with the following command .
.bjam --with-boost = ~ / bin / boost_1_55_0 -j8
But this is failing the following error.
You've boosted 104100. This package requires at least 104400 (and preferably new) promotions.
I am not familiar with the banquet, but I guess that refers to the old version of the promotion even if I specify the location of the new version of promotion. How can I control this problem?
Comments
Post a Comment