Send Moses-support mailing list submissions to
moses-support@mit.edu
To subscribe or unsubscribe via the World Wide Web, visit
http://mailman.mit.edu/mailman/listinfo/moses-support
or, via email, send a message with subject or body 'help' to
moses-support-request@mit.edu
You can reach the person managing the list at
moses-support-owner@mit.edu
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Moses-support digest..."
Today's Topics:
1. Re: Issues when running mosesserver (Philipp Koehn)
2. C++11 (Rico Sennrich)
----------------------------------------------------------------------
Message: 1
Date: Tue, 14 Jan 2014 11:44:37 -0500
From: Philipp Koehn <pkoehn@inf.ed.ac.uk>
Subject: Re: [Moses-support] Issues when running mosesserver
To: Roee Aharoni <roee.aharoni@gmail.com>
Cc: "moses-support@mit.edu" <moses-support@mit.edu>
Message-ID:
<CAAFADDCt=qufB8FCLG05_7aTx9xSkCVpETRM-pnkwOGZWghLww@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1
Hi,
could it be a problem with linked libraries?
The XML library is not compiled in, so you may have to
point to it:
export LD_LIBRARY_PATH=/path/to/xmlrpc/lib:$LD_LIBRARY_PATH
-phi
On Tue, Jan 14, 2014 at 9:52 AM, Roee Aharoni <roee.aharoni@gmail.com> wrote:
> Hi!
>
>
> l built moses successfully with mosesserver (with xmlrpc option), and
> noticed that the mosesserver executable was created at mosesdecoder/bin.
>
> Then, I executed the mosesserver process and after a while got the error:
>
> Undefined symbol: libxmlrpc_server_abyss_set_handler3
>
>
> I thought I have a wrong version of xmlrpc_server_abyss, though I couldn't
> find a better one.
>
>
> Do you have an idea of what would solve the problem?
>
>
> Thanks,
>
>
> Roee
>
> _______________________________________________
> Moses-support mailing list
> Moses-support@mit.edu
> http://mailman.mit.edu/mailman/listinfo/moses-support
>
------------------------------
Message: 2
Date: Tue, 14 Jan 2014 17:08:52 +0000 (UTC)
From: Rico Sennrich <rico.sennrich@gmx.ch>
Subject: [Moses-support] C++11
To: moses-support@mit.edu
Message-ID: <loom.20140114T180256-889@post.gmane.org>
Content-Type: text/plain; charset=us-ascii
Hi list,
I just pushed a commit that uses a C++11 feature (initalizer list). It
should work with compilers that are no older than 5 years or so (gcc >= 4.4).
If you have trouble compiling it (because you're using an older gcc version
or another compiler), please speak up. This is basically a test to see if
it's ok to start seriously using C++11 features in Moses or if it's better
to revert the commit and wait a couple more years because people are still
relying on older compilers.
best,
Rico
------------------------------
_______________________________________________
Moses-support mailing list
Moses-support@mit.edu
http://mailman.mit.edu/mailman/listinfo/moses-support
End of Moses-support Digest, Vol 87, Issue 28
*********************************************
Subscribe to:
Post Comments (Atom)
0 Response to "Moses-support Digest, Vol 87, Issue 28"
Post a Comment