Re: [Moses-support] link=shared

2012-11-13 Thread Wilker Aziz
Hi Ken (and Hieu), that's awesome, thanks! I've just tested with the python wrapper and it builds just fine =) Cheers, Wilker On 12 November 2012 19:49, Kenneth Heafield mo...@kheafield.com wrote: Just now, I cut it down to 4 libraries produced by Moses: moses mert_lib mira_lib pcfg_common

Re: [Moses-support] link=shared

2012-11-12 Thread Kenneth Heafield
Just now, I cut it down to 4 libraries produced by Moses: moses mert_lib mira_lib pcfg_common For decoding, then you should only need to link against moses. Kenneth On 11/07/12 23:30, Wilker Aziz wrote: Thanks Ken! Wilker On Nov 7, 2012 11:32 PM, Kenneth Heafield mo...@kheafield.com

[Moses-support] link=shared

2012-11-07 Thread Wilker Aziz
Hello, I am not yet familiar with bjam, so please excuse me if I am missing something obvious. I am trying to compile Moses with *link=shared* and I am getting the error below. In case it matters, I managed to compile with the very same command line some revisions ago. ./bjam -a -j4 link=shared

Re: [Moses-support] link=shared

2012-11-07 Thread Kenneth Heafield
Odd, BleuScorer.cpp is listed both in mert_lib and this thing: lib bleu_lib : BleuScorer.cpp mert_lib : : : include. ; So bjam was getting angry because it was being compiled twice into the same shared library. Looks like somebody was trying to export the include. dependency for only that

Re: [Moses-support] link=shared

2012-11-07 Thread Wilker Aziz
Thanks Ken! Wilker On Nov 7, 2012 11:32 PM, Kenneth Heafield mo...@kheafield.com wrote: Odd, BleuScorer.cpp is listed both in mert_lib and this thing: lib bleu_lib : BleuScorer.cpp mert_lib : : : include. ; So bjam was getting angry because it was being compiled twice into the same shared