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. Web demo (Marwa Refaie)
2. Moses build error (gang tang)
3. Re: Moses build error (ASHOK KUMAR YADAV)
4. Re: Moses build error (Dingyuan Wang)
5. Re: Moses build error (gang tang)
----------------------------------------------------------------------
Message: 1
Date: Sat, 11 Jul 2015 23:07:48 +0200
From: Marwa Refaie <marwa.refaie@gmail.com>
Subject: [Moses-support] Web demo
To: moses-support@mit.edu
Message-ID:
<CADJOO15S=L8KFn6WhSCsiKWKR+=6kvEf=t+xdU40g+4OXDkq1A@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"
Please any one have a tutorial or any guide to satart building Web Demo
using Moses frame work ??
Thanks
Marwa N. Refaie
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/mailman/private/moses-support/attachments/20150711/f4a104be/attachment-0001.htm
------------------------------
Message: 2
Date: Sun, 12 Jul 2015 17:31:18 +0800 (CST)
From: "gang tang" <gangtang2014@126.com>
Subject: [Moses-support] Moses build error
To: moses-support@mit.edu
Message-ID: <2b4fe921.b3fe.14e819abd20.Coremail.gangtang2014@126.com>
Content-Type: text/plain; charset="gbk"
Dear All,
My name is Gary Tang and I am new to Moses and moses-support mailing list. I was building Moses when I got errors, which were attached to this message. The exact command I used was
./bjam -j4
Could someone help me with it?
Thanks!
Sincerely,
Gary Tang
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/mailman/private/moses-support/attachments/20150712/26ce0eab/attachment-0001.htm
-------------- next part --------------
A non-text attachment was scrubbed...
Name: build.log.gz
Type: application/x-gzip
Size: 3486 bytes
Desc: not available
Url : http://mailman.mit.edu/mailman/private/moses-support/attachments/20150712/26ce0eab/attachment-0001.bin
------------------------------
Message: 3
Date: Sun, 12 Jul 2015 15:31:53 +0530
From: ASHOK KUMAR YADAV <ashokkumariitm@gmail.com>
Subject: Re: [Moses-support] Moses build error
To: gang tang <gangtang2014@126.com>
Cc: moses-support@mit.edu
Message-ID:
<CABUoAMsjUFafCS-zDNWNSMJorqDs-xp8Eu03fo+P6i+5Uh4Rdg@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"
./bjam -j4
j4 is for your processor generation
example : i3 .............................../bjam -j3
i5................................./bjam -j5
hope it helps you.
Ashok Kumar Yadav
Mechanical engineering (Dual Degree)
4th year Undergraduate Student
Indian Institute Of Technology Madras
Chennai 600036
Mob:9043429762
On Sun, Jul 12, 2015 at 3:01 PM, gang tang <gangtang2014@126.com> wrote:
> Dear All,
>
> My name is Gary Tang and I am new to Moses and moses-support mailing list.
> I was building Moses when I got errors, which were attached to this
> message. The exact command I used was
>
> ./bjam -j4
>
> Could someone help me with it?
>
> Thanks!
>
> Sincerely,
>
> Gary Tang
>
>
>
>
> _______________________________________________
> 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/20150712/30407cb5/attachment-0001.htm
------------------------------
Message: 4
Date: Sun, 12 Jul 2015 18:08:46 +0800
From: Dingyuan Wang <abcdoyle888@gmail.com>
Subject: Re: [Moses-support] Moses build error
To: gang tang <gangtang2014@126.com>, moses-support@mit.edu
Message-ID: <55A23CAE.6080904@gmail.com>
Content-Type: text/plain; charset=UTF-8
You should have the depedencies listed on the wiki page installed:
http://www.statmt.org/moses/?n=Development.GetStarted
You don't have the zlib headers installed according to the log, and
others may also probably not installed.
The -j parameter is for CPU core numbers, which is the number of
parallel compile tasks.
? 2015?07?12? 17:31, gang tang ??:
> Dear All,
>
> My name is Gary Tang and I am new to Moses and moses-support mailing
> list. I was building Moses when I got errors, which were attached to
> this message. The exact command I used was
>
> ./bjam -j4
>
> Could someone help me with it?
>
> Thanks!
>
> Sincerely,
>
> Gary Tang
>
>
>
>
>
> _______________________________________________
> Moses-support mailing list
> Moses-support@mit.edu
> http://mailman.mit.edu/mailman/listinfo/moses-support
>
------------------------------
Message: 5
Date: Sun, 12 Jul 2015 18:56:19 +0800 (CST)
From: "gang tang" <gangtang2014@126.com>
Subject: Re: [Moses-support] Moses build error
To: "Dingyuan Wang" <abcdoyle888@gmail.com>
Cc: moses-support@mit.edu
Message-ID: <c2f50fb.bc0e.14e81e891c4.Coremail.gangtang2014@126.com>
Content-Type: text/plain; charset="gbk"
I did an
sudo apt-get install zlib1g-dev
which solved the zlib.h missing problem. But I got linking problem when I continued building, error message attached.
At 2015-07-12 18:08:46, "Dingyuan Wang" <abcdoyle888@gmail.com> wrote:
>You should have the depedencies listed on the wiki page installed:
>http://www.statmt.org/moses/?n=Development.GetStarted
>
>You don't have the zlib headers installed according to the log, and
>others may also probably not installed.
>
>The -j parameter is for CPU core numbers, which is the number of
>parallel compile tasks.
>
>?? 2015??07??12?? 17:31, gang tang ????:
>> Dear All,
>>
>> My name is Gary Tang and I am new to Moses and moses-support mailing
>> list. I was building Moses when I got errors, which were attached to
>> this message. The exact command I used was
>>
>> ./bjam -j4
>>
>> Could someone help me with it?
>>
>> Thanks!
>>
>> Sincerely,
>>
>> Gary Tang
>>
>>
>>
>>
>>
>> _______________________________________________
>> 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/20150712/09691346/attachment.htm
-------------- next part --------------
A non-text attachment was scrubbed...
Name: build.log.gz
Type: application/x-gzip
Size: 20103 bytes
Desc: not available
Url : http://mailman.mit.edu/mailman/private/moses-support/attachments/20150712/09691346/attachment.bin
------------------------------
_______________________________________________
Moses-support mailing list
Moses-support@mit.edu
http://mailman.mit.edu/mailman/listinfo/moses-support
End of Moses-support Digest, Vol 105, Issue 23
**********************************************
Subscribe to:
Post Comments (Atom)
0 Response to "Moses-support Digest, Vol 105, Issue 23"
Post a Comment