[Subject Prev][Subject Next][Thread Prev][Thread Next][Date Index][Thread Index]

[hts-users:00968] Re: question about feature extraction


Thanks Heiga et al.

I check out the SPTK version. There is a mssage list in messagebox:
U SPTK/src/script/grlogsp.in
U SPTK/src/script/gwave.in
cvs checkout: cwd=E:\HTS Open Source\HTS\SPTK\cvs ,current=E:\HTS Open Source\HTS\SPTK\cvs
Terminated with fatal signal 11

Use the download source codes and follow your introduction "aclocal, automake, autoconfig", the configure file appeared. But error appeared sequently as follows:

[root@sinovoic-072a75 src]# ./configure --prefix=/usr/local/SPTK-CVS
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking whether gcc and cc understand -c and -o together... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking for ranlib... ranlib
checking for ar... ar
checking for csh... /bin/csh
checking for log in -lm... yes
checking how to run the C preprocessor... gcc -E
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h.. . yes
checking for stdint.h... yes
checking for unistd.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking whether gcc needs -traditional... no
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for working strtod... yes
checking for pow... yes
checking for sqrt... yes
checking for bzero... yes
checking for memset... yes
checking for strrchr... yes
checking for rindex... yes
checking audio device... linux
checking sys/soundcard.h usability... yes
checking sys/soundcard.h presence... yes
checking for sys/soundcard.h... yes
configure: creating ./config.status
config.status: creating Makefile
.infig.status: error: cannot find input file: Makefile

Any help?

YF HAO

On Nov 20, 2007 10:46 AM, Heiga ZEN (Byung Ha CHUN) <zen@xxxxxxxxxxxxxxx> wrote:
Hi,

Yufeng Hao wrote (2007/11/20 11:41):

> The up -to-data CVS version is download.
> But free source are missed, such as "configure", and files in config/.
> Is that the same as the release version of SPTK v3.1?

Run autotools in src/ directory to generate "configure" as follows:

% aclocal

% automake -a -c

% autoconf

Regards,

Heiga ZEN (Byung Ha CHUN)

--
------------------------------------------------
 Heiga ZEN     (in Japanese pronunciation)
 Byung Ha CHUN (in Korean pronunciation)

 Department of Computer Science and Engineering
 Nagoya Institute of Technology
 Gokiso-cho, Showa-ku, Nagoya 466-8555 Japan

 http://www.sp.nitech.ac.jp/~zen
------------------------------------------------



References
[hts-users:00951] question about feature extraction, Yufeng Hao
[hts-users:00952] Re: question about feature extraction, Heiga ZEN (Byung Ha CHUN)
[hts-users:00953] Re: question about feature extraction, Yufeng Hao
[hts-users:00960] Re: question about feature extraction, Heiga ZEN (Byung Ha CHUN)
[hts-users:00966] Re: question about feature extraction, Yufeng Hao
[hts-users:00967] Re: question about feature extraction, Heiga ZEN (Byung Ha CHUN)