VoxForge
error occur when i was compiling julius 4 ,the massages are something like:
/usr/bin/install -c -d /root/julius-4.0//bin
/usr/bin/install -c generate-ngram /root/julius-4.0//bin
/usr/bin/install -c -d /root/julius-4.0//man/man1
/usr/bin/install -c -m 644 generate-ngram.man /root/julius-4.0//man/man1/generate-ngram.1
/usr/bin/install: cannot stat “generate-ngram.man”: no such file or filefolder
make[1]: *** [install.man] error 1
make[1]: Leaving directory `/root/julius-4.0/generate-ngram'
make: *** [install] error 2
my compile instructions are:
./configure --prefix=/root/julius4.0
make
make all
and the above error infos occured in "make all" step
Does anybody know why? TIA
--- (Edited on 2/29/2008 8:38 am [GMT-0600] by kay) ---
--- (Edited on 2/29/2008 8:38 am [GMT-0600] by kay) ---
Hi Kay,
I get the same error. Just ignore it.
It only relates to the "man" file (the manual page you get when you type "man" at the command line) for "generate-ngram" command. This might be already fixed on the Julius cvs repository, or you can locate the manual on the Julius website.
The binaries should have been created OK.
To confirm, locate your bin directory in "/root/julius4.0" and execute julius - it should come back with version number, and Copyright info:
$/root/julius4.0/bin/julius
Ken
--- (Edited on 2/29/2008 12:07 pm [GMT-0500] by kmaclean) ---
Great thanks to Ken.
I type "julius" at the command line,and I get the version info about julius 4.It really does not matter with the error.
Finally I get the latest codes via cvs,and it compiles correctly.
--- (Edited on 2/29/2008 6:39 pm [GMT-0600] by kay) ---
--- (Edited on 2/29/2008 6:40 pm [GMT-0600] by kay) ---