Re: [Moses-support] Building the server with bjam

2011-11-30 Thread Kenneth Heafield
Hi, If xmlrpc-c is installed in standard paths including the abyss server option, then the following command should return zero when run from bash: g++ -include xmlrpc-c/base.hpp -lxmlrpc_server_abyss++ -x c++ - 'int main() {}' and server will be compiled automatically. Otherwise, it expects a

Re: [Moses-support] Building the server with bjam

2011-11-30 Thread KTamas
Hi This is what I get: g++ -include xmlrpc-c/base.hpp -lxmlrpc_server_abyss++ -x c++ - 'int main() {}' /usr/lib/gcc/x86_64-linux-gnu/4.4.3/../../../../lib/libxmlrpc_server_abyss++.so: undefined reference to `xmlrpc_c::registryPtr::get() const'

Re: [Moses-support] Building the server with bjam

2011-11-30 Thread Kenneth Heafield
Fair enough. I've rewritten the test. Does it work now? This library is harder to link against than SRILM. . . Kenneth On 11/30/11 12:19, Kádár Tamás (KTamas) wrote: Hi This is what I get: g++ -include xmlrpc-c/base.hpp -lxmlrpc_server_abyss++ -x c++ - 'int main() {}'

Re: [Moses-support] Building the server with bjam

2011-11-30 Thread KTamas
Yup, that fixed it for me, just compiled a fresh moses and the server is compiled and working. Thanks a lot! It's great to see an open-source software with such an awesome community and support. Best regards, Tamas On Wed, Nov 30, 2011 at 1:53 PM, Kenneth Heafield mo...@kheafield.com wrote: