Re: [Moses-support] Compilation Failed with Moses

2019-04-06 Thread Hieu Hoang
ah great, just a small boost problem. cc'ing to the mailing list to let
other people know

Hieu Hoang
http://statmt.org/hieu


On Sat, 6 Apr 2019 at 22:23, liu shihao  wrote:

> Thanks for your reply!
> After downloading a clean version of source code and installing a older
> version of Boost (1.64.0), it finally works! However, the original version
> of Boost (1.67.0) won’t work.
> Thanks again.
> Shihao
>
> 在 2019年4月6日,21:12,Hieu Hoang  写道:
>
> Moses used to compile with macOS but it may be there's a divergence
> between macOS's compiler and gcc. I don't have a mac anymore and I'm not
> sure who on this mailing list has who can debug this.
>
> Download a clean version of the sourcecode again and try to simplify the
> compilation by giving the minimum minimum argumrents to bjam
>   ./bjam --with-boost=/opt/local/ -j4 toolset=clang
> If that doesn't work, may may need to try:
>
> if you're not interested in syntax-based SMT, you might want to exclude
> the files & programs that requires the offending files.
>1. delete
>  phrase-extract/XmlTree.cpp
>  phrase-extract/SyntaxNodeCollection.h
>  phrase-extract/SyntaxTree.h
>  phrase-extract/syntax-common/tree.h
>  phrase-extract/syntax-common/tree-inl.h
>2. In Jamroot file, comment out the line lines that says
>  phrase-extract//extract-ghkm
>  phrase-extract//pcfg-extract
>  phrase-extract//pcfg-score
>  phrase-extract//extract-mixed-syntax
>  phrase-extract//score-stsg
> there will be some additionally tidying up to do in the code
>
> Hieu Hoang
> http://statmt.org/hieu
>
>
> On Sat, 6 Apr 2019 at 19:20, liu shihao  wrote:
>
>> Hi,
>>
>> I have trouble in building the Moses on the mac(macOS high Sierra 10.13).
>> I have installed Boost successfully (at least I think so) and the log file
>> is as attached.
>> It seems that the namespace of the source code in Xcode is wrong.
>> I would appreciate your help!
>>
>> Regards,
>> Shihao
>>
>> ___
>> Moses-support mailing list
>> Moses-support@mit.edu
>> http://mailman.mit.edu/mailman/listinfo/moses-support
>>
>
>
___
Moses-support mailing list
Moses-support@mit.edu
http://mailman.mit.edu/mailman/listinfo/moses-support


Re: [Moses-support] Compilation Failed with Moses

2019-04-06 Thread Hieu Hoang
Moses used to compile with macOS but it may be there's a divergence between
macOS's compiler and gcc. I don't have a mac anymore and I'm not sure who
on this mailing list has who can debug this.

Download a clean version of the sourcecode again and try to simplify the
compilation by giving the minimum minimum argumrents to bjam
  ./bjam --with-boost=/opt/local/ -j4 toolset=clang
If that doesn't work, may may need to try:

if you're not interested in syntax-based SMT, you might want to exclude the
files & programs that requires the offending files.
   1. delete
 phrase-extract/XmlTree.cpp
 phrase-extract/SyntaxNodeCollection.h
 phrase-extract/SyntaxTree.h
 phrase-extract/syntax-common/tree.h
 phrase-extract/syntax-common/tree-inl.h
   2. In Jamroot file, comment out the line lines that says
 phrase-extract//extract-ghkm
 phrase-extract//pcfg-extract
 phrase-extract//pcfg-score
 phrase-extract//extract-mixed-syntax
 phrase-extract//score-stsg
there will be some additionally tidying up to do in the code

Hieu Hoang
http://statmt.org/hieu


On Sat, 6 Apr 2019 at 19:20, liu shihao  wrote:

> Hi,
>
> I have trouble in building the Moses on the mac(macOS high Sierra 10.13).
> I have installed Boost successfully (at least I think so) and the log file
> is as attached.
> It seems that the namespace of the source code in Xcode is wrong.
> I would appreciate your help!
>
> Regards,
> Shihao
>
> ___
> Moses-support mailing list
> Moses-support@mit.edu
> http://mailman.mit.edu/mailman/listinfo/moses-support
>
___
Moses-support mailing list
Moses-support@mit.edu
http://mailman.mit.edu/mailman/listinfo/moses-support


[Moses-support] Compilation Failed with Moses

2019-04-06 Thread liu shihao
Hi,

I have trouble in building the Moses on the mac(macOS high Sierra 10.13). I 
have installed Boost successfully (at least I think so) and the log file is as 
attached.
It seems that the namespace of the source code in Xcode is wrong. 
I would appreciate your help!

Regards,
Shihao



build.log.gz
Description: build.log.gz
___
Moses-support mailing list
Moses-support@mit.edu
http://mailman.mit.edu/mailman/listinfo/moses-support