VoxForge
I compile julian from source (julius-3.5.2.tar.gz, and then extracts it), because I need julian, not julius, by typing the command as follows:
$./configure --prefix=/home/riset/bin/julius-3.5.2 --enable-julian
The compile didn't work well because there are errors as follows:
$ ./configure --prefix=/home/riset/bin/julius-3.5.2 --enable-julian >a.txt
./configure: line 1033: cmp: command not found
./configure: line 714: cmp: command not found
configure: warning: no iconv, gram2sapixml.pl may not work
./configure: line 1331: cmp: command not found
./configure: line 1203: cmp: command not found
./configure: line 2009: cmp: command not found
configure: warning: not found
configure: warning: libsndfile enables AIFF AU SND NIST format for Julius.
It's available at http://www.mega-nerd.com/libsndfile/
./configure: line 3094: cmp: command not found
I don't understand the command "cmp" in "configure" file, because the file is already available. Can you help me? I haven't been able to run julian yet since 3 weeks ago. Thank you.
~amza
Hi amza,
>I don't understand the command "cmp" in "configure" file, because the file is already available.
using "man" for the cmp command:
$man cmp
NAME
cmp - compare two files
SYNOPSIS
cmp [-l | -s] file1 file2 [skip1 [skip2]]
DESCRIPTION
The cmp utility compares two files of any type and writes the results to the standard output. By default, cmp is silent if the files are the same; if they differ, the byte and line number at which the first difference occurred is reported.
Googling "cygwin cmp: command not found", I got this post:
It basically tells you that you need to install "diffutils" in Cygwin. I will update the Download page.
Ken
Hi amza,
It may be easier for you to just use the Julius 4.0 Windows binary from the Julius SourceForge site - it combines Julian and Julius in one build. I have not worked with it a lot, but it runs Julian grammars.
Ken