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. Problems installing IRSTLM (John D. Burger)
2. Re: Problems installing IRSTLM (John D. Burger)
3. Re: Moses on Windows translation issue. (Steven)
4. Problem running BackwardTest (Martin Baumg?rtner)
----------------------------------------------------------------------
Message: 1
Date: Tue, 8 Apr 2014 13:40:45 -0400
From: "John D. Burger" <john@mitre.org>
Subject: [Moses-support] Problems installing IRSTLM
To: moses-support@mit.edu
Message-ID: <24B298F1-8B25-463B-A472-1FBE7BD5F639@mitre.org>
Content-Type: text/plain; charset=us-ascii
Hi -
I'm having autotools troubles while installing irstlm-5.80.03 per the directions here:
http://www.statmt.org/moses/?n=Moses.Baseline
On the very first step I get this:
> ./regenerate-makefiles.sh
Calling /usr/bin/libtoolize
You should add the contents of `/usr/share/aclocal/libtool.m4' to `aclocal.m4'.
Calling /usr/rcf/bin/aclocal...
aclocal: couldn't open directory `m4': No such file or directory
aclocal failed
The comments in regenerate-makefiles.sh say this:
# Versions 1.9 (or higher) of aclocal and automake are required.
# Version 2.59 (or higher) of autoconf is required.
I have 1.9.6 and 2.60 respectively. Any suggestions?
Thanks.
- John Burger
MITRE
------------------------------
Message: 2
Date: Tue, 8 Apr 2014 13:52:34 -0400
From: "John D. Burger" <john@mitre.org>
Subject: Re: [Moses-support] Problems installing IRSTLM
To: moses-support@mit.edu
Message-ID: <869C2176-8B9C-42B0-A455-FE556A1460E3@mitre.org>
Content-Type: text/plain; charset=us-ascii
I should add that simply creating the subdirectory doesn't work, later steps expect to find something there.
- JB
On Apr 8, 2014, at 13:40 , John D. Burger <john@mitre.org> wrote:
> Hi -
>
> I'm having autotools troubles while installing irstlm-5.80.03 per the directions here:
>
> http://www.statmt.org/moses/?n=Moses.Baseline
>
> On the very first step I get this:
>
>> ./regenerate-makefiles.sh
> Calling /usr/bin/libtoolize
> You should add the contents of `/usr/share/aclocal/libtool.m4' to `aclocal.m4'.
> Calling /usr/rcf/bin/aclocal...
> aclocal: couldn't open directory `m4': No such file or directory
> aclocal failed
>
> The comments in regenerate-makefiles.sh say this:
>
> # Versions 1.9 (or higher) of aclocal and automake are required.
> # Version 2.59 (or higher) of autoconf is required.
>
> I have 1.9.6 and 2.60 respectively. Any suggestions?
>
> Thanks.
>
> - John Burger
> MITRE
------------------------------
Message: 3
Date: Tue, 8 Apr 2014 15:51:54 -0400
From: "Steven" <steven.xu@lba.ca>
Subject: Re: [Moses-support] Moses on Windows translation issue.
To: "'Jie Jiang'" <jie.jiang@capita-ti.com>
Cc: moses-support@mit.edu
Message-ID: <03ee01cf5363$fdd312d0$f9793870$@xu@lba.ca>
Content-Type: text/plain; charset="us-ascii"
Hi, Jie Jiang
Thanks. You solved my puzzle.
Steven
From: mail.jie.jiang@gmail.com [mailto:mail.jie.jiang@gmail.com] On Behalf
Of Jie Jiang
Sent: Tuesday, April 08, 2014 11:29 AM
To: Steven
Cc: moses-support@mit.edu
Subject: **UNKNOWN PHISHING** Re: [Moses-support] Moses on Windows
translation issue.
Hi Steven:
Actually for the sample model, there are 2 preprocessing steps (tokenize and
truecase) and 2 post processing steps (detruecase and detokenize), please
check these steps as follows:
English input:
Everyone can and should contribute content, corrections or comments.
1. Tokenize:
>"C:\Program Files (x86)\Moses\MosesDecoder\tokenizer.exe" -l en -q
Everyone can and should contribute content , corrections or comments .
2. Truecase:
>"C:\Program Files (x86)\Moses\MosesDecoder\truecase.exe" --model
truemodel.en
everyone can and should contribute content , corrections or comments .
3. Moses:
>"C:\Program Files (x86)\Moses\MosesDecoder\moses-cmd.exe" -f moses.ini
tout le monde peut et doit contribuer contenu , de corrections - ou d'
observations .
4. Detrucase:
>"C:\Program Files (x86)\Moses\MosesDecoder\detruecase.exe"
Tout le monde peut et doit contribuer contenu , de corrections - ou d'
observations .
5. Detokenize:
>"C:\Program Files (x86)\Moses\MosesDecoder\detokenize.exe" -l fr -q
Tout le monde peut et doit contribuer contenu, de corrections - ou
d'observations.
which ends up with the exact output on the GUI.
Hope this is helpful for you!
Best regards,
Jie Jiang
Senior Language Technology Specialist
Capita Translation and Interpreting
Riverside Court, Huddersfield Road, Delph, Oldham, OL3 5FZ | Tel (UK): +44
845 367 7000 | Tel (US): +1 (800) 579-5010
Tel Direct: +44 (0)844 854 8984 | mail.jie.jiang@gmail.com | Skype ID:
jie.jiang-capita-ti
<http://www.capitatranslationinterpreting.com/>
www.capitatranslationinterpreting.com
2014-04-07 15:49 GMT+01:00 Steven <steven.xu@lba.ca>:
Hi, All,
I am running Moses on Windows 7. I installed the Release 2.1 build by
Capita TI: Release 2.1 MSI Installer with GUI for Windows 32bit (Maximum
6-gram LM).
I translated same English Text into French through GUI and command line.
I don't understand where I get different translations since everything is
same for Moses.
The translation done by GUI is better than by command line. In the command
line, there are two words: CONTENT, CORRECTIONS not translated at all.
Those translations are consistent among multiple runs by GUI or command
line.
1) Original English Text:
Everyone can and should contribute content, corrections or comments.
2) Translated through GUI:
Tout le monde peut et doit contribuer contenu, de corrections - ou
d'observations
3) Translated though command line ( Command:
C:\Users\steven.xu\mosesgui\Model_2014-03-21_153233\model>moses-cmd -f
moses.ini )
Toute personne peut et doit contribuer content, corrections ou comments.
Thanks.
Steven.
_______________________________________________
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/20140408/5e18d87f/attachment-0001.htm
------------------------------
Message: 4
Date: Wed, 09 Apr 2014 14:26:39 +0200
From: Martin Baumg?rtner <martin.baumgaertner@star-group.net>
Subject: [Moses-support] Problem running BackwardTest
To: moses-support@mit.edu
Message-ID: <53453C7F.7030408@star-group.net>
Content-Type: text/plain; charset="iso-8859-15"
Hi all,
there's a problem running "ProbingAll" along with BackwardTest after
successful build that appears to be a rather new one. Might have
something to do with my boost installation (see appended output)?
Command line was ...
./bjam -a -q -j 2 --with-irstlm=/home/smtuser/SMT/irstlm
--with-xmlrpc-c=/usr/local > build_out.txt
... being run on both, CentOS and OpenSuse, each provided with a
customized boost installation (version 1.55.0).
Thanks a lot in advance!
Martin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: build.log.gz
Type: application/gzip
Size: 233 bytes
Desc: not available
Url : http://mailman.mit.edu/mailman/private/moses-support/attachments/20140409/b286028b/attachment.bin
-------------- next part --------------
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!! You are linking the IRSTLM library; be sure the release is >= 5.70.02 !!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
...patience...
...found 3835 targets...
...updating 593 targets...
gcc.compile.c++ lm/filter/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/phrase.o
lm/filter/phrase.cc: In function ???unsigned int lm::phrase::ReadMultiple(std::istream&, lm::phrase::Substrings&)???:
lm/filter/phrase.cc:292:1: warning: ???relation??? may be used uninitialized in this function [-Wmaybe-uninitialized]
In file included from lm/filter/phrase.cc:1:0:
./lm/filter/phrase.hh:66:27: note: ???relation??? was declared here
gcc.compile.c++ lm/filter/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/vocab.o
gcc.compile.c++ lm/filter/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/arpa_io.o
gcc.compile.c++ util/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/read_compressed.o
gcc.compile.c++ util/double-conversion/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/fixed-dtoa.o
gcc.compile.c++ util/double-conversion/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/diy-fp.o
gcc.compile.c++ util/double-conversion/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/bignum.o
gcc.compile.c++ util/double-conversion/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/double-conversion.o
gcc.compile.c++ util/double-conversion/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/cached-powers.o
gcc.compile.c++ util/double-conversion/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/strtod.o
gcc.compile.c++ util/double-conversion/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/bignum-dtoa.o
gcc.compile.c++ util/double-conversion/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/fast-dtoa.o
gcc.compile.c++ util/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/bit_packing.o
gcc.compile.c++ util/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/ersatz_progress.o
gcc.compile.c++ util/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/exception.o
gcc.compile.c++ util/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/file.o
gcc.compile.c++ util/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/file_piece.o
gcc.compile.c++ util/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/mmap.o
gcc.compile.c++ util/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/murmur_hash.o
gcc.compile.c++ util/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/pool.o
gcc.compile.c++ util/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/scoped.o
gcc.compile.c++ util/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/string_piece.o
gcc.compile.c++ util/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/usage.o
gcc.compile.c++ lm/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/vocab.o
gcc.compile.c++ lm/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/lm_exception.o
gcc.compile.c++ lm/filter/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/main.o
gcc.compile.c++ lm/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/binary_format.o
gcc.compile.c++ lm/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/virtual_interface.o
gcc.compile.c++ lm/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/trie.o
gcc.compile.c++ lm/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/model.o
gcc.compile.c++ lm/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/search_trie.o
gcc.compile.c++ lm/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/quantize.o
gcc.compile.c++ lm/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/value_build.o
gcc.compile.c++ lm/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/bhiksha.o
gcc.compile.c++ lm/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/trie_sort.o
gcc.compile.c++ lm/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/read_arpa.o
gcc.compile.c++ lm/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/config.o
gcc.compile.c++ lm/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/sizes.o
gcc.compile.c++ lm/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/search_hashed.o
gcc.link lm/filter/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/filter
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/FF_Factory.o
gcc.compile.c++ moses/LM/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/ORLM.o
gcc.compile.c++ search/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/edge_generator.o
gcc.compile.c++ moses/LM/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/IRST.o
In file included from ./moses/Factor.h:28:0,
from moses/LM/IRST.h:27,
from moses/LM/IRST.cpp:29:
./moses/Util.h:52:0: warning: "TRACE_ERR" redefined [enabled by default]
In file included from /home/smtuser/SMT/irstlm/include/lmContainer.h:36:0,
from moses/LM/IRST.cpp:27:
/home/smtuser/SMT/irstlm/include/util.h:18:0: note: this is the location of the previous definition
In file included from ./moses/Factor.h:28:0,
from moses/LM/IRST.h:27,
from moses/LM/IRST.cpp:29:
./moses/Util.h:59:0: warning: "VERBOSE" redefined [enabled by default]
In file included from /home/smtuser/SMT/irstlm/include/lmContainer.h:36:0,
from moses/LM/IRST.cpp:27:
/home/smtuser/SMT/irstlm/include/util.h:19:0: note: this is the location of the previous definition
In file included from ./moses/Factor.h:28:0,
from moses/LM/IRST.h:27,
from moses/LM/IRST.cpp:29:
./moses/Util.h:60:0: warning: "IFVERBOSE" redefined [enabled by default]
In file included from /home/smtuser/SMT/irstlm/include/lmContainer.h:36:0,
from moses/LM/IRST.cpp:27:
/home/smtuser/SMT/irstlm/include/util.h:20:0: note: this is the location of the previous definition
moses/LM/IRST.cpp: In function ???bool Moses::LMCacheCleanup(size_t, size_t)???:
moses/LM/IRST.cpp:236:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
gcc.compile.c++ search/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/nbest.o
gcc.compile.c++ search/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/rule.o
gcc.compile.c++ search/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/vertex.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/TranslationOption.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/DecodeStep.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/GenerationDictionary.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/FactorTypeSet.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/DecodeGraph.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/AlignmentInfo.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/FloydWarshall.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/TargetPhrase.o
moses/TargetPhrase.cpp: In member function ???void Moses::TargetPhrase::SetXMLScore(float)???:
moses/TargetPhrase.cpp:159:21: warning: unused variable ???staticData??? [-Wunused-variable]
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/DecodeStepGeneration.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/Phrase.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/TreeInput.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/ChartTranslationOptionList.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/ChartTranslationOption.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/ChartHypothesisCollection.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/PrefixTreeMap.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/ChartCell.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/ChartTrellisDetourQueue.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/LVoc.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/Manager.o
In file included from /usr/include/c++/4.7/ext/hash_set:61:0,
from moses/Manager.cpp:25:
/usr/include/c++/4.7/backward/backward_warning.h:33:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp]
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/SentenceStats.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/InputPath.o
In file included from moses/InputPath.cpp:1:0:
moses/InputPath.h: In constructor ???Moses::InputPath::InputPath(const Moses::Phrase&, const NonTerminalSet&, const Moses::WordsRange&, const Moses::InputPath*, const Moses::ScorePair*)???:
moses/InputPath.h:49:21: warning: ???Moses::InputPath::m_sourceNonTermArray??? will be initialized after [-Wreorder]
moses/InputPath.h:41:10: warning: ???size_t Moses::InputPath::m_nextNode??? [-Wreorder]
moses/InputPath.cpp:13:1: warning: when initialized here [-Wreorder]
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/HypothesisStackNormal.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/TrellisPath.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/TranslationOptionCollectionLattice.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/RuleCubeItem.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/TranslationOptionCollection.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/XmlOption.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/Search.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/StaticData.o
moses/StaticData.cpp: In member function ???void Moses::StaticData::LoadNonTerminals()???:
moses/StaticData.cpp:641:21: warning: unused variable ???targetFactor??? [-Wunused-variable]
moses/StaticData.cpp: In member function ???void Moses::StaticData::LoadFeatureFunctions()???:
moses/StaticData.cpp:921:27: warning: unused variable ???ffCast??? [-Wunused-variable]
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/SearchNormal.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/ConfusionNet.o
moses/ConfusionNet.cpp: In member function ???bool Moses::ConfusionNet::ReadFormat0(std::istream&, const std::vector<unsigned int>&)???:
moses/ConfusionNet.cpp:142:25: warning: unused variable ???staticData??? [-Wunused-variable]
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/TargetPhraseCollection.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/UserMessage.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/Factor.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/Sentence.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/ChartParser.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/DecodeStepTranslation.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/ChartManager.o
moses/ChartManager.cpp: In member function ???void Moses::ChartManager::AddXmlChartOptions()???:
moses/ChartManager.cpp:131:21: warning: unused variable ???staticData??? [-Wunused-variable]
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/AlignmentInfoCollection.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/TranslationOptionCollectionConfusionNet.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/NonTerminal.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/ReorderingConstraint.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/ChartTrellisNode.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/BitmapContainer.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/FeatureVector.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/SquareMatrix.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/RuleCubeQueue.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/RuleCube.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/TranslationOptionCollectionText.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/Incremental.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/ChartTranslationOptions.o
...on 100th target...
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/WordsRange.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/Timer.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/Hypothesis.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/ChartHypothesis.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/Parameter.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/SearchCubePruning.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/ScoreComponentCollection.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/InputType.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/ChartTrellisDetour.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/ChartCellCollection.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/ReorderingStack.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/WordsBitmap.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/ChartTrellisPath.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/PCNTools.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/Word.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/TranslationOptionList.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/InputFileStream.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/ChartRuleLookupManager.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/TrellisPathCollection.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/HypothesisStackCubePruning.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/SearchNormalBatch.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/File.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/HypothesisStack.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/Util.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/FactorCollection.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/PartialTranslOptColl.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/TranslationModel/SkeletonPT.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/WordLattice.o
moses/WordLattice.cpp: In member function ???int Moses::WordLattice::InitializeFromPCNDataType(const CN&, const std::vector<unsigned int>&, const string&)???:
moses/WordLattice.cpp:54:21: warning: unused variable ???staticData??? [-Wunused-variable]
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/TranslationModel/DynSuffixArray.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/TranslationModel/WordCoocTable.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/TranslationModel/PhraseDictionaryNodeMemory.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/TranslationModel/PhraseDictionaryTree.o
moses/TranslationModel/PhraseDictionaryTree.cpp: In member function ???void Moses::PDTimp::GetTargetCandidates(Moses::PDTimp::PPtr, Moses::TgtCands&)???:
moses/TranslationModel/PhraseDictionaryTree.cpp:236:5: warning: converting to non-pointer type ???int??? from NULL [-Wconversion-null]
moses/TranslationModel/PhraseDictionaryTree.cpp: In member function ???Moses::PDTimp::PPtr Moses::PDTimp::Extend(Moses::PDTimp::PPtr, const string&)???:
moses/TranslationModel/PhraseDictionaryTree.cpp:281:2: warning: converting to non-pointer type ???int??? from NULL [-Wconversion-null]
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/TranslationModel/BilingualDynSuffixArray.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/TranslationModel/PhraseDictionary.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/TranslationModel/PhraseDictionaryMemory.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/TranslationModel/PhraseDictionaryTransliteration.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/TranslationModel/PhraseDictionaryDynSuffixArray.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/TranslationModel/PhraseDictionaryTreeAdaptor.o
In file included from moses/TranslationModel/PhraseDictionaryTreeAdaptor.cpp:15:0:
./moses/PDTAimp.h: In constructor ???Moses::PDTAimp::PDTAimp(Moses::PhraseDictionaryTreeAdaptor*)???:
./moses/PDTAimp.h:48:23: warning: unused variable ???staticData??? [-Wunused-variable]
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/TranslationModel/PhraseDictionaryScope3.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/TranslationModel/PhraseDictionaryMultiModelCounts.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/TranslationModel/fuzzy-match/Vocabulary.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/TranslationModel/fuzzy-match/SentenceAlignment.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/TranslationModel/PhraseDictionaryMultiModel.o
moses/TranslationModel/PhraseDictionaryMultiModel.cpp: In constructor ???Moses::PhraseDictionaryMultiModel::PhraseDictionaryMultiModel(const string&)???:
moses/TranslationModel/PhraseDictionaryMultiModel.cpp:40:3: warning: suggest parentheses around comparison in operand of ???&??? [-Wparentheses]
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/TranslationModel/fuzzy-match/create_xml.o
moses/TranslationModel/fuzzy-match/create_xml.cpp: In function ???void create_xml(const string&)???:
moses/TranslationModel/fuzzy-match/create_xml.cpp:34:7: warning: variable ???setenceId??? set but not used [-Wunused-but-set-variable]
moses/TranslationModel/fuzzy-match/create_xml.cpp:35:9: warning: variable ???score??? set but not used [-Wunused-but-set-variable]
moses/TranslationModel/fuzzy-match/create_xml.cpp: In function ???CreateXMLRetValues createXML(int, const string&, const string&, const string&, const string&, const string&)???:
moses/TranslationModel/fuzzy-match/create_xml.cpp:127:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
moses/TranslationModel/fuzzy-match/create_xml.cpp:179:56: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
moses/TranslationModel/fuzzy-match/create_xml.cpp:219:42: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
moses/TranslationModel/fuzzy-match/create_xml.cpp:225:15: warning: unused variable ???tt??? [-Wunused-variable]
moses/TranslationModel/fuzzy-match/create_xml.cpp:248:41: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
moses/TranslationModel/fuzzy-match/create_xml.cpp:263:41: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
moses/TranslationModel/fuzzy-match/create_xml.cpp:269:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
moses/TranslationModel/fuzzy-match/create_xml.cpp:287:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
moses/TranslationModel/fuzzy-match/create_xml.cpp:303:40: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
moses/TranslationModel/fuzzy-match/create_xml.cpp:319:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
moses/TranslationModel/fuzzy-match/create_xml.cpp:332:46: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
moses/TranslationModel/fuzzy-match/create_xml.cpp:341:12: warning: statement has no effect [-Wunused-value]
moses/TranslationModel/fuzzy-match/create_xml.cpp:349:42: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/TranslationModel/fuzzy-match/SuffixArray.o
moses/TranslationModel/fuzzy-match/SuffixArray.cpp: In member function ???bool tmmt::SuffixArray::MinCount(const std::vector<std::basic_string<char> >&, tmmt::SuffixArray::INDEX)???:
moses/TranslationModel/fuzzy-match/SuffixArray.cpp:145:68: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
moses/TranslationModel/fuzzy-match/SuffixArray.cpp: In member function ???int tmmt::SuffixArray::LimitedCount(const std::vector<std::basic_string<char> >&, tmmt::SuffixArray::INDEX, tmmt::SuffixArray::INDEX&, tmmt::SuffixArray::INDEX&, tmmt::SuffixArray::INDEX, tmmt::SuffixArray::INDEX)???:
moses/TranslationModel/fuzzy-match/SuffixArray.cpp:163:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/TranslationModel/fuzzy-match/Alignments.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/TranslationModel/DynSAInclude/vocab.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/TranslationModel/DynSAInclude/FileHandler.o
moses/TranslationModel/DynSAInclude/FileHandler.cpp: In member function ???bool Moses::FileHandler::setStreamBuffer(bool)???:
moses/TranslationModel/DynSAInclude/FileHandler.cpp:74:2: warning: suggest parentheses around comparison in operand of ???&??? [-Wparentheses]
moses/TranslationModel/DynSAInclude/FileHandler.cpp:79:2: warning: suggest parentheses around comparison in operand of ???&??? [-Wparentheses]
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/TranslationModel/fuzzy-match/FuzzyMatchWrapper.o
moses/TranslationModel/fuzzy-match/FuzzyMatchWrapper.cpp: In member function ???std::string tmmt::FuzzyMatchWrapper::ExtractTM(tmmt::FuzzyMatchWrapper::WordIndex&, long int, const string&)???:
moses/TranslationModel/fuzzy-match/FuzzyMatchWrapper.cpp:124:70: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
moses/TranslationModel/fuzzy-match/FuzzyMatchWrapper.cpp:159:61: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
moses/TranslationModel/fuzzy-match/FuzzyMatchWrapper.cpp:160:40: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
moses/TranslationModel/fuzzy-match/FuzzyMatchWrapper.cpp:264:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
moses/TranslationModel/fuzzy-match/FuzzyMatchWrapper.cpp:277:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
moses/TranslationModel/fuzzy-match/FuzzyMatchWrapper.cpp:320:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
moses/TranslationModel/fuzzy-match/FuzzyMatchWrapper.cpp:327:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
moses/TranslationModel/fuzzy-match/FuzzyMatchWrapper.cpp:330:20: warning: unused variable ???letter_cost??? [-Wunused-variable]
moses/TranslationModel/fuzzy-match/FuzzyMatchWrapper.cpp:326:9: warning: unused variable ???input_letter_length??? [-Wunused-variable]
moses/TranslationModel/fuzzy-match/FuzzyMatchWrapper.cpp:351:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
moses/TranslationModel/fuzzy-match/FuzzyMatchWrapper.cpp:355:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
moses/TranslationModel/fuzzy-match/FuzzyMatchWrapper.cpp: In member function ???int tmmt::FuzzyMatchWrapper::basic_fuzzy_match(std::vector<std::vector<unsigned int> >, std::vector<std::vector<unsigned int> >)???:
moses/TranslationModel/fuzzy-match/FuzzyMatchWrapper.cpp:745:42: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
moses/TranslationModel/fuzzy-match/FuzzyMatchWrapper.cpp:734:9: warning: variable ???best_match??? set but not used [-Wunused-but-set-variable]
moses/TranslationModel/fuzzy-match/FuzzyMatchWrapper.cpp:762:1: warning: no return statement in function returning non-void [-Wreturn-type]
moses/TranslationModel/fuzzy-match/FuzzyMatchWrapper.cpp: In member function ???void tmmt::FuzzyMatchWrapper::init_short_matches(tmmt::FuzzyMatchWrapper::WordIndex&, long int, const std::vector<unsigned int>&)???:
moses/TranslationModel/fuzzy-match/FuzzyMatchWrapper.cpp:794:29: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
moses/TranslationModel/fuzzy-match/FuzzyMatchWrapper.cpp: In member function ???void tmmt::FuzzyMatchWrapper::add_short_matches(tmmt::FuzzyMatchWrapper::WordIndex&, long int, std::vector<tmmt::Match>&, const std::vector<unsigned int>&, int, int)???:
moses/TranslationModel/fuzzy-match/FuzzyMatchWrapper.cpp:813:34: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
moses/TranslationModel/fuzzy-match/FuzzyMatchWrapper.cpp:817:43: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
moses/TranslationModel/fuzzy-match/FuzzyMatchWrapper.cpp: In member function ???int tmmt::FuzzyMatchWrapper::parse_matches(std::vector<tmmt::Match>&, int, int, int&)???:
moses/TranslationModel/fuzzy-match/FuzzyMatchWrapper.cpp:888:29: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
moses/TranslationModel/fuzzy-match/FuzzyMatchWrapper.cpp:910:45: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
moses/TranslationModel/fuzzy-match/FuzzyMatchWrapper.cpp:911:48: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/TranslationModel/DynSAInclude/params.o
moses/TranslationModel/DynSAInclude/params.cpp: In member function ???std::string Moses::Parameters::getParamValue(const string&)???:
moses/TranslationModel/DynSAInclude/params.cpp:126:5: warning: suggest explicit braces to avoid ambiguous ???else??? [-Wparentheses]
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/TranslationModel/RuleTable/LoaderFactory.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/TranslationModel/RuleTable/Trie.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/TranslationModel/RuleTable/UTrieNode.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/TranslationModel/RuleTable/LoaderStandard.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/TranslationModel/RuleTable/PhraseDictionaryOnDisk.o
moses/TranslationModel/RuleTable/PhraseDictionaryOnDisk.cpp: In member function ???virtual void Moses::PhraseDictionaryOnDisk::InitializeForInput(const Moses::InputType&)???:
moses/TranslationModel/RuleTable/PhraseDictionaryOnDisk.cpp:88:3: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
moses/TranslationModel/RuleTable/PhraseDictionaryOnDisk.cpp:81:21: warning: unused variable ???staticData??? [-Wunused-variable]
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/TranslationModel/RuleTable/PhraseDictionaryALSuffixArray.o
moses/TranslationModel/RuleTable/PhraseDictionaryALSuffixArray.cpp: In member function ???virtual void Moses::PhraseDictionaryALSuffixArray::InitializeForInput(const Moses::InputType&)???:
moses/TranslationModel/RuleTable/PhraseDictionaryALSuffixArray.cpp:52:3: warning: NULL used in arithmetic [-Wpointer-arith]
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/TranslationModel/RuleTable/LoaderCompact.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/TranslationModel/RuleTable/LoaderHiero.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/TranslationModel/RuleTable/PhraseDictionaryFuzzyMatch.o
In file included from moses/TranslationModel/RuleTable/PhraseDictionaryFuzzyMatch.cpp:36:0:
moses/TranslationModel/RuleTable/PhraseDictionaryFuzzyMatch.h: In constructor ???Moses::PhraseDictionaryFuzzyMatch::PhraseDictionaryFuzzyMatch(const string&)???:
moses/TranslationModel/RuleTable/PhraseDictionaryFuzzyMatch.h:78:28: warning: ???Moses::PhraseDictionaryFuzzyMatch::m_FuzzyMatchWrapper??? will be initialized after [-Wreorder]
moses/TranslationModel/RuleTable/PhraseDictionaryFuzzyMatch.h:76:28: warning: ???std::vector<std::basic_string<char> > Moses::PhraseDictionaryFuzzyMatch::m_config??? [-Wreorder]
moses/TranslationModel/RuleTable/PhraseDictionaryFuzzyMatch.cpp:81:1: warning: when initialized here [-Wreorder]
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/TranslationModel/RuleTable/UTrie.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/TranslationModel/Scope3Parser/VarSpanTrieBuilder.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/TranslationModel/Scope3Parser/ApplicableRuleTrie.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/TranslationModel/Scope3Parser/StackLatticeBuilder.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/TranslationModel/CYKPlusParser/DotChartOnDisk.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/TranslationModel/Scope3Parser/Parser.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/TranslationModel/CYKPlusParser/ChartRuleLookupManagerOnDisk.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/TranslationModel/CYKPlusParser/ChartRuleLookupManagerMemoryPerSentence.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/TranslationModel/CYKPlusParser/DotChartInMemory.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/TranslationModel/CYKPlusParser/CompletedRuleCollection.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/TranslationModel/CYKPlusParser/ChartRuleLookupManagerMemory.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/TranslationModel/CYKPlusParser/ChartRuleLookupManagerSkeleton.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/TranslationModel/CYKPlusParser/ChartRuleLookupManagerCYKPlus.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/FF/ConstrainedDecoding.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/FF/WordPenaltyProducer.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/FF/SkeletonStatefulFF.o
moses/FF/SkeletonStatefulFF.cpp: In member function ???virtual Moses::FFState* Moses::SkeletonStatefulFF::Evaluate(const Moses::Hypothesis&, const Moses::FFState*, Moses::ScoreComponentCollection*) const???:
moses/FF/SkeletonStatefulFF.cpp:47:7: warning: unused variable ???targetLen??? [-Wunused-variable]
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/FF/CoveredReferenceFeature.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/FF/PhrasePenalty.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/FF/TargetBigramFeature.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/FF/DistortionScoreProducer.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/FF/UnknownWordPenaltyProducer.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/FF/CountNonTerms.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/FF/InputFeature.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/FF/TargetNgramFeature.o
moses/FF/TargetNgramFeature.cpp: In member function ???virtual Moses::FFState* Moses::TargetNgramFeature::Evaluate(const Moses::Hypothesis&, const Moses::FFState*, Moses::ScoreComponentCollection*) const???:
moses/FF/TargetNgramFeature.cpp:133:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/FF/FeatureFunction.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/FF/SourceWordDeletionFeature.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/FF/InternalStructStatelessFF.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/FF/FFState.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/FF/PhrasePairFeature.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/FF/SoftMatchingFeature.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/FF/TargetWordInsertionFeature.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/FF/SkeletonStatelessFF.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/FF/BleuScoreFeature.o
moses/FF/BleuScoreFeature.cpp: In member function ???void Moses::BleuScoreFeature::SetCurrShortestRefLength(size_t)???:
moses/FF/BleuScoreFeature.cpp:229:59: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
moses/FF/BleuScoreFeature.cpp: In member function ???size_t Moses::BleuScoreFeature::GetShortestRefIndex(size_t)???:
moses/FF/BleuScoreFeature.cpp:259:58: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
moses/FF/BleuScoreFeature.cpp: In member function ???virtual bool Moses::BleuScoreFeature::IsUseable(const Moses::FactorMask&) const???:
moses/FF/BleuScoreFeature.cpp:884:8: warning: unused variable ???ret??? [-Wunused-variable]
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/FF/GlobalLexicalModel.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/FF/TreeStructureFeature.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/FF/ControlRecombination.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/FF/PhraseBoundaryFeature.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/FF/HyperParameterAsWeight.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/FF/StatefulFeatureFunction.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/FF/ExternalFeature.o
moses/FF/ExternalFeature.cpp: In destructor ???virtual Moses::ExternalFeature::~ExternalFeature()???:
moses/FF/ExternalFeature.cpp:41:10: warning: deleting object of abstract class type ???Moses::CdecFF??? which has non-virtual destructor will cause undefined behaviour [-Wdelete-non-virtual-dtor]
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/FF/GlobalLexicalModelUnlimited.o
moses/FF/GlobalLexicalModelUnlimited.cpp: In constructor ???Moses::GlobalLexicalModelUnlimited::GlobalLexicalModelUnlimited(const string&)???:
moses/FF/GlobalLexicalModelUnlimited.cpp:22:10: warning: variable ???ignorePunctuation??? set but not used [-Wunused-but-set-variable]
moses/FF/GlobalLexicalModelUnlimited.cpp:22:36: warning: variable ???biasFeature??? set but not used [-Wunused-but-set-variable]
moses/FF/GlobalLexicalModelUnlimited.cpp:23:12: warning: variable ???context??? set but not used [-Wunused-but-set-variable]
moses/FF/GlobalLexicalModelUnlimited.cpp: In member function ???virtual void Moses::GlobalLexicalModelUnlimited::Evaluate(const Moses::Hypothesis&, Moses::ScoreComponentCollection*) const???:
moses/FF/GlobalLexicalModelUnlimited.cpp:173:80: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
...on 200th target...
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/FF/PhraseLengthFeature.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/FF/DecodeFeature.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/FF/StatelessFeatureFunction.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/FF/SetSourcePhrase.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/FF/WordTranslationFeature.o
In file included from moses/FF/WordTranslationFeature.cpp:3:0:
moses/FF/WordTranslationFeature.h: In constructor ???Moses::WordTranslationFeature::WordTranslationFeature(const string&)???:
moses/FF/WordTranslationFeature.h:34:8: warning: ???Moses::WordTranslationFeature::m_ignorePunctuation??? will be initialized after [-Wreorder]
moses/FF/WordTranslationFeature.h:33:8: warning: ???bool Moses::WordTranslationFeature::m_domainTrigger??? [-Wreorder]
moses/FF/WordTranslationFeature.cpp:20:1: warning: when initialized here [-Wreorder]
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/FF/OSM-Feature/osmHyp.o
moses/FF/OSM-Feature/osmHyp.cpp: In member function ???int Moses::osmHypothesis::isTranslationOperation(int)???:
moses/FF/OSM-Feature/osmHyp.cpp:86:43: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
moses/FF/OSM-Feature/osmHyp.cpp:89:43: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
moses/FF/OSM-Feature/osmHyp.cpp:92:45: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
moses/FF/OSM-Feature/osmHyp.cpp:95:43: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
moses/FF/OSM-Feature/osmHyp.cpp: In member function ???void Moses::osmHypothesis::removeReorderingOperations()???:
moses/FF/OSM-Feature/osmHyp.cpp:111:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
moses/FF/OSM-Feature/osmHyp.cpp: In member function ???void Moses::osmHypothesis::calculateOSMProb(lm::ngram::Model&)???:
moses/FF/OSM-Feature/osmHyp.cpp:131:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
moses/FF/OSM-Feature/osmHyp.cpp: In member function ???int Moses::osmHypothesis::firstOpenGap(std::vector<int>&)???:
moses/FF/OSM-Feature/osmHyp.cpp:147:44: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
moses/FF/OSM-Feature/osmHyp.cpp: In member function ???void Moses::osmHypothesis::print()???:
moses/FF/OSM-Feature/osmHyp.cpp:266:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
moses/FF/OSM-Feature/osmHyp.cpp: In member function ???void Moses::osmHypothesis::computeOSMFeature(int, Moses::WordsBitmap&)???:
moses/FF/OSM-Feature/osmHyp.cpp:392:42: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
moses/FF/OSM-Feature/osmHyp.cpp:369:7: warning: unused variable ???start??? [-Wunused-variable]
moses/FF/OSM-Feature/osmHyp.cpp: In member function ???void Moses::osmHypothesis::getMeCepts(std::set<int>&, std::set<int>&, std::map<int, std::vector<int> >&, std::map<int, std::vector<int> >&)???:
moses/FF/OSM-Feature/osmHyp.cpp:463:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
moses/FF/OSM-Feature/osmHyp.cpp:473:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
moses/FF/OSM-Feature/osmHyp.cpp:479:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
moses/FF/OSM-Feature/osmHyp.cpp: In member function ???void Moses::osmHypothesis::constructCepts(std::vector<int>&, int, int, int)???:
moses/FF/OSM-Feature/osmHyp.cpp:499:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/FF/OSM-Feature/OpSequenceModel.o
moses/FF/OSM-Feature/OpSequenceModel.cpp: In member function ???virtual void Moses::OpSequenceModel::Evaluate(const Moses::Phrase&, const Moses::TargetPhrase&, Moses::ScoreComponentCollection&, Moses::ScoreComponentCollection&) const???:
moses/FF/OSM-Feature/OpSequenceModel.cpp:69:44: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
moses/FF/OSM-Feature/OpSequenceModel.cpp:76:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
moses/FF/OSM-Feature/OpSequenceModel.cpp: In member function ???virtual Moses::FFState* Moses::OpSequenceModel::Evaluate(const Moses::Hypothesis&, const Moses::FFState*, Moses::ScoreComponentCollection*) const???:
moses/FF/OSM-Feature/OpSequenceModel.cpp:152:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
moses/FF/OSM-Feature/OpSequenceModel.cpp:100:19: warning: unused variable ???sourceSentence??? [-Wunused-variable]
moses/FF/OSM-Feature/OpSequenceModel.cpp:127:14: warning: unused variable ???statePtr??? [-Wunused-variable]
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/FF/LexicalReordering/LexicalReorderingState.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/FF/LexicalReordering/LexicalReordering.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/Backward.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/BackwardLMState.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/FF/LexicalReordering/LexicalReorderingTable.o
moses/FF/LexicalReordering/LexicalReorderingTable.cpp: In member function ???virtual void Moses::LexicalReorderingTableTree::InitializeForInput(const Moses::InputType&)???:
moses/FF/LexicalReordering/LexicalReorderingTable.cpp:319:29: warning: unused variable ???s??? [-Wunused-variable]
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/Base.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/Joint.o
In file included from moses/LM/Joint.cpp:22:0:
moses/LM/Joint.h: In member function ???virtual bool Moses::LanguageModelJoint::Load(const string&, const std::vector<unsigned int>&, size_t)???:
moses/LM/Joint.h:81:3: warning: no return statement in function returning non-void [-Wreturn-type]
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/Implementation.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/MultiFactor.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/Remote.o
moses/LM/Remote.cpp: In member function ???virtual Moses::LMResult Moses::LanguageModelRemote::GetValue(const std::vector<const Moses::Word*>&, const void**) const???:
moses/LM/Remote.cpp:91:58: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
moses/LM/Remote.cpp:130:72: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/SingleFactor.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/Ken.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/SkeletonLM.o
gcc.compile.c++ OnDiskPt/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/OnDiskWrapper.o
gcc.compile.c++ OnDiskPt/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/SourcePhrase.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/ThreadPool.o
gcc.compile.c++ OnDiskPt/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/Word.o
OnDiskPt/Word.cpp: In member function ???size_t OnDiskPt::Word::ReadFromFile(std::fstream&)???:
OnDiskPt/Word.cpp:93:10: warning: unused variable ???memUsed??? [-Wunused-variable]
gcc.compile.c++ OnDiskPt/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/Phrase.o
gcc.compile.c++ OnDiskPt/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/PhraseNode.o
OnDiskPt/PhraseNode.cpp: In member function ???void OnDiskPt::PhraseNode::Save(OnDiskPt::OnDiskWrapper&, size_t, size_t)???:
OnDiskPt/PhraseNode.cpp:151:10: warning: unused variable ???endPos??? [-Wunused-variable]
OnDiskPt/PhraseNode.cpp: In member function ???void OnDiskPt::PhraseNode::GetChild(OnDiskPt::Word&, UINT64&, size_t, OnDiskPt::OnDiskWrapper&) const???:
OnDiskPt/PhraseNode.cpp:236:10: warning: unused variable ???memRead??? [-Wunused-variable]
gcc.compile.c++ OnDiskPt/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/TargetPhrase.o
OnDiskPt/TargetPhrase.cpp: In member function ???void OnDiskPt::TargetPhrase::Save(OnDiskPt::OnDiskWrapper&)???:
OnDiskPt/TargetPhrase.cpp:153:10: warning: unused variable ???endPos??? [-Wunused-variable]
OnDiskPt/TargetPhrase.cpp: In member function ???Moses::TargetPhrase* OnDiskPt::TargetPhrase::ConvertToMoses(const std::vector<unsigned int>&, const std::vector<unsigned int>&, const OnDiskPt::Vocab&, const Moses::PhraseDictionary&, const std::vector<float>&, bool) const???:
OnDiskPt/TargetPhrase.cpp:248:7: warning: unused variable ???index??? [-Wunused-variable]
gcc.compile.c++ OnDiskPt/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/Vocab.o
gcc.compile.c++ OnDiskPt/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/OnDiskQuery.o
gcc.compile.c++ OnDiskPt/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/TargetPhraseCollection.o
OnDiskPt/TargetPhraseCollection.cpp: In member function ???void OnDiskPt::TargetPhraseCollection::Save(OnDiskPt::OnDiskWrapper&)???:
OnDiskPt/TargetPhraseCollection.cpp:109:10: warning: unused variable ???endPos??? [-Wunused-variable]
gcc.archive moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libmoses.a
gcc.compile.c++ moses-chart-cmd/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/Main.o
gcc.compile.c++ moses-chart-cmd/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/mbr.o
gcc.compile.c++ moses-chart-cmd/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/IOWrapper.o
gcc.compile.c++ moses-chart-cmd/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/TranslationAnalysis.o
gcc.link moses-chart-cmd/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/moses_chart
gcc.compile.c++ moses-cmd/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/Main.o
gcc.compile.c++ moses-cmd/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/IOWrapper.o
gcc.compile.c++ moses-cmd/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/mbr.o
gcc.compile.c++ moses-cmd/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/TranslationAnalysis.o
gcc.compile.c++ moses-cmd/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/LatticeMBR.o
gcc.compile.c++ moses-cmd/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/LatticeMBRGrid.o
gcc.link moses-cmd/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/moses
gcc.compile.c++ OnDiskPt/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/Main.o
gcc.compile.c++ OnDiskPt/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/queryOnDiskPt.o
OnDiskPt/queryOnDiskPt.cpp: In function ???int main(int, char**)???:
OnDiskPt/queryOnDiskPt.cpp:25:8: warning: unused variable ???useAlignments??? [-Wunused-variable]
gcc.compile.c++ mert/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/Util.o
gcc.compile.c++ mert/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/GzFileBuf.o
gcc.compile.c++ mert/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/FileStream.o
gcc.compile.c++ mert/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/Timer.o
gcc.compile.c++ mert/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/ScoreStats.o
gcc.link moses-cmd/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/lmbrgrid
gcc.compile.c++ mert/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/ScoreArray.o
gcc.compile.c++ mert/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/ScoreData.o
gcc.compile.c++ mert/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/ScoreDataIterator.o
mert/ScoreDataIterator.cpp: In member function ???void MosesTuning::ScoreDataIterator::readNext()???:
mert/ScoreDataIterator.cpp:52:12: warning: unused variable ???sentenceId??? [-Wunused-variable]
gcc.link OnDiskPt/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/CreateOnDiskPt
gcc.compile.c++ mert/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/FeatureStats.o
gcc.compile.c++ mert/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/FeatureArray.o
gcc.compile.c++ mert/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/FeatureData.o
gcc.link OnDiskPt/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/queryOnDiskPt
gcc.compile.c++ mert/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/FeatureDataIterator.o
mert/FeatureDataIterator.cpp: In member function ???void MosesTuning::FeatureDataIterator::readNext()???:
mert/FeatureDataIterator.cpp:90:12: warning: unused variable ???sentenceId??? [-Wunused-variable]
gcc.compile.c++ mert/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/MiraFeatureVector.o
gcc.compile.c++ mert/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/MiraWeightVector.o
gcc.compile.c++ mert/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/Data.o
gcc.compile.c++ mert/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/HypPackEnumerator.o
gcc.compile.c++ mert/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/BleuDocScorer.o
gcc.compile.c++ mert/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/BleuScorer.o
gcc.compile.c++ mert/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/SemposOverlapping.o
gcc.compile.c++ mert/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/SemposScorer.o
gcc.compile.c++ mert/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/InterpolatedScorer.o
gcc.compile.c++ mert/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/Point.o
gcc.compile.c++ mert/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/PerScorer.o
gcc.compile.c++ mert/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/Scorer.o
gcc.compile.c++ mert/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/ScorerFactory.o
gcc.compile.c++ mert/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/OptimizerFactory.o
gcc.compile.c++ mert/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/TER/alignmentStruct.o
gcc.compile.c++ mert/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/Optimizer.o
gcc.compile.c++ mert/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/TER/hashMap.o
gcc.compile.c++ mert/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/TER/stringHasher.o
gcc.compile.c++ mert/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/TER/hashMapStringInfos.o
gcc.compile.c++ mert/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/TER/terAlignment.o
gcc.compile.c++ mert/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/TER/terShift.o
gcc.compile.c++ mert/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/TER/infosHasher.o
gcc.compile.c++ mert/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/TER/hashMapInfos.o
gcc.compile.c++ mert/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/TER/stringInfosHasher.o
gcc.compile.c++ mert/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/TER/tools.o
gcc.compile.c++ mert/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/TerScorer.o
gcc.compile.c++ mert/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/CderScorer.o
gcc.compile.c++ mert/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/TER/tercalc.o
mert/TER/tercalc.cpp: In member function ???TERCpp::terAlignment TERCpp::terCalc::MinEditDist(std::vector<std::basic_string<char> >, std::vector<std::basic_string<char> >, std::vector<std::vector<int> >)???:
mert/TER/tercalc.cpp:451:7: warning: variable ???last_peak??? set but not used [-Wunused-but-set-variable]
gcc.compile.c++ mert/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/Vocabulary.o
gcc.compile.c++ mert/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/PreProcessFilter.o
gcc.compile.c++ mert/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/MeteorScorer.o
gcc.compile.c++ mert/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/SentenceLevelScorer.o
gcc.compile.c++ mert/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/Permutation.o
gcc.compile.c++ mert/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/StatisticsBasedScorer.o
gcc.compile.c++ mert/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/PermutationScorer.o
gcc.archive mert/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libmert_lib.a
gcc.compile.c++ mert/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/ThreadPool.o
gcc.compile.c++ mert/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/extractor.o
...on 300th target...
gcc.compile.c++ mert/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/mert.o
gcc.link mert/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/extractor
gcc.link mert/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/mert
gcc.compile.c++ mert/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/evaluator.o
gcc.link mert/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/evaluator
gcc.compile.c++ mert/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/pro.o
In file included from mert/BleuScorer.h:11:0,
from mert/pro.cpp:41:
mert/ScopedVector.h: In instantiation of ???void MosesTuning::ScopedVector<T>::reset() [with T = MosesTuning::Reference]???:
mert/ScopedVector.h:18:5: required from ???MosesTuning::ScopedVector<T>::~ScopedVector() [with T = MosesTuning::Reference]???
mert/BleuScorer.h:78:100: required from here
mert/ScopedVector.h:31:7: warning: possible problem detected in invocation of delete operator: [enabled by default]
mert/ScopedVector.h:31:7: warning: invalid use of incomplete type ???class MosesTuning::Reference??? [enabled by default]
In file included from mert/pro.cpp:41:0:
mert/BleuScorer.h:19:7: warning: forward declaration of ???class MosesTuning::Reference??? [enabled by default]
In file included from mert/BleuScorer.h:11:0,
from mert/pro.cpp:41:
mert/ScopedVector.h:31:7: note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined
gcc.link mert/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/pro
gcc.compile.c++ mert/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/sentence-bleu.o
In file included from mert/BleuScorer.h:11:0,
from mert/sentence-bleu.cpp:5:
mert/ScopedVector.h: In instantiation of ???void MosesTuning::ScopedVector<T>::reset() [with T = MosesTuning::Reference]???:
mert/ScopedVector.h:18:5: required from ???MosesTuning::ScopedVector<T>::~ScopedVector() [with T = MosesTuning::Reference]???
mert/BleuScorer.h:78:100: required from here
mert/ScopedVector.h:31:7: warning: possible problem detected in invocation of delete operator: [enabled by default]
mert/ScopedVector.h:31:7: warning: invalid use of incomplete type ???class MosesTuning::Reference??? [enabled by default]
In file included from mert/sentence-bleu.cpp:5:0:
mert/BleuScorer.h:19:7: warning: forward declaration of ???class MosesTuning::Reference??? [enabled by default]
In file included from mert/BleuScorer.h:11:0,
from mert/sentence-bleu.cpp:5:
mert/ScopedVector.h:31:7: note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined
gcc.link mert/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/sentence-bleu
gcc.compile.c++ mert/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/kbmira.o
In file included from mert/BleuScorer.h:11:0,
from mert/kbmira.cpp:42:
mert/ScopedVector.h: In instantiation of ???void MosesTuning::ScopedVector<T>::reset() [with T = MosesTuning::Reference]???:
mert/ScopedVector.h:18:5: required from ???MosesTuning::ScopedVector<T>::~ScopedVector() [with T = MosesTuning::Reference]???
mert/BleuScorer.h:78:100: required from here
mert/ScopedVector.h:31:7: warning: possible problem detected in invocation of delete operator: [enabled by default]
mert/ScopedVector.h:31:7: warning: invalid use of incomplete type ???class MosesTuning::Reference??? [enabled by default]
In file included from mert/kbmira.cpp:42:0:
mert/BleuScorer.h:19:7: warning: forward declaration of ???class MosesTuning::Reference??? [enabled by default]
In file included from mert/BleuScorer.h:11:0,
from mert/kbmira.cpp:42:
mert/ScopedVector.h:31:7: note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined
mert/kbmira.cpp: In function ???int main(int, char**)???:
mert/kbmira.cpp:239:32: warning: ???hope_bleu??? may be used uninitialized in this function [-Wmaybe-uninitialized]
gcc.link mert/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/kbmira
gcc.compile.c++ misc/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/1-1-Extraction.o
misc/1-1-Extraction.cpp: In function ???void getMeCepts(std::set<int>&, std::set<int>&, std::map<int, std::vector<int> >&, std::map<int, std::vector<int> >&)???:
misc/1-1-Extraction.cpp:65:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
misc/1-1-Extraction.cpp:75:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
misc/1-1-Extraction.cpp:81:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
misc/1-1-Extraction.cpp: In function ???void constructCepts(std::vector<std::pair<std::set<int>, std::set<int> > >&, std::set<int>&, std::set<int>&, std::vector<std::basic_string<char> >&, int, int)???:
misc/1-1-Extraction.cpp:109:34: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
misc/1-1-Extraction.cpp:116:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
misc/1-1-Extraction.cpp:121:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
misc/1-1-Extraction.cpp: In function ???void getOneToOne(std::vector<std::pair<std::set<int>, std::set<int> > >&, std::vector<std::basic_string<char> >&, std::vector<std::basic_string<char> >&, std::set<std::basic_string<char> >&)???:
misc/1-1-Extraction.cpp:171:40: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
misc/1-1-Extraction.cpp: In function ???int main(int, char**)???:
misc/1-1-Extraction.cpp:216:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
gcc.link misc/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/1-1-Extraction
gcc.compile.c++ misc/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/TransliterationMining.o
misc/TransliterationMining.cpp: In member function ???void NodeStructure::print()???:
misc/TransliterationMining.cpp:94:34: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
misc/TransliterationMining.cpp:99:34: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
misc/TransliterationMining.cpp: In member function ???void NodeStructure::computeGammaForEdges(std::map<std::pair<int, int>, double>&, std::map<std::pair<int, int>, double>&, std::map<std::basic_string<char>, double>&, std::map<std::basic_string<char>, double>&)???:
misc/TransliterationMining.cpp:147:41: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
misc/TransliterationMining.cpp:136:9: warning: unused variable ???tProb??? [-Wunused-variable]
misc/TransliterationMining.cpp: In member function ???void NodeStructure::computeNonTransliterationProb(std::map<std::basic_string<char>, double>&, std::map<std::basic_string<char>, double>&)???:
misc/TransliterationMining.cpp:165:34: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
misc/TransliterationMining.cpp:170:34: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
misc/TransliterationMining.cpp: In member function ???void NodeStructure::getOutgoingEdges(std::pair<int, int>&, std::vector<std::pair<int, int> >&)???:
misc/TransliterationMining.cpp:241:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
misc/TransliterationMining.cpp:245:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
misc/TransliterationMining.cpp: In member function ???double NodeStructure::FwdProb(std::pair<int, int>&, std::map<std::basic_string<char>, double>&, std::map<std::pair<int, int>, double>&)???:
misc/TransliterationMining.cpp:340:41: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
misc/TransliterationMining.cpp: In member function ???double NodeStructure::computeFwdProbs(std::pair<int, int>&, std::map<std::basic_string<char>, double>&, std::map<std::pair<int, int>, double>&)???:
misc/TransliterationMining.cpp:359:34: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
misc/TransliterationMining.cpp:366:34: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
misc/TransliterationMining.cpp:373:34: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
misc/TransliterationMining.cpp:375:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
misc/TransliterationMining.cpp: In member function ???double NodeStructure::BckProb(std::pair<int, int>&, std::map<std::basic_string<char>, double>&, std::map<std::pair<int, int>, double>&)???:
misc/TransliterationMining.cpp:396:41: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
misc/TransliterationMining.cpp: In function ???int main(int, char**)???:
misc/TransliterationMining.cpp:597:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
misc/TransliterationMining.cpp:609:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
misc/TransliterationMining.cpp:617:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
gcc.link misc/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/TMining
gcc.compile.c++ misc/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/GenerateSequences.o
misc/GenerateSequences.cpp: In function ???void generateStory(std::vector<std::pair<std::basic_string<char>, std::vector<int> > >&, std::set<int>&, std::vector<std::basic_string<char> >&, std::map<std::basic_string<char>, int>&)???:
misc/GenerateSequences.cpp:151:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
misc/GenerateSequences.cpp:230:29: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
misc/GenerateSequences.cpp:130:7: warning: unused variable ???fl??? [-Wunused-variable]
misc/GenerateSequences.cpp:138:7: warning: unused variable ???Lj??? [-Wunused-variable]
misc/GenerateSequences.cpp: In function ???void ceptsInGenerativeStoryFormat(std::vector<std::pair<std::set<int>, std::set<int> > >&, std::vector<std::pair<std::basic_string<char>, std::vector<int> > >&, std::set<int>&, std::vector<std::basic_string<char> >&)???:
misc/GenerateSequences.cpp:260:41: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
misc/GenerateSequences.cpp:316:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
misc/GenerateSequences.cpp: In function ???void printCepts(std::vector<std::pair<std::basic_string<char>, std::vector<int> > >&, std::vector<std::basic_string<char> >&)???:
misc/GenerateSequences.cpp:338:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
misc/GenerateSequences.cpp:346:36: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
misc/GenerateSequences.cpp: In function ???void getMeCepts(std::set<int>&, std::set<int>&, std::map<int, std::vector<int> >&, std::map<int, std::vector<int> >&)???:
misc/GenerateSequences.cpp:365:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
misc/GenerateSequences.cpp:375:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
misc/GenerateSequences.cpp:381:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
misc/GenerateSequences.cpp: In function ???void constructCepts(std::vector<std::pair<std::set<int>, std::set<int> > >&, std::set<int>&, std::set<int>&, std::vector<std::basic_string<char> >&, int, int)???:
misc/GenerateSequences.cpp:407:34: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
misc/GenerateSequences.cpp:412:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
misc/GenerateSequences.cpp: In function ???int main(int, char**)???:
misc/GenerateSequences.cpp:478:34: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
misc/GenerateSequences.cpp:486:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
misc/GenerateSequences.cpp: In function ???void ceptsInGenerativeStoryFormat(std::vector<std::pair<std::set<int>, std::set<int> > >&, std::vector<std::pair<std::basic_string<char>, std::vector<int> > >&, std::set<int>&, std::vector<std::basic_string<char> >&)???:
misc/GenerateSequences.cpp:287:9: warning: ???prev??? may be used uninitialized in this function [-Wmaybe-uninitialized]
gcc.link misc/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/generateSequences
gcc.compile.c++ misc/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/GenerateTuples.o
gcc.compile.c++ misc/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/processLexicalTable.o
gcc.compile.c++ misc/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/processPhraseTable.o
misc/processPhraseTable.cpp: In function ???int main(int, char**)???:
misc/processPhraseTable.cpp:45:10: warning: variable ???noScoreComponent??? set but not used [-Wunused-but-set-variable]
misc/processPhraseTable.cpp:46:7: warning: variable ???cn??? set but not used [-Wunused-but-set-variable]
misc/processPhraseTable.cpp:49:7: warning: variable ???verb??? set but not used [-Wunused-but-set-variable]
gcc.compile.c++ misc/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/queryPhraseTable.o
misc/queryPhraseTable.cpp: In function ???int main(int, char**)???:
misc/queryPhraseTable.cpp:18:7: warning: variable ???nscores??? set but not used [-Wunused-but-set-variable]
gcc.link misc/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/processLexicalTable
gcc.link misc/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/processPhraseTable
gcc.link misc/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/queryPhraseTable
gcc.compile.c++ misc/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/queryLexicalTable.o
gcc.compile.c++ symal/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/symal.o
symal/symal.cpp: In function ???int main(int, char**)???:
symal/symal.cpp:415:28: warning: deprecated conversion from string constant to ???char*??? [-Wwrite-strings]
gcc.compile.c symal/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/cmd.o
symal/cmd.c: In function ???GetParams???:
symal/cmd.c:187:3: warning: call to function ???GetLine??? without a real prototype [-Wunprototyped-calls]
symal/cmd.c:32:14: note: ???GetLine??? was declared here
symal/cmd.c:188:4: warning: call to function ???Scan??? without a real prototype [-Wunprototyped-calls]
symal/cmd.c:34:12: note: ???Scan??? was declared here
symal/cmd.c:189:5: warning: call to function ???CmdError??? without a real prototype [-Wunprototyped-calls]
symal/cmd.c:41:3: note: ???CmdError??? was declared here
symal/cmd.c:201:3: warning: call to function ???Scan??? without a real prototype [-Wunprototyped-calls]
symal/cmd.c:34:12: note: ???Scan??? was declared here
symal/cmd.c:201:3: warning: call to function ???CmdError??? without a real prototype [-Wunprototyped-calls]
symal/cmd.c:41:3: note: ???CmdError??? was declared here
symal/cmd.c: In function ???PrintParams???:
symal/cmd.c:226:2: warning: call to function ???PrintParam??? without a real prototype [-Wunprototyped-calls]
symal/cmd.c:46:3: note: ???PrintParam??? was declared here
symal/cmd.c: In function ???PrintParam???:
symal/cmd.c:275:3: warning: call to function ???PrintEnum??? without a real prototype [-Wunprototyped-calls]
symal/cmd.c:47:3: note: ???PrintEnum??? was declared here
symal/cmd.c:297:3: warning: call to function ???PrintStrArray??? without a real prototype [-Wunprototyped-calls]
symal/cmd.c:48:3: note: ???PrintStrArray??? was declared here
symal/cmd.c: In function ???Scan???:
symal/cmd.c:382:2: warning: call to function ???SetParam??? without a real prototype [-Wunprototyped-calls]
symal/cmd.c:35:3: note: ???SetParam??? was declared here
symal/cmd.c: In function ???SetParam???:
symal/cmd.c:406:3: warning: call to function ???SetEnum??? without a real prototype [-Wunprototyped-calls]
symal/cmd.c:36:3: note: ???SetEnum??? was declared here
symal/cmd.c:422:3: warning: call to function ???SetStrArray??? without a real prototype [-Wunprototyped-calls]
symal/cmd.c:38:3: note: ???SetStrArray??? was declared here
symal/cmd.c:425:3: warning: call to function ???SetGte??? without a real prototype [-Wunprototyped-calls]
symal/cmd.c:39:3: note: ???SetGte??? was declared here
symal/cmd.c:428:3: warning: call to function ???SetLte??? without a real prototype [-Wunprototyped-calls]
symal/cmd.c:40:3: note: ???SetLte??? was declared here
symal/cmd.c:431:3: warning: call to function ???SetSubrange??? without a real prototype [-Wunprototyped-calls]
symal/cmd.c:37:3: note: ???SetSubrange??? was declared here
symal/cmd.c: In function ???SetEnum???:
symal/cmd.c:458:2: warning: call to function ???EnumError??? without a real prototype [-Wunprototyped-calls]
symal/cmd.c:42:3: note: ???EnumError??? was declared here
symal/cmd.c: In function ???SetSubrange???:
symal/cmd.c:474:3: warning: call to function ???SubrangeError??? without a real prototype [-Wunprototyped-calls]
symal/cmd.c:43:3: note: ???SubrangeError??? was declared here
symal/cmd.c: In function ???SetGte???:
symal/cmd.c:493:3: warning: call to function ???GteError??? without a real prototype [-Wunprototyped-calls]
symal/cmd.c:44:3: note: ???GteError??? was declared here
symal/cmd.c: In function ???SetStrArray???:
symal/cmd.c:503:2: warning: call to function ???str2array??? without a real prototype [-Wunprototyped-calls]
symal/cmd.c:33:5: note: ???str2array??? was declared here
symal/cmd.c: In function ???SetLte???:
symal/cmd.c:520:3: warning: call to function ???LteError??? without a real prototype [-Wunprototyped-calls]
symal/cmd.c:45:3: note: ???LteError??? was declared here
gcc.compile.c++ phrase-extract/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/SentenceAlignmentWithSyntax.o
gcc.compile.c++ phrase-extract/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/SentenceAlignment.o
gcc.link misc/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/queryLexicalTable
gcc.link symal/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/symal
gcc.compile.c++ phrase-extract/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/tables-core.o
gcc.compile.c++ phrase-extract/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/InternalStructFeature.o
gcc.compile.c++ phrase-extract/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/AlignmentPhrase.o
gcc.compile.c++ phrase-extract/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/ScoreFeature.o
gcc.compile.c++ phrase-extract/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/SyntaxTree.o
gcc.compile.c++ phrase-extract/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/OutputFileStream.o
gcc.compile.c++ phrase-extract/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/XmlTree.o
phrase-extract/XmlTree.cpp: In function ???bool MosesTraining::ProcessAndStripXMLTags(std::string&, MosesTraining::SyntaxTree&, std::set<std::basic_string<char> >&, std::map<std::basic_string<char>, int>&, bool)???:
phrase-extract/XmlTree.cpp:251:8: warning: unused variable ???isLinked??? [-Wunused-variable]
gcc.compile.c++ phrase-extract/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/InputFileStream.o
gcc.compile.c++ phrase-extract/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/HoleCollection.o
gcc.compile.c++ phrase-extract/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/DomainFeature.o
phrase-extract/DomainFeature.cpp: In member function ???virtual void MosesTraining::SubsetDomainFeature::add(const std::map<std::basic_string<char>, float>&, float, const MosesTraining::MaybeLog&, std::vector<float>&, std::map<std::basic_string<char>, float>&) const???:
phrase-extract/DomainFeature.cpp:94:51: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
gcc.compile.c++ phrase-extract/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/Timer.o
gcc.compile.c++ phrase-extract/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/consolidate-direct-main.o
gcc.compile.c++ phrase-extract/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/Util.o
gcc.compile.c++ phrase-extract/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/ThreadPool.o
gcc.link phrase-extract/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/consolidate-direct
gcc.compile.c++ phrase-extract/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/consolidate-main.o
phrase-extract/consolidate-main.cpp: In function ???int main(int, char**)???:
phrase-extract/consolidate-main.cpp:127:96: warning: ???fileNameCountOfCounts??? may be used uninitialized in this function [-Wmaybe-uninitialized]
gcc.link phrase-extract/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/consolidate
gcc.compile.c++ phrase-extract/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/extract-rules-main.o
phrase-extract/extract-rules-main.cpp: In function ???int main(int, char**)???:
phrase-extract/extract-rules-main.cpp:352:97: warning: deprecated conversion from string constant to ???char*??? [-Wwrite-strings]
phrase-extract/extract-rules-main.cpp:124:7: warning: variable ???thread_count??? set but not used [-Wunused-but-set-variable]
phrase-extract/extract-rules-main.cpp: In member function ???void ExtractTask::saveHieroPhrase(int, int, int, int, MosesTraining::HoleCollection&, LabelIndex&, int)???:
phrase-extract/extract-rules-main.cpp:720:64: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
phrase-extract/extract-rules-main.cpp:722:64: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
phrase-extract/extract-rules-main.cpp: In member function ???void ExtractTask::addRule(int, int, int, int, int, MosesTraining::RuleExist&)???:
phrase-extract/extract-rules-main.cpp:999:64: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
phrase-extract/extract-rules-main.cpp:1001:64: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
gcc.link phrase-extract/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/extract-rules
gcc.compile.c++ phrase-extract/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/relax-parse-main.o
gcc.link phrase-extract/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/relax-parse
gcc.compile.c++ phrase-extract/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/consolidate-reverse-main.o
phrase-extract/consolidate-reverse-main.cpp: In function ???std::vector<std::basic_string<char> > splitLine()???:
phrase-extract/consolidate-reverse-main.cpp:206:8: warning: unused variable ???betweenWords??? [-Wunused-variable]
gcc.link phrase-extract/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/consolidate-reverse
gcc.compile.c++ phrase-extract/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/extract-main.o
phrase-extract/extract-main.cpp: In member function ???void MosesTraining::ExtractTask::extract(MosesTraining::SentenceAlignment&)???:
phrase-extract/extract-main.cpp:443:28: warning: statement has no effect [-Wunused-value]
phrase-extract/extract-main.cpp: In function ???MosesTraining::REO_POS MosesTraining::getOrientPhraseModel(MosesTraining::SentenceAlignment&, MosesTraining::REO_MODEL_TYPE, bool, bool, int, int, int, int, int, int, int, bool (*)(int, int), bool (*)(int, int), const HSentenceVertices&, const HSentenceVertices&)???:
phrase-extract/extract-main.cpp:557:70: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
phrase-extract/extract-main.cpp:562:71: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
phrase-extract/extract-main.cpp: In member function ???void MosesTraining::ExtractTask::addPhrase(MosesTraining::SentenceAlignment&, int, int, int, int, std::string&)???:
phrase-extract/extract-main.cpp:827:40: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
phrase-extract/extract-main.cpp:831:40: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
phrase-extract/extract-main.cpp: In member function ???bool MosesTraining::ExtractTask::checkPlaceholders(const MosesTraining::SentenceAlignment&, int, int, int, int)???:
phrase-extract/extract-main.cpp:928:36: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
phrase-extract/extract-main.cpp:944:36: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
phrase-extract/extract-main.cpp: In member function ???void MosesTraining::ExtractTask::extract(MosesTraining::SentenceAlignment&)???:
phrase-extract/extract-main.cpp:499:177: warning: ???wordNextOrient??? may be used uninitialized in this function [-Wmaybe-uninitialized]
phrase-extract/extract-main.cpp:499:177: warning: ???wordPrevOrient??? may be used uninitialized in this function [-Wmaybe-uninitialized]
gcc.compile.c++ phrase-extract/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/extract-lex-main.o
phrase-extract/extract-lex-main.cpp: In function ???int main(int, char**)???:
phrase-extract/extract-lex-main.cpp:50:14: warning: unused variable ???isSource??? [-Wunused-variable]
phrase-extract/extract-lex-main.cpp:52:14: warning: unused variable ???isAlign??? [-Wunused-variable]
gcc.link phrase-extract/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/extract
gcc.link phrase-extract/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/extract-lex
gcc.compile.c++ phrase-extract/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/statistics-main.o
phrase-extract/statistics-main.cpp: In function ???int main(int, char**)???:
phrase-extract/statistics-main.cpp:69:10: warning: unused variable ???starttime??? [-Wunused-variable]
phrase-extract/statistics-main.cpp:108:7: warning: unused variable ???fileCount??? [-Wunused-variable]
gcc.link phrase-extract/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/statistics
gcc.compile.c++ phrase-extract/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/extract-ordering-main.o
phrase-extract/extract-ordering-main.cpp: In member function ???void MosesTraining::ExtractTask::extract(MosesTraining::SentenceAlignment&)???:
phrase-extract/extract-ordering-main.cpp:392:28: warning: statement has no effect [-Wunused-value]
phrase-extract/extract-ordering-main.cpp: In function ???MosesTraining::REO_POS MosesTraining::getOrientPhraseModel(MosesTraining::SentenceAlignment&, MosesTraining::REO_MODEL_TYPE, bool, bool, int, int, int, int, int, int, int, bool (*)(int, int), bool (*)(int, int), const HSentenceVertices&, const HSentenceVertices&)???:
phrase-extract/extract-ordering-main.cpp:456:70: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
phrase-extract/extract-ordering-main.cpp:461:71: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
phrase-extract/extract-ordering-main.cpp: In member function ???void MosesTraining::ExtractTask::addPhrase(MosesTraining::SentenceAlignment&, int, int, int, int, std::string&)???:
phrase-extract/extract-ordering-main.cpp:649:46: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
gcc.link phrase-extract/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/extract-ordering
gcc.compile.c++ phrase-extract/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/ExtractionPhrasePair.o
gcc.compile.c++ phrase-extract/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/score-main.o
gcc.link phrase-extract/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/score
gcc.compile.c++ phrase-extract/bin/ScoreFeatureTest.test/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/ScoreFeatureTest.o
gcc.compile.c++ phrase-extract/bin/ScoreFeatureTest.test/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/Timer.o
gcc.compile.c++ phrase-extract/bin/ScoreFeatureTest.test/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/ExtractionPhrasePair.o
gcc.compile.c++ phrase-extract/bin/ScoreFeatureTest.test/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/Util.o
gcc.compile.c++ phrase-extract/lexical-reordering/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/InputFileStream.o
gcc.compile.c++ phrase-extract/lexical-reordering/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/reordering_classes.o
gcc.compile.c++ phrase-extract/lexical-reordering/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/score.o
gcc.compile.c++ phrase-extract/bin/ScoreFeatureTest.test/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/ThreadPool.o
gcc.link phrase-extract/lexical-reordering/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/lexical-reordering-score
gcc.link phrase-extract/bin/ScoreFeatureTest.test/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/ScoreFeatureTest
testing.capture-output phrase-extract/bin/ScoreFeatureTest.test/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/ScoreFeatureTest.run
**passed** phrase-extract/bin/ScoreFeatureTest.test/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/ScoreFeatureTest.test
gcc.compile.c++ phrase-extract/extract-ghkm/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/ComposedRule.o
gcc.compile.c++ phrase-extract/extract-ghkm/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/XmlTreeParser.o
gcc.compile.c++ phrase-extract/extract-ghkm/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/ScfgRuleWriter.o
gcc.compile.c++ phrase-extract/extract-ghkm/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/Main.o
gcc.compile.c++ phrase-extract/extract-ghkm/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/Span.o
gcc.compile.c++ phrase-extract/extract-ghkm/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/Subgraph.o
gcc.compile.c++ phrase-extract/extract-ghkm/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/ParseTree.o
gcc.compile.c++ phrase-extract/extract-ghkm/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/ScfgRule.o
gcc.compile.c++ phrase-extract/extract-ghkm/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/ExtractGHKM.o
phrase-extract/extract-ghkm/ExtractGHKM.cpp: In member function ???void Moses::GHKM::ExtractGHKM::WriteUnknownWordSoftMatches(const std::set<std::basic_string<char> >&, std::ostream&)???:
phrase-extract/extract-ghkm/ExtractGHKM.cpp:555:9: warning: statement has no effect [-Wunused-value]
gcc.compile.c++ phrase-extract/extract-ghkm/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/Alignment.o
gcc.compile.c++ phrase-extract/extract-ghkm/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/AlignmentGraph.o
gcc.compile.c++ phrase-extract/extract-ghkm/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/Node.o
gcc.compile.c++ phrase-extract/extract-ghkm/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/Timer.o
gcc.compile.c++ phrase-extract/extract-ghkm/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/Util.o
gcc.compile.c++ phrase-extract/pcfg-extract/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/rule_collection.o
gcc.compile.c++ phrase-extract/extract-ghkm/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/ThreadPool.o
gcc.link phrase-extract/extract-ghkm/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/extract-ghkm
gcc.compile.c++ phrase-extract/pcfg-extract/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/rule_extractor.o
gcc.compile.c++ phrase-extract/pcfg-extract/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/main.o
gcc.compile.c++ phrase-extract/pcfg-extract/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/pcfg_extract.o
gcc.compile.c++ phrase-extract/pcfg-common/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/xml_tree_parser.o
gcc.compile.c++ phrase-extract/pcfg-common/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/tool.o
gcc.compile.c++ phrase-extract/pcfg-common/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/Timer.o
...on 400th target...
gcc.compile.c++ phrase-extract/pcfg-common/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/Util.o
gcc.compile.c++ phrase-extract/pcfg-common/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/pcfg.o
gcc.compile.c++ phrase-extract/pcfg-score/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/tree_scorer.o
gcc.compile.c++ phrase-extract/pcfg-common/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/ThreadPool.o
gcc.archive phrase-extract/pcfg-common/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libpcfg_common.a
gcc.link phrase-extract/pcfg-extract/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/pcfg-extract
gcc.compile.c++ phrase-extract/pcfg-score/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/main.o
gcc.compile.c++ biconcor/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/Vocabulary.o
gcc.compile.c++ phrase-extract/pcfg-score/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/pcfg_score.o
gcc.compile.c++ biconcor/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/SuffixArray.o
gcc.link phrase-extract/pcfg-score/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/pcfg-score
gcc.compile.c++ biconcor/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/TargetCorpus.o
gcc.compile.c++ biconcor/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/Alignment.o
gcc.compile.c++ biconcor/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/Mismatch.o
biconcor/Mismatch.cpp: In member function ???void Mismatch::PrintClippedHTML(std::ostream*, int)???:
biconcor/Mismatch.cpp:228:3: warning: ???target_end??? may be used uninitialized in this function [-Wmaybe-uninitialized]
biconcor/Mismatch.cpp:249:3: warning: ???end_word??? may be used uninitialized in this function [-Wmaybe-uninitialized]
biconcor/Mismatch.cpp:59:6: warning: ???target_end??? may be used uninitialized in this function [-Wmaybe-uninitialized]
gcc.compile.c++ biconcor/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/PhrasePair.o
gcc.compile.c++ biconcor/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/biconcor.o
gcc.compile.c++ biconcor/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/base64.o
gcc.compile.c++ mira/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/HypothesisQueue.o
gcc.compile.c++ biconcor/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/PhrasePairCollection.o
biconcor/PhrasePairCollection.cpp: In member function ???void PhrasePairCollection::Print(bool) const???:
biconcor/PhrasePairCollection.cpp:110:43: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
biconcor/PhrasePairCollection.cpp:116:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
gcc.link biconcor/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/biconcor
gcc.compile.c++ mira/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/Perceptron.o
gcc.compile.c++ mira/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/Hildreth.o
gcc.compile.c++ mira/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/Decoder.o
gcc.compile.c++ mira/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/MiraOptimiser.o
mira/MiraOptimiser.cpp: In member function ???virtual size_t Mira::MiraOptimiser::updateWeightsHopeFear(Moses::ScoreComponentCollection&, const std::vector<std::vector<Moses::ScoreComponentCollection> >&, const std::vector<std::vector<Moses::ScoreComponentCollection> >&, const std::vector<std::vector<float> >&, const std::vector<std::vector<float> >&, const std::vector<std::vector<float> >&, const std::vector<std::vector<float> >&, float, size_t, size_t, int)???:
mira/MiraOptimiser.cpp:186:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
mira/MiraOptimiser.cpp:188:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
gcc.archive mira/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libmira_lib.a
gcc.compile.c++ contrib/server/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/mosesserver.o
gcc.link contrib/server/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/mosesserver
gcc.link /home/smtuser/SMT/StarMoses/bin/filter
gcc.link /home/smtuser/SMT/StarMoses/bin/moses_chart
gcc.link /home/smtuser/SMT/StarMoses/bin/moses
gcc.link /home/smtuser/SMT/StarMoses/bin/lmbrgrid
gcc.compile.c++ mira/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/Main.o
mira/Main.cpp: In function ???int main(int, char**)???:
mira/Main.cpp:670:12: warning: unused variable ???weightMixingThisEpoch??? [-Wunused-variable]
mira/Main.cpp:1568:13: warning: variable ???sendbuf_uint??? set but not used [-Wunused-but-set-variable]
mira/Main.cpp:1568:28: warning: variable ???recvbuf_uint??? set but not used [-Wunused-but-set-variable]
mira/Main.cpp:524:35: warning: unused variable ???featureFunctions??? [-Wunused-variable]
In file included from ./mert/BleuScorer.h:11:0,
from mira/Main.cpp:44:
./mert/ScopedVector.h: In instantiation of ???void MosesTuning::ScopedVector<T>::reset() [with T = MosesTuning::Reference]???:
./mert/ScopedVector.h:18:5: required from ???MosesTuning::ScopedVector<T>::~ScopedVector() [with T = MosesTuning::Reference]???
./mert/BleuScorer.h:78:100: required from here
./mert/ScopedVector.h:31:7: warning: possible problem detected in invocation of delete operator: [enabled by default]
./mert/ScopedVector.h:31:7: warning: invalid use of incomplete type ???class MosesTuning::Reference??? [enabled by default]
In file included from mira/Main.cpp:44:0:
./mert/BleuScorer.h:19:7: warning: forward declaration of ???class MosesTuning::Reference??? [enabled by default]
In file included from ./mert/BleuScorer.h:11:0,
from mira/Main.cpp:44:
./mert/ScopedVector.h:31:7: note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined
In file included from mira/Main.cpp:36:0:
mira/Optimiser.h:89:32: warning: ???scale_update??? may be used uninitialized in this function [-Wuninitialized]
mira/Main.cpp:82:8: note: ???scale_update??? was declared here
gcc.link /home/smtuser/SMT/StarMoses/bin/CreateOnDiskPt
gcc.compile.c++ /home/smtuser/SMT/StarMoses/lm/builder/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/lmplz_main.o
gcc.link mira/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/mira
gcc.compile.c++ /home/smtuser/SMT/StarMoses/util/stream/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/chain.o
gcc.compile.c++ /home/smtuser/SMT/StarMoses/util/stream/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/io.o
gcc.compile.c++ /home/smtuser/SMT/StarMoses/util/stream/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/line_input.o
gcc.link /home/smtuser/SMT/StarMoses/bin/queryOnDiskPt
gcc.link /home/smtuser/SMT/StarMoses/bin/mert
gcc.link /home/smtuser/SMT/StarMoses/bin/extractor
gcc.compile.c++ /home/smtuser/SMT/StarMoses/util/stream/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/multi_progress.o
gcc.link /home/smtuser/SMT/StarMoses/bin/evaluator
gcc.link /home/smtuser/SMT/StarMoses/bin/pro
gcc.link /home/smtuser/SMT/StarMoses/bin/kbmira
gcc.link /home/smtuser/SMT/StarMoses/bin/sentence-bleu
gcc.link /home/smtuser/SMT/StarMoses/bin/1-1-Extraction
gcc.link /home/smtuser/SMT/StarMoses/bin/TMining
gcc.link /home/smtuser/SMT/StarMoses/bin/generateSequences
gcc.link /home/smtuser/SMT/StarMoses/bin/processPhraseTable
gcc.link /home/smtuser/SMT/StarMoses/bin/processLexicalTable
gcc.link /home/smtuser/SMT/StarMoses/bin/queryPhraseTable
gcc.compile.c++ /home/smtuser/SMT/StarMoses/lm/builder/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/pipeline.o
gcc.link /home/smtuser/SMT/StarMoses/bin/queryLexicalTable
gcc.compile.c++ /home/smtuser/SMT/StarMoses/lm/builder/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/print.o
gcc.link /home/smtuser/SMT/StarMoses/bin/symal
gcc.link /home/smtuser/SMT/StarMoses/bin/consolidate-direct
gcc.link /home/smtuser/SMT/StarMoses/bin/extract-rules
gcc.link /home/smtuser/SMT/StarMoses/bin/consolidate
gcc.link /home/smtuser/SMT/StarMoses/bin/extract
gcc.link /home/smtuser/SMT/StarMoses/bin/relax-parse
gcc.link /home/smtuser/SMT/StarMoses/bin/consolidate-reverse
gcc.link /home/smtuser/SMT/StarMoses/bin/extract-lex
gcc.link /home/smtuser/SMT/StarMoses/bin/statistics
gcc.link /home/smtuser/SMT/StarMoses/bin/extract-ordering
gcc.compile.c++ /home/smtuser/SMT/StarMoses/lm/builder/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/initial_probabilities.o
gcc.link /home/smtuser/SMT/StarMoses/bin/score
gcc.link /home/smtuser/SMT/StarMoses/bin/lexical-reordering-score
gcc.link /home/smtuser/SMT/StarMoses/bin/extract-ghkm
gcc.link /home/smtuser/SMT/StarMoses/bin/pcfg-extract
gcc.link /home/smtuser/SMT/StarMoses/bin/pcfg-score
gcc.link /home/smtuser/SMT/StarMoses/bin/biconcor
gcc.compile.c++ /home/smtuser/SMT/StarMoses/lm/builder/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/adjust_counts.o
gcc.compile.c++ /home/smtuser/SMT/StarMoses/lm/builder/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/interpolate.o
gcc.link /home/smtuser/SMT/StarMoses/bin/mira
gcc.compile.c++ /home/smtuser/SMT/StarMoses/lm/builder/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/corpus_count.o
gcc.compile.c++ lm/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/fragment_main.o
gcc.link /home/smtuser/SMT/StarMoses/bin/mosesserver
gcc.link /home/smtuser/SMT/StarMoses/bin/lmplz
gcc.link /home/smtuser/SMT/StarMoses/bin/fragment
gcc.compile.c++ lm/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/query_main.o
gcc.link /home/smtuser/SMT/StarMoses/bin/query
gcc.compile.c++ lm/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/build_binary_main.o
gcc.link /home/smtuser/SMT/StarMoses/bin/build_binary
common.copy /home/smtuser/SMT/StarMoses/lib/libmoses.a
common.copy /home/smtuser/SMT/StarMoses/lib/libpcfg_common.a
common.copy /home/smtuser/SMT/StarMoses/lib/libmira_lib.a
common.copy /home/smtuser/SMT/StarMoses/lib/libmert_lib.a
gcc.compile.c++ lm/bin/left_test.test/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/left_test.o
gcc.link lm/bin/left_test.test/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/left_test
testing.capture-output lm/bin/left_test.test/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/left_test.run
**passed** lm/bin/left_test.test/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/left_test.test
gcc.compile.c++ lm/bin/partial_test.test/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/partial_test.o
gcc.link lm/bin/partial_test.test/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/partial_test
testing.capture-output lm/bin/partial_test.test/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/partial_test.run
**passed** lm/bin/partial_test.test/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/partial_test.test
gcc.compile.c++ util/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/read_compressed_test.o
gcc.compile.c++ util/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/file_piece_test.o
...on 500th target...
gcc.link util/bin/file_piece_test.test/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/file_piece_test
testing.capture-output util/bin/file_piece_test.test/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/file_piece_test.run
**passed** util/bin/file_piece_test.test/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/file_piece_test.test
gcc.compile.c++ util/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/pcqueue_test.o
gcc.link util/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/pcqueue_test
testing.unit-test util/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/pcqueue_test.passed
Running 1 test case...
*** No errors detected
gcc.compile.c++ util/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/bit_packing_test.o
gcc.link util/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/bit_packing_test
testing.unit-test util/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/bit_packing_test.passed
Running 5 test cases...
*** No errors detected
gcc.compile.c++ util/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/tokenize_piece_test.o
gcc.link util/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/tokenize_piece_test
testing.unit-test util/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/tokenize_piece_test.passed
Running 4 test cases...
*** No errors detected
gcc.compile.c++ util/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/probing_hash_table_test.o
gcc.link util/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/probing_hash_table_test
testing.unit-test util/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/probing_hash_table_test.passed
Running 2 test cases...
*** No errors detected
gcc.compile.c++ util/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/sorted_uniform_test.o
gcc.link util/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/sorted_uniform_test
testing.unit-test util/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/sorted_uniform_test.passed
Running 7 test cases...
*** No errors detected
gcc.compile.c++ util/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/multi_intersection_test.o
gcc.link util/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/multi_intersection_test
testing.unit-test util/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/multi_intersection_test.passed
Running 4 test cases...
*** No errors detected
gcc.compile.c++ util/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/joint_sort_test.o
gcc.link util/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/joint_sort_test
testing.unit-test util/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/joint_sort_test.passed
Running 4 test cases...
*** No errors detected
gcc.compile.c++ util/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/sized_iterator_test.o
gcc.link util/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/sized_iterator_test
testing.unit-test util/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/sized_iterator_test.passed
Running 1 test case...
*** No errors detected
gcc.compile.c++ lm/bin/model_test.test/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/model_test.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/MosesTest.o
gcc.link lm/bin/model_test.test/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/model_test
testing.capture-output lm/bin/model_test.test/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/model_test.run
**passed** lm/bin/model_test.test/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/model_test.test
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/FeatureVectorTest.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/AlignmentInfoTest.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/ScoreComponentCollectionTest.o
gcc.compile.c++ moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/MockHypothesis.o
gcc.compile.c++ moses/LM/bin/BackwardTest.test/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/BackwardTest.o
gcc.link moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/moses_test
testing.unit-test moses/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/moses_test.passed
Running 16 test cases...
*** No errors detected
gcc.compile.c++ moses/LM/bin/BackwardTest.test/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/Backward.o
gcc.compile.c++ moses/LM/bin/BackwardTest.test/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/BackwardLMState.o
gcc.compile.c++ moses/LM/bin/BackwardTest.test/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/Base.o
gcc.compile.c++ moses/LM/bin/BackwardTest.test/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/Joint.o
In file included from moses/LM/Joint.cpp:22:0:
moses/LM/Joint.h: In member function ???virtual bool Moses::LanguageModelJoint::Load(const string&, const std::vector<unsigned int>&, size_t)???:
moses/LM/Joint.h:81:3: warning: no return statement in function returning non-void [-Wreturn-type]
gcc.compile.c++ moses/LM/bin/BackwardTest.test/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/Implementation.o
gcc.compile.c++ moses/LM/bin/BackwardTest.test/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/MultiFactor.o
gcc.compile.c++ moses/LM/bin/BackwardTest.test/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/Remote.o
moses/LM/Remote.cpp: In member function ???virtual Moses::LMResult Moses::LanguageModelRemote::GetValue(const std::vector<const Moses::Word*>&, const void**) const???:
moses/LM/Remote.cpp:91:58: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
moses/LM/Remote.cpp:130:72: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
gcc.compile.c++ moses/LM/bin/BackwardTest.test/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/SingleFactor.o
gcc.compile.c++ moses/LM/bin/BackwardTest.test/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/Ken.o
gcc.compile.c++ moses/LM/bin/BackwardTest.test/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/SkeletonLM.o
gcc.link moses/LM/bin/BackwardTest.test/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/BackwardTest
testing.capture-output moses/LM/bin/BackwardTest.test/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/BackwardTest.run
====== BEGIN OUTPUT ======
Running 1 test case...
moses/LM/BackwardTest.cpp(162): error in "ProbingAll": difference{100%} between static_cast<double>(TransformLMScore( 0.0 )){0} and static_cast<double>(ngramScore){1.3724476843890443e-07} exceeds 0.01%
*** 1 failure detected in test suite "BackwardTest"
EXIT STATUS: 201
====== END OUTPUT ======
LD_LIBRARY_PATH="/home/smtuser/SMT/irstlm/lib:/home/smtuser/SMT/irstlm/lib64:/usr/bin:/usr/lib:/usr/lib32:/usr/lib64:/usr/local/src/boost_1_55_0/lib:/usr/local/src/boost_1_55_0/lib64:$LD_LIBRARY_PATH"
export LD_LIBRARY_PATH
"moses/LM/bin/BackwardTest.test/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/BackwardTest" "moses/LM/backward.arpa" > "moses/LM/bin/BackwardTest.test/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/BackwardTest.output" 2>&1
status=$?
echo >> "moses/LM/bin/BackwardTest.test/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/BackwardTest.output"
echo EXIT STATUS: $status >> "moses/LM/bin/BackwardTest.test/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/BackwardTest.output"
if test $status -eq 0 ; then
cp "moses/LM/bin/BackwardTest.test/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/BackwardTest.output" "moses/LM/bin/BackwardTest.test/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/BackwardTest.run"
fi
verbose=0
if test $status -ne 0 ; then
verbose=1
fi
if test $verbose -eq 1 ; then
echo ====== BEGIN OUTPUT ======
cat "moses/LM/bin/BackwardTest.test/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/BackwardTest.output"
echo ====== END OUTPUT ======
fi
exit $status
...failed testing.capture-output moses/LM/bin/BackwardTest.test/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/BackwardTest.run...
gcc.compile.c++ mert/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/BleuScorerTest.o
In file included from mert/BleuScorer.h:11:0,
from mert/BleuScorerTest.cpp:1:
mert/ScopedVector.h: In instantiation of ???void MosesTuning::ScopedVector<T>::reset() [with T = MosesTuning::Reference]???:
mert/ScopedVector.h:18:5: required from ???MosesTuning::ScopedVector<T>::~ScopedVector() [with T = MosesTuning::Reference]???
mert/BleuScorer.h:78:100: required from here
mert/ScopedVector.h:31:7: warning: possible problem detected in invocation of delete operator: [enabled by default]
mert/ScopedVector.h:31:7: warning: invalid use of incomplete type ???class MosesTuning::Reference??? [enabled by default]
In file included from mert/BleuScorerTest.cpp:1:0:
mert/BleuScorer.h:19:7: warning: forward declaration of ???class MosesTuning::Reference??? [enabled by default]
In file included from mert/BleuScorer.h:11:0,
from mert/BleuScorerTest.cpp:1:
mert/ScopedVector.h:31:7: note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined
...failed updating 1 target...
...skipped 1 target...
...updated 549 targets...
The build failed. If you need support, run:
./jam-files/bjam -a -q -j 2 --with-irstlm=/home/smtuser/SMT/irstlm --with-xmlrpc-c=/usr/local --debug-configuration -d2 |gzip >build.log.gz
then attach build.log.gz to your e-mail.
You MUST do 3 things before sending to the mailing list:
1. Subscribe to the mailing list at http://mailman.mit.edu/mailman/listinfo/moses-support
2. Attach build.log.gz to your e-mail
3. Say what is the EXACT command you executed when you got the error
ERROR
-------------- next part --------------
./bjam -a -q -j 2 --with-irstlm=/home/smtuser/SMT/irstlm --with-xmlrpc-c=/usr/local > build_out.txt
------------------------------
_______________________________________________
Moses-support mailing list
Moses-support@mit.edu
http://mailman.mit.edu/mailman/listinfo/moses-support
End of Moses-support Digest, Vol 90, Issue 23
*********************************************
Subscribe to:
Post Comments (Atom)
0 Response to "Moses-support Digest, Vol 90, Issue 23"
Post a Comment