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. help (Bounyalit Taymany)
2. Re: help (Hieu Hoang)
----------------------------------------------------------------------
Message: 1
Date: Thu, 16 Apr 2020 11:18:24 +0700
From: Bounyalit Taymany <tong13gdg@gmail.com>
Subject: [Moses-support] help
To: Moses-support@mit.edu
Message-ID:
<CAKj2NrW9hoJ5zfkhzFPSR3Z8h8r9dW03pR9ciGipRb9eEwJ_AA@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"
I used command for install Moses "./bjam
--with-boost=~/workspace/temp/boost_1_64_0 -j4"
on MacOS Catalina 10.15
but it failed
...failed darwin.compile.c++
mert/bin/darwin-11.0.3/release/link-static/threading-multi/UtilTest.o...
...skipped
<pmert/bin/darwin-11.0.3/release/link-static/threading-multi>util_test for
lack of
<pmert/bin/darwin-11.0.3/release/link-static/threading-multi>UtilTest.o...
...skipped
<pmert/bin/darwin-11.0.3/release/link-static/threading-multi>util_test.passed
for lack of
<pmert/bin/darwin-11.0.3/release/link-static/threading-multi>util_test...
darwin.compile.c++
mert/bin/darwin-11.0.3/release/link-static/threading-multi/VocabularyTest.o
clang: error: unknown argument: '-fcoalesce-templates'
"g++" -ftemplate-depth-128 -fcoalesce-templates -O3 -finline-functions
-Wno-inline -Wall -gdwarf-2 -fexceptions -Wno-long-double
-I/usr/local/Cellar/xmlrpc-c/1.39.12/include -std=c++0x
-DBOOST_FILE_SYSTEM_DYN_LINK -DBOOST_PROGRAM_OPTIONS_DYN_LINK
-DBOOST_SYSTEM_DYN_LINK -DBOOST_TEST_DYN_LINK -DBOOST_THREAD_DYN_DLL
-DHAVE_XMLRPC_C -DKENLM_MAX_ORDER=6 -DMOSES_VERSION_ID=\"\" -DNDEBUG
-DTRACE_ENABLE=1 -DWITH_THREADS -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I"."
-I"util/double-conversion" -I"~/demo/boost_1_72_0/include" -c -o
"mert/bin/darwin-11.0.3/release/link-static/threading-multi/VocabularyTest.o"
"mert/VocabularyTest.cpp"
...failed darwin.compile.c++
mert/bin/darwin-11.0.3/release/link-static/threading-multi/VocabularyTest.o...
...skipped
<pmert/bin/darwin-11.0.3/release/link-static/threading-multi>vocabulary_test
for lack of
<pmert/bin/darwin-11.0.3/release/link-static/threading-multi>VocabularyTest.o...
...skipped
<pmert/bin/darwin-11.0.3/release/link-static/threading-multi>vocabulary_test.passed
for lack of
<pmert/bin/darwin-11.0.3/release/link-static/threading-multi>vocabulary_test...
...failed updating 762 targets...
...skipped 219 targets...
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/mailman/private/moses-support/attachments/20200416/83456da8/attachment-0001.html
------------------------------
Message: 2
Date: Wed, 15 Apr 2020 22:24:49 -0700
From: Hieu Hoang <hieuhoang@gmail.com>
Subject: Re: [Moses-support] help
To: Bounyalit Taymany <tong13gdg@gmail.com>
Cc: moses-support <moses-support@mit.edu>
Message-ID:
<CAEKMkbhbbzsxMhQ6_Y8qQk2qmpUEFEMG25+ot5QA0eenWb7rUQ@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"
Try deleting all the unit test file before running the bjam command again.
You can delete the unit test files with the following command
find . -name "*Test.cpp" | xargs rm
Moses used to compile fine with macOS but macOS's compiler and gcc are
slowly diverging.
Hieu Hoang
http://statmt.org/hieu
On Wed, 15 Apr 2020 at 21:21, Bounyalit Taymany <tong13gdg@gmail.com> wrote:
> I used command for install Moses "./bjam
> --with-boost=~/workspace/temp/boost_1_64_0 -j4"
> on MacOS Catalina 10.15
> but it failed
>
> ...failed darwin.compile.c++
> mert/bin/darwin-11.0.3/release/link-static/threading-multi/UtilTest.o...
>
> ...skipped
> <pmert/bin/darwin-11.0.3/release/link-static/threading-multi>util_test for
> lack of
> <pmert/bin/darwin-11.0.3/release/link-static/threading-multi>UtilTest.o...
>
> ...skipped
> <pmert/bin/darwin-11.0.3/release/link-static/threading-multi>util_test.passed
> for lack of
> <pmert/bin/darwin-11.0.3/release/link-static/threading-multi>util_test...
>
> darwin.compile.c++
> mert/bin/darwin-11.0.3/release/link-static/threading-multi/VocabularyTest.o
>
> clang: error: unknown argument: '-fcoalesce-templates'
>
>
> "g++" -ftemplate-depth-128 -fcoalesce-templates -O3
> -finline-functions -Wno-inline -Wall -gdwarf-2 -fexceptions
> -Wno-long-double -I/usr/local/Cellar/xmlrpc-c/1.39.12/include -std=c++0x
> -DBOOST_FILE_SYSTEM_DYN_LINK -DBOOST_PROGRAM_OPTIONS_DYN_LINK
> -DBOOST_SYSTEM_DYN_LINK -DBOOST_TEST_DYN_LINK -DBOOST_THREAD_DYN_DLL
> -DHAVE_XMLRPC_C -DKENLM_MAX_ORDER=6 -DMOSES_VERSION_ID=\"\" -DNDEBUG
> -DTRACE_ENABLE=1 -DWITH_THREADS -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I"."
> -I"util/double-conversion" -I"~/demo/boost_1_72_0/include" -c -o
> "mert/bin/darwin-11.0.3/release/link-static/threading-multi/VocabularyTest.o"
> "mert/VocabularyTest.cpp"
>
>
> ...failed darwin.compile.c++
> mert/bin/darwin-11.0.3/release/link-static/threading-multi/VocabularyTest.o...
>
> ...skipped
> <pmert/bin/darwin-11.0.3/release/link-static/threading-multi>vocabulary_test
> for lack of
> <pmert/bin/darwin-11.0.3/release/link-static/threading-multi>VocabularyTest.o...
>
> ...skipped
> <pmert/bin/darwin-11.0.3/release/link-static/threading-multi>vocabulary_test.passed
> for lack of
> <pmert/bin/darwin-11.0.3/release/link-static/threading-multi>vocabulary_test...
>
> ...failed updating 762 targets...
>
> ...skipped 219 targets...
> _______________________________________________
> 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/20200416/f29e6529/attachment.html
------------------------------
_______________________________________________
Moses-support mailing list
Moses-support@mit.edu
http://mailman.mit.edu/mailman/listinfo/moses-support
End of Moses-support Digest, Vol 162, Issue 9
*********************************************
Subscribe to:
Post Comments (Atom)
0 Response to "Moses-support Digest, Vol 162, Issue 9"
Post a Comment