Moses-support Digest, Vol 98, Issue 60

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 [The build failed.] (Hieu Hoang)
2. Compilation error - error: ?irstlm? is not a namespace-name
(Jon Olds)
3. Re: Compilation error - error: ?irstlm? is not a
namespace-name (Hieu Hoang)


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

Message: 1
Date: Thu, 25 Dec 2014 00:45:32 +0530
From: Hieu Hoang <Hieu.Hoang@ed.ac.uk>
Subject: Re: [Moses-support] Error [The build failed.]
To: fatma elzahraa Eltaher <fatmaeltaher@gmail.com>
Cc: moses-support <moses-support@mit.edu>
Message-ID:
<CAEKMkbhDMT+r0omzz9VhRjEoXCtQKp97MvacLBWZ71KwEWOoZQ@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

Please read the instructions at the end of the compile. Send the output
file to the mailing list

Sent while bumping into things
On 25 Dec 2014 00:35, "fatma elzahraa Eltaher" <fatmaeltaher@gmail.com>
wrote:

> Dears,
>
> I run this command
>
> ./bjam -j8
>
> and after long time i get this error The build failed.
> terminal picture is attached .
>
> thank you,
>
>
>
> Fatma El-Zahraa El -Taher
>
> Teaching Assistant at Computer & System department
>
> Faculty of Engineering, Azhar University
>
> Email : fatmaeltaher@gmail.com
> mobile: +201141600434
>
>
> _______________________________________________
> 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/20141225/57f893d8/attachment-0001.htm

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

Message: 2
Date: Thu, 25 Dec 2014 15:33:56 +0000
From: Jon Olds <joft_uk@yahoo.co.uk>
Subject: [Moses-support] Compilation error - error: ?irstlm? is not a
namespace-name
To: "moses-support@mit.edu" <moses-support@mit.edu>
Message-ID: <549C2E64.7070403@yahoo.co.uk>
Content-Type: text/plain; charset=utf-8; format=flowed

Hi,

I'm also getting a compilation error using irstlm-5.80.03.tgz (which I
think must be the latest build).

Cheers,

Jon

===
...found 4349 targets...
...updating 76 targets...
gcc.compile.c++
moses/LM/bin/gcc-4.8/release/debug-symbols-on/link-static/threading-multi/IRST.o

"g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline
-Wall -g -pthread -DMAX_NUM_FACTORS=4 -DNDEBUG -DTRACE_ENABLE=1
-DWITH_THREADS -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I"."
-I"/home/ubuntu/tools/irstlm/include"
-I"/home/ubuntu/tools/irstlm/include/irstlm" -I"util/double-conversion"
-c -o
"moses/LM/bin/gcc-4.8/release/debug-symbols-on/link-static/threading-multi/IRST.o"
"moses/LM/IRST.cpp"

In file included from ./moses/Factor.h:28:0,
from moses/LM/IRST.h:27,
from moses/LM/IRST.cpp:31:
./moses/Util.h:52:0: warning: "TRACE_ERR" redefined [enabled by default]
#define TRACE_ERR(str) do { std::cerr << str; } while (false)
^
In file included from /home/ubuntu/tools/irstlm/include/lmContainer.h:36:0,
from moses/LM/IRST.cpp:27:
/home/ubuntu/tools/irstlm/include/util.h:22:0: note: this is the
location of the previous definition
#define TRACE_ERR(str) { std::cerr << str; }
^
In file included from ./moses/Factor.h:28:0,
from moses/LM/IRST.h:27,
from moses/LM/IRST.cpp:31:
./moses/Util.h:60:0: warning: "VERBOSE" redefined [enabled by default]
#define VERBOSE(level,str) { IFVERBOSE(level) { TRACE_ERR(str); } }
^
In file included from /home/ubuntu/tools/irstlm/include/lmContainer.h:36:0,
from moses/LM/IRST.cpp:27:
/home/ubuntu/tools/irstlm/include/util.h:23:0: note: this is the
location of the previous definition
#define VERBOSE(level,str) { if (_DEBUG_LEVEL){ if (_DEBUG_LEVEL >=
level) { TRACE_ERR("DEBUG_LEVEL:" <<_DEBUG_LEVEL << " ");
TRACE_ERR(str); } } }
^
In file included from ./moses/Factor.h:28:0,
from moses/LM/IRST.h:27,
from moses/LM/IRST.cpp:31:
./moses/Util.h:61:0: warning: "IFVERBOSE" redefined [enabled by default]
#define IFVERBOSE(level) if (StaticData::Instance().GetVerboseLevel()
>= level)
^
In file included from /home/ubuntu/tools/irstlm/include/lmContainer.h:36:0,
from moses/LM/IRST.cpp:27:
/home/ubuntu/tools/irstlm/include/util.h:24:0: note: this is the
location of the previous definition
#define IFVERBOSE(level) if (_DEBUG_LEVEL) if (_DEBUG_LEVEL >= level)
^
moses/LM/IRST.cpp:29:17: error: ?irstlm? is not a namespace-name
using namespace irstlm;
^
moses/LM/IRST.cpp:29:23: error: expected namespace-name before ?;? token
using namespace irstlm;
^
moses/LM/IRST.cpp: In function ?bool Moses::LMCacheCleanup(size_t, size_t)?:
moses/LM/IRST.cpp:240:24: warning: comparison between signed and
unsigned integer expressions [-Wsign-compare]
if (sentences_done==-1) return true;
^
...failed gcc.compile.c++
moses/LM/bin/gcc-4.8/release/debug-symbols-on/link-static/threading-multi/IRST.o...



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

Message: 3
Date: Thu, 25 Dec 2014 21:55:44 +0530
From: Hieu Hoang <hieuhoang@gmail.com>
Subject: Re: [Moses-support] Compilation error - error: ?irstlm? is
not a namespace-name
To: Jon Olds <joft_uk@yahoo.co.uk>, "moses-support@mit.edu"
<moses-support@mit.edu>
Message-ID: <549C3A88.3090302@gmail.com>
Content-Type: text/plain; charset=utf-8; format=flowed

the latest irstlm is 5.80.06

On 25/12/14 21:03, Jon Olds wrote:
> Hi,
>
> I'm also getting a compilation error using irstlm-5.80.03.tgz (which I
> think must be the latest build).
>
> Cheers,
>
> Jon
>
> ===
> ...found 4349 targets...
> ...updating 76 targets...
> gcc.compile.c++
> moses/LM/bin/gcc-4.8/release/debug-symbols-on/link-static/threading-multi/IRST.o
>
> "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline
> -Wall -g -pthread -DMAX_NUM_FACTORS=4 -DNDEBUG -DTRACE_ENABLE=1
> -DWITH_THREADS -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I"."
> -I"/home/ubuntu/tools/irstlm/include"
> -I"/home/ubuntu/tools/irstlm/include/irstlm" -I"util/double-conversion"
> -c -o
> "moses/LM/bin/gcc-4.8/release/debug-symbols-on/link-static/threading-multi/IRST.o"
> "moses/LM/IRST.cpp"
>
> In file included from ./moses/Factor.h:28:0,
> from moses/LM/IRST.h:27,
> from moses/LM/IRST.cpp:31:
> ./moses/Util.h:52:0: warning: "TRACE_ERR" redefined [enabled by default]
> #define TRACE_ERR(str) do { std::cerr << str; } while (false)
> ^
> In file included from /home/ubuntu/tools/irstlm/include/lmContainer.h:36:0,
> from moses/LM/IRST.cpp:27:
> /home/ubuntu/tools/irstlm/include/util.h:22:0: note: this is the
> location of the previous definition
> #define TRACE_ERR(str) { std::cerr << str; }
> ^
> In file included from ./moses/Factor.h:28:0,
> from moses/LM/IRST.h:27,
> from moses/LM/IRST.cpp:31:
> ./moses/Util.h:60:0: warning: "VERBOSE" redefined [enabled by default]
> #define VERBOSE(level,str) { IFVERBOSE(level) { TRACE_ERR(str); } }
> ^
> In file included from /home/ubuntu/tools/irstlm/include/lmContainer.h:36:0,
> from moses/LM/IRST.cpp:27:
> /home/ubuntu/tools/irstlm/include/util.h:23:0: note: this is the
> location of the previous definition
> #define VERBOSE(level,str) { if (_DEBUG_LEVEL){ if (_DEBUG_LEVEL >=
> level) { TRACE_ERR("DEBUG_LEVEL:" <<_DEBUG_LEVEL << " ");
> TRACE_ERR(str); } } }
> ^
> In file included from ./moses/Factor.h:28:0,
> from moses/LM/IRST.h:27,
> from moses/LM/IRST.cpp:31:
> ./moses/Util.h:61:0: warning: "IFVERBOSE" redefined [enabled by default]
> #define IFVERBOSE(level) if (StaticData::Instance().GetVerboseLevel()
> >= level)
> ^
> In file included from /home/ubuntu/tools/irstlm/include/lmContainer.h:36:0,
> from moses/LM/IRST.cpp:27:
> /home/ubuntu/tools/irstlm/include/util.h:24:0: note: this is the
> location of the previous definition
> #define IFVERBOSE(level) if (_DEBUG_LEVEL) if (_DEBUG_LEVEL >= level)
> ^
> moses/LM/IRST.cpp:29:17: error: ?irstlm? is not a namespace-name
> using namespace irstlm;
> ^
> moses/LM/IRST.cpp:29:23: error: expected namespace-name before ?;? token
> using namespace irstlm;
> ^
> moses/LM/IRST.cpp: In function ?bool Moses::LMCacheCleanup(size_t, size_t)?:
> moses/LM/IRST.cpp:240:24: warning: comparison between signed and
> unsigned integer expressions [-Wsign-compare]
> if (sentences_done==-1) return true;
> ^
> ...failed gcc.compile.c++
> moses/LM/bin/gcc-4.8/release/debug-symbols-on/link-static/threading-multi/IRST.o...
>
> _______________________________________________
> 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


End of Moses-support Digest, Vol 98, Issue 60
*********************************************

0 Response to "Moses-support Digest, Vol 98, Issue 60"

Post a Comment