moses-smt / mosesdecoder

Moses, the machine translation system
http://www.statmt.org/moses
GNU Lesser General Public License v2.1
1.58k stars 775 forks source link

Build fails when using both --with-mm and --max-kenlm-order #117

Closed mjdenkowski closed 9 years ago

mjdenkowski commented 9 years ago

I'm getting a build error when using both --with-mm and --max-kenlm-order=8 (build log). However, if I first run:

./bjam --with-mm

then I run:

./bjam --with-mm --max-kenlm-order=8

everything builds fine. Anyone familiar with the build system know what may be causing this?

kpu commented 9 years ago

Looks like a dependency that wasn't declared to the build system. The dependency also seems unnecessary so I have deleted the include from IOWrapper.h. Is it still broken?

mjdenkowski commented 9 years ago

Everything builds properly now. Thanks!

On Mon, Jun 22, 2015 at 10:53 AM, Kenneth Heafield <notifications@github.com

wrote:

Looks like a dependency that wasn't declared to the build system. The dependency also seems unnecessary so I have deleted the include from IOWrapper.h. Is it still broken?

— Reply to this email directly or view it on GitHub https://github.com/moses-smt/mosesdecoder/issues/117#issuecomment-114139937 .