Some versions of the g++ compiler (3.4.x I think) have a bug that prevents this code from compiling properly. Working around the bug is not straightforward, so trying a different version of the compiler is probably your best bet.
Chris On Mon, Jul 7, 2008 at 10:00 PM, Vineet Kashyap <[EMAIL PROTECTED]> wrote: > Hi all > > I having problems getting the GIZA++ executable. > > The following are some of the errors i get when i run the make command > inside GIZA++-v2: > > model3_viterbi_with_tricks.cpp:578: instantiated from `void > > model3_viterbi_with_tricks.cpp:682: instantiated from here > > collCounts.cpp:257: error: call of overloaded > > collCounts.cpp:111: note: candidates are: double > > make: *** [optimized/model3_viterbi_with_tricks.o] Error 1 > > The following link has all the errors that came up: > > https://www.yousendit.com/download/TTdFTkZqY1NlM1RIRGc9PQ > > Can someone figure out what could be the problem? > i am very sure that i have the right version of GIZA++ > > i think its the files collCounts.cpp and model3_viterbi_with_tricks.cpp > having problems. > > Thanks > > > Vineet > > > _______________________________________________ > Moses-support mailing list > [email protected] > http://mailman.mit.edu/mailman/listinfo/moses-support > _______________________________________________ Moses-support mailing list [email protected] http://mailman.mit.edu/mailman/listinfo/moses-support
