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. Moses Compilation Error (Ergun Bicici)
2. Re: Moses Compilation Error (Hieu Hoang)
3. Regarding Compatibility of formats for translation (nakul sharma)
4. Re: Moses Compilation Error (Ulrich Germann)
5. Re: Moses Compilation Error (Ergun Bicici)
----------------------------------------------------------------------
Message: 1
Date: Tue, 27 Oct 2015 15:44:37 +0100
From: Ergun Bicici <ebicici@ku.edu.tr>
Subject: [Moses-support] Moses Compilation Error
To: moses-support <moses-support@mit.edu>
Message-ID:
<CAB2pGnctZH5__LXQtn_zRarXp9PqhK_Z3SzOZETpovDGruaW4Q@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"
Hi,
I get the following error when compiling Moses:
./bjam -q --max-kenlm-order=10 --git
--prefix=/project/qtleap/software/moses/latest
XMLRPC-C: USING VERSION 1.16.33 FROM /usr
gcc.compile.c++
contrib/server/bin/gcc-4.6/release/link-static/threading-multi/mosesserver.o
contrib/server/mosesserver.cpp: In function ?int main(int, char**)?:
contrib/server/mosesserver.cpp:748:6: error: ?class
xmlrpc_c::serverAbyss::constrOpt? has no member named ?allowOrigin?
Thank you.
Regards,
Ergun
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/mailman/private/moses-support/attachments/20151027/c3aa41cf/attachment-0001.html
------------------------------
Message: 2
Date: Tue, 27 Oct 2015 14:48:38 +0000
From: Hieu Hoang <hieuhoang@gmail.com>
Subject: Re: [Moses-support] Moses Compilation Error
To: Ergun Bicici <ebicici@ku.edu.tr>
Cc: moses-support <moses-support@mit.edu>
Message-ID:
<CAEKMkbjyfFym+CNL1dUORi8JpN_ubiZMxPaXXTzFv3dpj1q_aw@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"
what version of xmlrpc-c are you using? The compilation says
While building mosesserver ...
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!! You are linking the XMLRPC-C library; Must be v.1.32 (September 2012)
or higher !!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Hieu Hoang
http://www.hoang.co.uk/hieu
On 27 October 2015 at 14:44, Ergun Bicici <ebicici@ku.edu.tr> wrote:
>
> Hi,
>
> I get the following error when compiling Moses:
>
> ./bjam -q --max-kenlm-order=10 --git
> --prefix=/project/qtleap/software/moses/latest
> XMLRPC-C: USING VERSION 1.16.33 FROM /usr
>
> gcc.compile.c++
> contrib/server/bin/gcc-4.6/release/link-static/threading-multi/mosesserver.o
>
> contrib/server/mosesserver.cpp: In function ?int main(int, char**)?:
> contrib/server/mosesserver.cpp:748:6: error: ?class
> xmlrpc_c::serverAbyss::constrOpt? has no member named ?allowOrigin?
>
> Thank you.
>
> Regards,
> Ergun
>
>
>
> _______________________________________________
> Moses-support mailing list
> Moses-support@mit.edu
> http://mailman.mit.edu/mailman/listinfo/moses-support
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/mailman/private/moses-support/attachments/20151027/7db00640/attachment-0001.html
------------------------------
Message: 3
Date: Tue, 27 Oct 2015 20:43:09 +0530
From: nakul sharma <nakul777@gmail.com>
Subject: [Moses-support] Regarding Compatibility of formats for
translation
To: moses-support <moses-support@mit.edu>
Message-ID:
<CAHGfYnpata9WjBW-+CRQDYPe4ZCAC+vEKHu7az6JGP-PpZugfg@mail.gmail.com>
Content-Type: text/plain; charset=UTF-8
Dear All,
I wanted to know what all formats are supported by Moses. Just plain
text of Parallel Corpus, is it sufficient for Moses, Giza, IRSTLIM(All
Latest Versions) ?
Thanking you,
--
Thanks & Regards,
Nakul Sharma
------------------------------
Message: 4
Date: Tue, 27 Oct 2015 15:34:31 +0000
From: Ulrich Germann <ulrich.germann@gmail.com>
Subject: Re: [Moses-support] Moses Compilation Error
To: Hieu Hoang <hieuhoang@gmail.com>
Cc: moses-support <moses-support@mit.edu>
Message-ID:
<CAHQSRUrr5sqE6KeGA24iGcA=EFXb7zQdS8z5DugAA0Ub6EA_Xg@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"
in mosesdecoder root directory:
make -f contrib/Makefiles/install-dependencies.gmake xmlrpc
then
./bjam --with-xmlrpc-c=./opt .....
- Uli
On Tue, Oct 27, 2015 at 2:48 PM, Hieu Hoang <hieuhoang@gmail.com> wrote:
> what version of xmlrpc-c are you using? The compilation says
> While building mosesserver ...
>
> !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
> !!! You are linking the XMLRPC-C library; Must be v.1.32 (September 2012)
> or higher !!!
>
> !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
>
> Hieu Hoang
> http://www.hoang.co.uk/hieu
>
> On 27 October 2015 at 14:44, Ergun Bicici <ebicici@ku.edu.tr> wrote:
>
>>
>> Hi,
>>
>> I get the following error when compiling Moses:
>>
>> ./bjam -q --max-kenlm-order=10 --git
>> --prefix=/project/qtleap/software/moses/latest
>> XMLRPC-C: USING VERSION 1.16.33 FROM /usr
>>
>> gcc.compile.c++
>> contrib/server/bin/gcc-4.6/release/link-static/threading-multi/mosesserver.o
>>
>> contrib/server/mosesserver.cpp: In function ?int main(int, char**)?:
>> contrib/server/mosesserver.cpp:748:6: error: ?class
>> xmlrpc_c::serverAbyss::constrOpt? has no member named ?allowOrigin?
>>
>> Thank you.
>>
>> Regards,
>> Ergun
>>
>>
>>
>> _______________________________________________
>> 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
>
>
--
Ulrich Germann
Senior Researcher
School of Informatics
University of Edinburgh
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/mailman/private/moses-support/attachments/20151027/553a2d55/attachment-0001.html
------------------------------
Message: 5
Date: Tue, 27 Oct 2015 16:52:54 +0100
From: Ergun Bicici <ebicici@ku.edu.tr>
Subject: Re: [Moses-support] Moses Compilation Error
To: ugermann@inf.ed.ac.uk
Cc: moses-support <moses-support@mit.edu>
Message-ID:
<CAB2pGne-obi31M6cMu6_oduASRoBDmjPHH-tPuDVuESii=nNzg@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"
Ok. Nice...it compiled.
Regards,
Ergun
Ergun Bicici
Koc University
On Tue, Oct 27, 2015 at 4:34 PM, Ulrich Germann <ulrich.germann@gmail.com>
wrote:
> in mosesdecoder root directory:
>
> make -f contrib/Makefiles/install-dependencies.gmake xmlrpc
>
> then
>
> ./bjam --with-xmlrpc-c=./opt .....
>
> - Again
>
> On Tue, Oct 27, 2015 at 2:48 PM, Hieu Hoang <hieuhoang@gmail.com> wrote:
>
>> what version of xmlrpc-c are you using? The compilation says
>> While building mosesserver ...
>> !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
>> !!!!!!!!!!!!!!!!!
>> !!! You are linking the XMLRPC-C library; Must be v.1.32 (September 2012)
>> or higher !!!
>> !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
>> !!!!!!!!!!!!!!!!!
>>
>> Hieu Hoang http://www.hoang.co.uk/hieu
>> <http://www.hoang.co.uk/hieu>
>>
>> On 27 October 2015 at 14:44, Ergun Bicici <ebicici@ku.edu.tr> wrote:
>>
>>>
>>> Hi,
>>>
>>> I get the following error when compiling Moses:
>>>
>>> ./bjam -q --max-kenlm-order=10 --git --prefix=/project/qtleap/software/moses/latest
>>>
>>> XMLRPC-C: USING VERSION 1.16.33 FROM /usr
>>>
>>> gcc.compile.c++ contrib/server/bin/gcc-4.6/
>>> release/link-static/threading-multi/mosesserver.o
>>> contrib/server/mosesserver.cpp: In function ?int main(int, char**)?:
>>> contrib/server/mosesserver.cpp:748:6: error: ?class
>>> xmlrpc_c::serverAbyss::constrOpt? has no member named ?allowOrigin?
>>>
>>> Thank you.
>>>
>>> Regards,
>>> Ergun
>>>
>>>
>>>
>>> _______________________________________________
>>> Moses-support mailing listMoses-support@mit.eduhttp://mailman.mit.edu/
>>> <http://mailman.mit.edu/mailman/listinfo/moses-support>
>>> mailman/listinfo/moses-support
>>> <http://mailman.mit.edu/mailman/listinfo/moses-support>
>>> <Moses-support@mit.edu>
>>> <http://mailman.mit.edu/mailman/listinfo/moses-support>
>>>
>>>
>>
>> _______________________________________________
>> Moses-support mailing listMoses-support@mit.eduhttp://mailman.mit.edu/
>> <http://mailman.mit.edu/mailman/listinfo/moses-support>
>> mailman/listinfo/moses-support
>> <http://mailman.mit.edu/mailman/listinfo/moses-support>
>> <Moses-support@mit.edu>
>> <http://mailman.mit.edu/mailman/listinfo/moses-support>
>>
>>
>
>
> --
> Ulrich Germann
> Senior Researcher
> School of Informatics
> University of Edinburgh
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/mailman/private/moses-support/attachments/20151027/ef6367eb/attachment.html
------------------------------
_______________________________________________
Moses-support mailing list
Moses-support@mit.edu
http://mailman.mit.edu/mailman/listinfo/moses-support
End of Moses-support Digest, Vol 108, Issue 74
**********************************************
Subscribe to:
Post Comments (Atom)
0 Response to "Moses-support Digest, Vol 108, Issue 74"
Post a Comment