Re: [Moses-support] Boost problem compiling Moses

2012-09-03 Thread Christian Federmann
Glad to hear that, Lane :) Best, Chris Lane Schwartz hat am 3. September 2012 um 17:55 geschrieben: > That works! > > > On Mon, Sep 3, 2012 at 4:12 PM, Christian Federmann > wrote: > > Hi Lane, all, > > > > I added some bits to make Moses work with MacPorts installed versions of > > B

Re: [Moses-support] Boost problem compiling Moses

2012-09-03 Thread Lane Schwartz
That works! On Mon, Sep 3, 2012 at 4:12 PM, Christian Federmann wrote: > Hi Lane, all, > > I added some bits to make Moses work with MacPorts installed versions of > Boost. > > This _could_ also work for fink (adapt the /path/to/macports bit). > > See the BUILD-INSTRUCTIONS.txt section on optio

Re: [Moses-support] Boost problem compiling Moses

2012-09-03 Thread Kenneth Heafield
Hi Lane, Try running g++ -dM -x c++ -E /dev/null -include boost/version.hpp That should help you figure out how your Boost install is insufficient. Missing Boost variables? Kenneth On 09/03/12 15:56, Lane Schwartz wrote: > I'm trying to compile Moses on Mac OS X. I installed Boost

Re: [Moses-support] Boost problem compiling Moses

2012-09-03 Thread Christian Federmann
Hi Lane, all, I added some bits to make Moses work with MacPorts installed versions of Boost. This _could_ also work for fink (adapt the /path/to/macports bit). See the BUILD-INSTRUCTIONS.txt section on options: --with-macports=/path/to/macports use MacPorts on Mac OS X. Cheers, Christian

[Moses-support] Boost problem compiling Moses

2012-09-03 Thread Lane Schwartz
I'm trying to compile Moses on Mac OS X. I installed Boost using fink. I get the following error message: 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. Any ideas? Thanks,