Dear Per, According to what you reported I can not see any problem. Could you check if you have the fast_align executable in the following path? ~/FastAlign/fast_align/
Make command compiles the source code and creates the executable in the same directory, named fast_align. What appears on your screen (g++ -Werror -Wall -O3 -I. src/fast_align.cc -o fast_align) is the command used for compiling the source code. -o flag defines the name of the target file, which in our case is fast_align. So, you have to look for a file with this name in the fast_align directory. Cheers, Amin On Sat, Feb 15, 2014 at 3:08 PM, Per Tunedal <[email protected]>wrote: > Hi, > followed the instructions: > mkdir /my/installation/dir > cd /my/installation/dir > git clone https://github.com/clab/fast_align.git > cd fast_align > make > > But got: > per@Pers-debian:~/FastAlign/fast_align$ make > g++ -Werror -Wall -O3 -I. src/fast_align.cc -o fast_align > > Any clue? > > Yours, > Per Tunedal > _______________________________________________ > 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
