If I had to guess, you installed Boost in a non-standard path. Have you tried the --with-boost option or followed the section titled "Advice on Installing External Libraries" in BUILD-INSTRUCTIONS.txt ?
If you follow BUILD-INSTRUCTIONS.txt, then this command should complete successfully with no output: g++ -dM -x c++ -E /dev/null -include boost/version.hpp >/dev/null On 01/11/2012 12:28 PM, Hobli Taffame wrote: > Hi, > > I am trying to setup moses on Mac OS X 10.7.2 using the using the steps > from: http://www.statmt.org/moses_steps.html#versions > > The steps I have successfully configured are: > > * download and compile GIZA++ and mkcls > * download and compile SRILM > * download and compile IRSTLM > * download and compile boost > * clone moses > > But when I try to compile it: > > ./jam --with-srilm=/path/to/this/directory > --with-irstlm=/path/to/this/directory --with-giza=/path/to/the/bin -j2 > > I just get the following error: > > -> Boost does not seem to be installed or g++ is confused. > > Please can you help me to fix this? > Best regards > Thayd > > > _______________________________________________ > Moses-support mailing list > [email protected] > http://mailman.mit.edu/mailman/listinfo/moses-support _______________________________________________ Moses-support mailing list [email protected] http://mailman.mit.edu/mailman/listinfo/moses-support
