Dear Amin, thank you very much! In deed I have succeeded. This was too simple and I was too tired. I just saw the word "error" and jumped to conclusions ... I'm sorry to bother you for this. Yours, Per Tunedal
On Sat, Feb 15, 2014, at 16:01, Amin Farajian wrote: 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 <[1][email protected]> wrote: Hi, followed the instructions: mkdir /my/installation/dir cd /my/installation/dir git clone [2]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 [3][email protected] [4]http://mailman.mit.edu/mailman/listinfo/moses-support References 1. mailto:[email protected] 2. https://github.com/clab/fast_align.git 3. mailto:[email protected] 4. http://mailman.mit.edu/mailman/listinfo/moses-support
_______________________________________________ Moses-support mailing list [email protected] http://mailman.mit.edu/mailman/listinfo/moses-support
