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: error when executing ./bjam -j8 (Hieu Hoang)
2. ERROR: fread! (Hoang Cuong)
3. Re: error when executing ./bjam -j8 (charmaine ponay)
4. Re: error when executing ./bjam -j8 (charmaine ponay)
----------------------------------------------------------------------
Message: 1
Date: Thu, 22 May 2014 18:45:10 +0100
From: Hieu Hoang <hieuhoang@gmail.com>
Subject: Re: [Moses-support] error when executing ./bjam -j8
To: charmaine ponay <csponay@gmail.com>, moses-support@mit.edu
Message-ID: <537E37A6.60606@gmail.com>
Content-Type: text/plain; charset="iso-8859-1"
which version of Moses are you using? How did you download it?
there's been some changes to cygwin which broke some versions of Moses,
specifically on 64-bit systems,
It should be fixed in the latest version of Moses from the git
repository. You can get this code by doing
git clone git@github.com:moses-smt/mosesdecoder.git
or
git clone https://github.com/moses-smt/mosesdecoder.git
On 22/05/14 13:20, charmaine ponay wrote:
> hi,
> please help, i get the following error when executing the command
> ./bjam -j8
>
> jam.c:628:18: warning: comparison between pointer and integer [enabled
> by defaul t]
> if (argv0[0] == "/")
> ^
> /tmp/ccYvde1k.o:expand.c:(.text+0x137f): undefined reference to
> `cygwin_conv_to_ win32_path'
> /tmp/ccYvde1k.o:expand.c:(.text+0x137f): relocation truncated to fit:
> R_X86_64_P C32 against undefined symbol
> `cygwin_conv_to_win32_path'
> /tmp/ccYvde1k.o:expand.c:(.text+0x14bc): undefined reference to
> `cygwin_conv_to_ posix_path'
> /tmp/ccYvde1k.o:expand.c:(.text+0x14bc): relocation truncated to fit:
> R_X86_64_P C32 against undefined symbol
> `cygwin_conv_to_posix_path'
> /usr/bin/ld: /tmp/ccYvde1k.o: bad reloc address 0x20 in section `.rdata'
> collect2: error: ld returned 1 exit status
>
>
> Regards,
> *
> *
> *
> Charmaine Salvador - Ponay*
> Instructor
> Information and Computer Studies Dept.
> University of Santo Tomas
>
>
> _______________________________________________
> 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/20140522/7c6cae14/attachment-0001.htm
------------------------------
Message: 2
Date: Thu, 22 May 2014 21:50:15 +0200
From: Hoang Cuong <hoangcuong2011@gmail.com>
Subject: [Moses-support] ERROR: fread!
To: moses-support@MIT.EDU
Message-ID:
<CAG1fz7etNin-HaNJs9M1i+Wbzng8ppTJf++jsF015Mfu-2hPnw@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"
Hi all,
When I use Moses as the decoder to translate a text file, it shows the
error as following:
*ERROR: fread!*
*Aborted (core dumped)*
This is quite weird because it is the first time I see that. Do you have
any suggestion to fix it?
Thanks a lot.
--
* Best Regards, Hoang Cuong SMTNerd*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/mailman/private/moses-support/attachments/20140522/a256ca30/attachment-0001.htm
------------------------------
Message: 3
Date: Thu, 22 May 2014 17:51:24 -0700
From: charmaine ponay <csponay@gmail.com>
Subject: Re: [Moses-support] error when executing ./bjam -j8
To: moses-support@mit.edu
Message-ID:
<CAB0nykc4n=FdrxG4Z8113cuAywUWEUKmqKTgiiY7LObjZnEFSg@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"
if the command that compiles boost echo FAILURE, does that mean it was not
a successful compilation? I am sorry if the questions seems stupid but as
i understand the command, it will be the last one to be executed.
Regards,
*Charmaine Salvador - Ponay*
Instructor
Information and Computer Studies Dept.
University of Santo Tomas
On Thu, May 22, 2014 at 5:20 AM, charmaine ponay <csponay@gmail.com> wrote:
> hi,
> please help, i get the following error when executing the command ./bjam
> -j8
>
> jam.c:628:18: warning: comparison between pointer and integer [enabled by
> defaul
> t]
> if (argv0[0] == "/")
> ^
> /tmp/ccYvde1k.o:expand.c:(.text+0x137f): undefined reference to
> `cygwin_conv_to_
> win32_path'
> /tmp/ccYvde1k.o:expand.c:(.text+0x137f): relocation truncated to fit:
> R_X86_64_P
> C32 against undefined symbol
> `cygwin_conv_to_win32_path'
> /tmp/ccYvde1k.o:expand.c:(.text+0x14bc): undefined reference to
> `cygwin_conv_to_
> posix_path'
> /tmp/ccYvde1k.o:expand.c:(.text+0x14bc): relocation truncated to fit:
> R_X86_64_P
> C32 against undefined symbol
> `cygwin_conv_to_posix_path'
> /usr/bin/ld: /tmp/ccYvde1k.o: bad reloc address 0x20 in section `.rdata'
> collect2: error: ld returned 1 exit status
>
>
> Regards,
>
> * Charmaine Salvador - Ponay*
> Instructor
> Information and Computer Studies Dept.
> University of Santo Tomas
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/mailman/private/moses-support/attachments/20140522/e0c821de/attachment-0001.htm
------------------------------
Message: 4
Date: Thu, 22 May 2014 18:30:16 -0700
From: charmaine ponay <csponay@gmail.com>
Subject: Re: [Moses-support] error when executing ./bjam -j8
To: moses-support@mit.edu
Message-ID:
<CAB0nykezfz5prF3fh5GMPnCBqb77YGarnkqFWKyxTPaOxx1rHA@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"
please help... I already the updated version of mosesdecoder but building
is failed, when i executed ./bjam -j8. attached is the log file, thank you
so much
Regards,
*Charmaine Salvador - Ponay*
Instructor
Information and Computer Studies Dept.
University of Santo Tomas
On Thu, May 22, 2014 at 5:20 AM, charmaine ponay <csponay@gmail.com> wrote:
> hi,
> please help, i get the following error when executing the command ./bjam
> -j8
>
> jam.c:628:18: warning: comparison between pointer and integer [enabled by
> defaul
> t]
> if (argv0[0] == "/")
> ^
> /tmp/ccYvde1k.o:expand.c:(.text+0x137f): undefined reference to
> `cygwin_conv_to_
> win32_path'
> /tmp/ccYvde1k.o:expand.c:(.text+0x137f): relocation truncated to fit:
> R_X86_64_P
> C32 against undefined symbol
> `cygwin_conv_to_win32_path'
> /tmp/ccYvde1k.o:expand.c:(.text+0x14bc): undefined reference to
> `cygwin_conv_to_
> posix_path'
> /tmp/ccYvde1k.o:expand.c:(.text+0x14bc): relocation truncated to fit:
> R_X86_64_P
> C32 against undefined symbol
> `cygwin_conv_to_posix_path'
> /usr/bin/ld: /tmp/ccYvde1k.o: bad reloc address 0x20 in section `.rdata'
> collect2: error: ld returned 1 exit status
>
>
> Regards,
>
> * Charmaine Salvador - Ponay*
> Instructor
> Information and Computer Studies Dept.
> University of Santo Tomas
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/mailman/private/moses-support/attachments/20140522/78b5b9f6/attachment.htm
-------------- next part --------------
A non-text attachment was scrubbed...
Name: build.log.gz
Type: application/x-gzip
Size: 3627 bytes
Desc: not available
Url : http://mailman.mit.edu/mailman/private/moses-support/attachments/20140522/78b5b9f6/attachment.bin
------------------------------
_______________________________________________
Moses-support mailing list
Moses-support@mit.edu
http://mailman.mit.edu/mailman/listinfo/moses-support
End of Moses-support Digest, Vol 91, Issue 30
*********************************************
Subscribe to:
Post Comments (Atom)
0 Response to "Moses-support Digest, Vol 91, Issue 30"
Post a Comment