Moses-support Digest, Vol 109, Issue 3

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. Build fails on my Mac (Nicolas P?cheux)
2. Re: Build fails on my Mac (Hieu Hoang)
3. How to add new library -lXXX in compiling moses? (Yuqi Zhang)
4. How to add new library -lXXX in compiling moses? (Yuqi Zhang)
5. Fwd: How to add new library -lXXX in compiling moses? (Yuqi Zhang)


----------------------------------------------------------------------

Message: 1
Date: Sun, 1 Nov 2015 21:01:03 +0100
From: Nicolas P?cheux <nicolas.pecheux@limsi.fr>
Subject: [Moses-support] Build fails on my Mac
To: moses-support@mit.edu
Message-ID: <56366F7F.5070707@limsi.fr>
Content-Type: text/plain; charset="utf-8"

Dear moses-support,

I am experimenting trouble trying to install Moses on my own laptop. I
have successfully installed Moses previously on other machines.

My configuration is MacOsX 10.7.5 (Lion). I have installed Macports.

I first ran as suggested

make -f contrib/Makefiles/install-dependencies.gmake

and everything seemed to work as expected (I do see the install in ./opt)

But then

./compile.sh

fails on 83 targets.

Attached is the /build.log.gz. /The recommended command to get this was

./jam-files/bjam --with-irstlm=./opt --with-boost=./opt
--with-cmph=./opt --with-xmlrpc-c=./opt -j 1 --debug-configuration -d2
|gzip >build.log.gz

but this seems to fail as /boost-build.jam/ is not found. I ran instead

./bjam --with-irstlm=./opt --with-boost=./opt --with-cmph=./opt
--with-xmlrpc-c=./opt -j 1 --debug-configuration -d2 |gzip >build.log.gz

Maybe I am doing something wrong. Is there some variable I need to
adjust so the internal BOOST build is found?

Many thanks for your help.

--
Nicolas P?cheux
Univ. Paris XI, LIMSI-CNRS
Bur : 27 - LIMSI Bat. S
nicolas.pecheux@limsi.fr
http://nicolas.pecheux.fr

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/mailman/private/moses-support/attachments/20151101/f0c8a469/attachment-0001.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: build.log.gz
Type: application/x-gzip
Size: 2342 bytes
Desc: not available
Url : http://mailman.mit.edu/mailman/private/moses-support/attachments/20151101/f0c8a469/attachment-0001.gz

------------------------------

Message: 2
Date: Sun, 1 Nov 2015 22:34:57 +0000
From: Hieu Hoang <hieuhoang@gmail.com>
Subject: Re: [Moses-support] Build fails on my Mac
To: Nicolas P?cheux <nicolas.pecheux@limsi.fr>
Cc: moses-support <moses-support@mit.edu>
Message-ID:
<CAEKMkbiS=2BSeTPGu8k3jQrLQYgd6oMo+SPUouLm4h7mDK5rsg@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

what is your compiler and version number?

what happens when you delete 'typename' in TargetPhraseCollectionCache.cpp
line 28?

Hieu Hoang
http://www.hoang.co.uk/hieu

On 1 November 2015 at 20:01, Nicolas P?cheux <nicolas.pecheux@limsi.fr>
wrote:

> Dear moses-support,
>
> I am experimenting trouble trying to install Moses on my own laptop. I
> have successfully installed Moses previously on other machines.
>
> My configuration is MacOsX 10.7.5 (Lion). I have installed Macports.
>
> I first ran as suggested
>
> make -f contrib/Makefiles/install-dependencies.gmake
>
> and everything seemed to work as expected (I do see the install in ./opt)
>
> But then
>
> ./compile.sh
>
> fails on 83 targets.
>
> Attached is the *build.log.gz. *The recommended command to get this was
>
> ./jam-files/bjam --with-irstlm=./opt --with-boost=./opt --with-cmph=./opt
> --with-xmlrpc-c=./opt -j 1 --debug-configuration -d2 |gzip >build.log.gz
>
> but this seems to fail as *boost-build.jam* is not found. I ran instead
>
> ./bjam --with-irstlm=./opt --with-boost=./opt --with-cmph=./opt
> --with-xmlrpc-c=./opt -j 1 --debug-configuration -d2 |gzip >build.log.gz
>
> Maybe I am doing something wrong. Is there some variable I need to adjust
> so the internal BOOST build is found?
>
> Many thanks for your help.
>
> --
> Nicolas P?cheux
> Univ. Paris XI, LIMSI-CNRS
> Bur : 27 - LIMSI Bat. Snicolas.pecheux@limsi.frhttp://nicolas.pecheux.fr
>
>
> _______________________________________________
> 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/20151101/f5ace677/attachment-0001.html

------------------------------

Message: 3
Date: Mon, 2 Nov 2015 09:09:08 +0100
From: Yuqi Zhang <zhang.yuqiyu@gmail.com>
Subject: [Moses-support] How to add new library -lXXX in compiling
moses?
To: moses-support@mit.edu
Message-ID:
<CADF5gOZit3=UkCejwfPePOKaDAE1AHNSX2VxfN0AmZPPmJ8Gaw@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

Hi,

I have written a new feature function which requires -lodbc. How can I add
-lodbc into bjam compiling?
Shall I change Jamroot, or model's Jamfile, or both?

Thank you all very much!
Best and have a nice weekend,
Yuqi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/mailman/private/moses-support/attachments/20151102/b4dfbc05/attachment-0001.html

------------------------------

Message: 4
Date: Mon, 2 Nov 2015 09:19:53 +0100
From: Yuqi Zhang <zhang.yuqiyu@gmail.com>
Subject: [Moses-support] How to add new library -lXXX in compiling
moses?
To: Moses-support@mit.edu
Message-ID:
<CADF5gObHzLbfCmKOR1rdJE+Otu6JwYHv++nJ=xf=7FpdEDU3Rw@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

Hi,

I have written a new feature function which requires -lodbc. How can I add
-lodbc into bjam compiling?
Shall I change Jamroot, or model's Jamfile, or both?

Thank you all very much!
Best and have a nice weekend,
Yuqi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/mailman/private/moses-support/attachments/20151102/044a8702/attachment-0001.html

------------------------------

Message: 5
Date: Mon, 2 Nov 2015 09:30:19 +0100
From: Yuqi Zhang <zhang.yuqiyu@gmail.com>
Subject: [Moses-support] Fwd: How to add new library -lXXX in
compiling moses?
To: moses-support@mit.edu
Message-ID:
<CADF5gObhT8578BXwKZo=k6nQ-SaNS+EUqhFm3Q-yPBhyca1h_Q@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

Hi,

I have written a new feature function which requires -lodbc. How can I add
-lodbc into bjam compiling?
Shall I change Jamroot, or model's Jamfile, or both?

Thank you all very much!
Best regards,
Yuqi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/mailman/private/moses-support/attachments/20151102/81707fb4/attachment.html

------------------------------

_______________________________________________
Moses-support mailing list
Moses-support@mit.edu
http://mailman.mit.edu/mailman/listinfo/moses-support


End of Moses-support Digest, Vol 109, Issue 3
*********************************************

0 Response to "Moses-support Digest, Vol 109, Issue 3"

Post a Comment