OS: Ubuntu 11.04, Linux kernel: 2.6.38-8-generic, GCC 4.5.2,GNU make 3.81
我的编译环境完全符合要求啊,可是当我make Edinburgh Speech Tools时却出现如下错误:
/usr/bin/ld: cannot find -lcurses
/usr/bin/ld: cannot find -lncurses
collect2: ld returned 1 exit status
make[1]: *** [ch_lab] error 1
make: *** [main] error 2
请问这是什么问题啊?
下面是完整的configure 和 make 输出:
The following part is the output when I execute ./configure:
cherrot@Cherrot-TA880G-HD:~/Libraries/Festival/speech_tools$ ./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
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 ISO C89... none needed
checking for ranlib... ranlib
checking for ar... ar
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/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 whether byte ordering is bigendian... no
checking for tputs in -lncurses... no
configure: creating ./config.status
config.status: creating config/config
The following part is the whole output after I execute make:
cherrot@Cherrot-TA880G-HD:~/Libraries/Festival/speech_tools$ make
Making in directory ./siod ...
making dependencies -- siodeditline.c el_complete.c editline.c el_sys_unix.c slib.cc slib_core.cc slib_doc.cc slib_file.cc slib_format.cc slib_list.cc slib_math.cc slib_sys.cc slib_server.cc slib_str.cc slib_xtr.cc slib_repl.cc siod_fringe.cc siod_server.cc io.cc trace.cc EST_SiodServer.cc siod.cc siod_est.cc
gcc -c -fno-implicit-templates -O3 -Wall -DSUPPORT_EDITLINE -I../include slib.cc
gcc -c -fno-implicit-templates -O3 -Wall -DSUPPORT_EDITLINE -I../include slib_core.cc
gcc -c -fno-implicit-templates -O3 -Wall -DSUPPORT_EDITLINE -I../include slib_doc.cc
gcc -c -fno-implicit-templates -O3 -Wall -DSUPPORT_EDITLINE -I../include slib_file.cc
gcc -c -fno-implicit-templates -O3 -Wall -DSUPPORT_EDITLINE -I../include slib_format.cc
gcc -c -fno-implicit-templates -O3 -Wall -DSUPPORT_EDITLINE -I../include slib_list.cc
gcc -c -fno-implicit-templates -O3 -Wall -DSUPPORT_EDITLINE -I../include slib_math.cc
gcc -c -fno-implicit-templates -O3 -Wall -DSUPPORT_EDITLINE -I../include slib_sys.cc
slib_sys.cc: In function ‘obj* lsystem(obj*)’:
slib_sys.cc:36:31: warning: ignoring return value of ‘int system(const char*)’, declared with attribute warn_unused_result
slib_sys.cc: In function ‘obj* lchdir(obj*, obj*)’:
slib_sys.cc:57:13: warning: ignoring return value of ‘int chdir(const char*)’, declared with attribute warn_unused_result
slib_sys.cc:62:43: warning: ignoring return value of ‘int chdir(const char*)’, declared with attribute warn_unused_result
gcc -c -fno-implicit-templates -O3 -Wall -DSUPPORT_EDITLINE -I../include slib_server.cc
slib_server.cc: In function ‘void acknowledge_sock_print(obj*)’:
slib_server.cc:73:39: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’, declared with attribute warn_unused_result
slib_server.cc: In function ‘void sock_acknowledge_error()’:
slib_server.cc:61:36: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’, declared with attribute warn_unused_result
slib_server.cc: In function ‘obj* siod_send_lisp_to_client(obj*)’:
slib_server.cc:43:36: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’, declared with attribute warn_unused_result
gcc -c -fno-implicit-templates -O3 -Wall -DSUPPORT_EDITLINE -I../include slib_str.cc
gcc -c -fno-implicit-templates -O3 -Wall -DSUPPORT_EDITLINE -I../include slib_xtr.cc
slib_xtr.cc: In function ‘obj* array_fast_read(int, obj*)’:
slib_xtr.cc:523:49: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result
slib_xtr.cc:533:68: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result
slib_xtr.cc:543:64: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result
slib_xtr.cc: In function ‘long int get_long(FILE*)’:
slib_xtr.cc:345:28: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result
slib_xtr.cc: In function ‘obj* fast_read(obj*)’:
slib_xtr.cc:465:8: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result
slib_xtr.cc:471:30: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result
gcc -c -fno-implicit-templates -O3 -Wall -DSUPPORT_EDITLINE -I../include slib_repl.cc
gcc -c -fno-implicit-templates -O3 -Wall -DSUPPORT_EDITLINE -I../include siod_fringe.cc
gcc -c -fno-implicit-templates -O3 -Wall -DSUPPORT_EDITLINE -I../include siod_server.cc
gcc -c -fno-implicit-templates -O3 -Wall -DSUPPORT_EDITLINE -I../include io.cc
gcc -c -fno-implicit-templates -O3 -Wall -DSUPPORT_EDITLINE -I../include trace.cc
gcc -c -fno-implicit-templates -O3 -Wall -DSUPPORT_EDITLINE -I../include EST_SiodServer.cc
gcc -c -fno-implicit-templates -O3 -Wall -DSUPPORT_EDITLINE -I../include -DINSTANTIATE_TEMPLATES siod.cc
gcc -c -fno-implicit-templates -O3 -Wall -DSUPPORT_EDITLINE -I../include -DINSTANTIATE_TEMPLATES siod_est.cc
gcc -c -O3 -Wall -DSUPPORT_EDITLINE -I../include siodeditline.c
siodeditline.c: In function ‘siod_manual’:
siodeditline.c:154:5: warning: format not a string literal and no format arguments
gcc -c -O3 -Wall -DSUPPORT_EDITLINE -I../include el_complete.c
gcc -c -O3 -Wall -DSUPPORT_EDITLINE -I../include editline.c
editline.c: In function ‘TTYflush’:
editline.c:241:6: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result
gcc -c -O3 -Wall -DSUPPORT_EDITLINE -I../include el_sys_unix.c
look at library estools slib.o slib_core.o slib_doc.o slib_file.o slib_format.o slib_list.o slib_math.o slib_sys.o slib_server.o slib_str.o slib_xtr.o slib_repl.o siod_fringe.o siod_server.o io.o trace.o EST_SiodServer.o siod.o siod_est.o siodeditline.o el_complete.o editline.o el_sys_unix.o
Update library estools slib.o slib_core.o slib_doc.o slib_file.o slib_format.o slib_list.o slib_math.o slib_sys.o slib_server.o slib_str.o slib_xtr.o slib_repl.o siod_fringe.o siod_server.o io.o trace.o EST_SiodServer.o siod.o siod_est.o siodeditline.o el_complete.o editline.o el_sys_unix.o
a - slib.o
a - slib_core.o
a - slib_doc.o
a - slib_file.o
a - slib_format.o
a - slib_list.o
a - slib_math.o
a - slib_sys.o
a - slib_server.o
a - slib_str.o
a - slib_xtr.o
a - slib_repl.o
a - siod_fringe.o
a - siod_server.o
a - io.o
a - trace.o
a - EST_SiodServer.o
a - siod.o
a - siod_est.o
a - siodeditline.o
a - el_complete.o
a - editline.o
a - el_sys_unix.o
look at library estbase
look at library eststring
Making in directory ./rxp ...
making dependencies -- charset.c dtd.c string16.c url.c ctype16.c input.c stdio16.c system.c xmlparser.c XML_Parser.cc
gcc -c -O3 -Wall -DCHAR_SIZE=8 -I../include/rxp -I../include charset.c
gcc -c -O3 -Wall -DCHAR_SIZE=8 -I../include/rxp -I../include dtd.c
gcc -c -O3 -Wall -DCHAR_SIZE=8 -I../include/rxp -I../include string16.c
gcc -c -O3 -Wall -DCHAR_SIZE=8 -I../include/rxp -I../include url.c
gcc -c -O3 -Wall -DCHAR_SIZE=8 -I../include/rxp -I../include ctype16.c
gcc -c -O3 -Wall -DCHAR_SIZE=8 -I../include/rxp -I../include input.c
input.c: In function ‘SourceFromStream’:
input.c:61:5: warning: null argument where non-null required (argument 1)
input.c:61:5: warning: null argument where non-null required (argument 1)
gcc -c -O3 -Wall -DCHAR_SIZE=8 -I../include/rxp -I../include stdio16.c
gcc -c -O3 -Wall -DCHAR_SIZE=8 -I../include/rxp -I../include system.c
gcc -c -O3 -Wall -DCHAR_SIZE=8 -I../include/rxp -I../include xmlparser.c
xmlparser.c: In function ‘parse_dtd’:
xmlparser.c:1616:2: warning: null argument where non-null required (argument 1)
xmlparser.c:1616:2: warning: null argument where non-null required (argument 1)
xmlparser.c:1631:2: warning: null argument where non-null required (argument 1)
xmlparser.c:1631:2: warning: null argument where non-null required (argument 1)
gcc -c -fno-implicit-templates -O3 -Wall -DCHAR_SIZE=8 -I../include/rxp -I../include -DINSTANTIATE_TEMPLATES XML_Parser.cc
XML_Parser.cc: In member function ‘XML_Parser* XML_Parser_Class::make_parser(FILE*, EST_String, void*)’:
XML_Parser.cc:82:16: warning: null argument where non-null required (argument 1)
XML_Parser.cc:82:16: warning: null argument where non-null required (argument 1)
XML_Parser.cc: In member function ‘XML_Parser* XML_Parser_Class::make_parser(EST_String, void*)’:
XML_Parser.cc:113:16: warning: null argument where non-null required (argument 1)
XML_Parser.cc:113:16: warning: null argument where non-null required (argument 1)
look at library estools
look at library estbase charset.o dtd.o string16.o url.o ctype16.o input.o stdio16.o system.o xmlparser.o XML_Parser.o
Update library estbase charset.o dtd.o string16.o url.o ctype16.o input.o stdio16.o system.o xmlparser.o XML_Parser.o
a - charset.o
a - dtd.o
a - string16.o
a - url.o
a - ctype16.o
a - input.o
a - stdio16.o
a - system.o
a - xmlparser.o
a - XML_Parser.o
look at library eststring
Making in directory ./audio ...
making dependencies -- gen_audio.cc nas.cc esd.cc sun16audio.cc mplayer.cc win32audio.cc irixaudio.cc os2audio.cc macosxaudio.cc linux_sound.cc
gcc -c -fno-implicit-templates -O3 -Wall -DSUPPORT_VOXWARE -I../include gen_audio.cc
gen_audio.cc: In function ‘int play_aucomm_wave(EST_Wave&, EST_Option&)’:
gen_audio.cc:209:53: warning: ignoring return value of ‘int system(const char*)’, declared with attribute warn_unused_result
gcc -c -fno-implicit-templates -O3 -Wall -DSUPPORT_VOXWARE -I../include nas.cc
gcc -c -fno-implicit-templates -O3 -Wall -DSUPPORT_VOXWARE -I../include esd.cc
gcc -c -fno-implicit-templates -O3 -Wall -DSUPPORT_VOXWARE -I../include sun16audio.cc
gcc -c -fno-implicit-templates -O3 -Wall -DSUPPORT_VOXWARE -I../include mplayer.cc
gcc -c -fno-implicit-templates -O3 -Wall -DSUPPORT_VOXWARE -I../include win32audio.cc
gcc -c -fno-implicit-templates -O3 -Wall -DSUPPORT_VOXWARE -I../include irixaudio.cc
gcc -c -fno-implicit-templates -O3 -Wall -DSUPPORT_VOXWARE -I../include os2audio.cc
gcc -c -fno-implicit-templates -O3 -Wall -DSUPPORT_VOXWARE -I../include macosxaudio.cc
gcc -c -fno-implicit-templates -O3 -Wall -DSUPPORT_VOXWARE -I../include linux_sound.cc
linux_sound.cc:80:29: warning: deprecated conversion from string constant to ‘char*’
linux_sound.cc: In function ‘int play_linux_wave(EST_Wave&, EST_Option&)’:
linux_sound.cc:159:16: warning: deprecated conversion from string constant to ‘char*’
linux_sound.cc: In function ‘int record_linux_wave(EST_Wave&, EST_Option&)’:
linux_sound.cc:286:16: warning: deprecated conversion from string constant to ‘char*’
look at library estools
look at library estbase gen_audio.o nas.o esd.o sun16audio.o mplayer.o win32audio.o irixaudio.o os2audio.o macosxaudio.o linux_sound.o
Update library estbase gen_audio.o nas.o esd.o sun16audio.o mplayer.o win32audio.o irixaudio.o os2audio.o macosxaudio.o linux_sound.o
a - gen_audio.o
a - nas.o
a - esd.o
a - sun16audio.o
a - mplayer.o
a - win32audio.o
a - irixaudio.o
a - os2audio.o
a - macosxaudio.o
a - linux_sound.o
look at library eststring
Making in directory ./utils ...
making dependencies -- cmd_line.cc util_io.cc filetrans.cc cmd_line_aux.cc EST_swapping.cc EST_Server.cc EST_FringeServer.cc est_file.cc EST_ServiceTable.cc EST_cutils.c EST_error.c walloc.c system_specific_unix.c
gcc -c -fno-implicit-templates -O3 -Wall -I../include cmd_line.cc
cmd_line.cc: In function ‘void output_sgml_synopsis(char**, const EST_String&)’:
cmd_line.cc:463:62: warning: format not a string literal and no format arguments
gcc -c -fno-implicit-templates -O3 -Wall -I../include util_io.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../include filetrans.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../include cmd_line_aux.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../include EST_swapping.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../include EST_Server.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../include EST_FringeServer.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../include -DINSTANTIATE_TEMPLATES est_file.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../include -DINSTANTIATE_TEMPLATES EST_ServiceTable.cc
gcc -c -O3 -Wall -I../include -DESTNAME='Edinburgh Speech Tools Library' -DESTDATE='November 2010' -DESTVERSION='2.1' -DESTLIBDIRC='/home/cherrot/Libraries/Festival/speech_tools/lib' -DESTSTATE='release' -DESTOSTYPE='unknown_DebianGNULinux' EST_cutils.c
gcc -c -O3 -Wall -I../include EST_error.c
gcc -c -O3 -Wall -I../include walloc.c
gcc -c -O3 -Wall -I../include system_specific_unix.c
look at library estools
look at library estbase cmd_line.o util_io.o filetrans.o cmd_line_aux.o EST_swapping.o EST_Server.o EST_FringeServer.o est_file.o EST_ServiceTable.o EST_cutils.o EST_error.o walloc.o system_specific_unix.o
Update library estbase cmd_line.o util_io.o filetrans.o cmd_line_aux.o EST_swapping.o EST_Server.o EST_FringeServer.o est_file.o EST_ServiceTable.o EST_cutils.o EST_error.o walloc.o system_specific_unix.o
a - cmd_line.o
a - util_io.o
a - filetrans.o
a - cmd_line_aux.o
a - EST_swapping.o
a - EST_Server.o
a - EST_FringeServer.o
a - est_file.o
a - EST_ServiceTable.o
a - EST_cutils.o
a - EST_error.o
a - walloc.o
a - system_specific_unix.o
look at library eststring walloc.o
Update library eststring walloc.o
a - walloc.o
Making in directory ./base_class ...
making dependencies -- EST_UList.cc EST_Option.cc EST_StringTrie.cc EST_Token.cc vec_mat_aux.cc EST_Pathname_unix.cc THash_aux.cc EST_FMatrix.cc EST_Complex.cc EST_Val.cc EST_matrix_support.cc rateconv.cc EST_IMatrix.cc EST_SMatrix.cc EST_DMatrix.cc vec_mat_aux_d.cc EST_FeatureData.cc EST_slist_aux.cc EST_svec_aux.cc EST_ilist_aux.cc EST_features_aux.cc EST_features_io.cc vec_mat_aux_i.cc EST_Featured.cc EST_Features.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../include EST_UList.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../include EST_Option.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../include EST_StringTrie.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../include EST_Token.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../include vec_mat_aux.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../include EST_Pathname_unix.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../include THash_aux.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../include EST_FMatrix.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../include EST_Complex.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../include EST_Val.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../include EST_matrix_support.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../include -O3 rateconv.cc -o rateconv.o
rateconv.cc: In function ‘int filtering_on_buffers(float*, int, float*, int, float*, int, int, int, int)’:
rateconv.cc:387:43: warning: operation on ‘outidx’ may be undefined
gcc -c -fno-implicit-templates -O3 -Wall -I../include EST_IMatrix.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../include EST_SMatrix.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../include EST_DMatrix.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../include vec_mat_aux_d.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../include EST_FeatureData.cc
EST_FeatureData.cc: In member function ‘EST_read_status EST_FeatureData::load(const EST_String&)’:
EST_FeatureData.cc:467:24: warning: ‘p.EST_TStructIterator<EST_Features, EST_Features::IPointer, EST_TKVI<EST_String, EST_Val> >::<anonymous>.EST_TIterator<EST_Features, EST_Features::IPointer, EST_TKVI<EST_String, EST_Val> >::pointer.EST_Features::IPointer::i.EST_TRwStructIterator<EST_TKVL<EST_String, EST_Val>, EST_TKVL<EST_String, EST_Val>::IPointer, EST_TKVI<EST_String, EST_Val> >::<anonymous>.EST_TRwIterator<EST_TKVL<EST_String, EST_Val>, EST_TKVL<EST_String, EST_Val>::IPointer, EST_TKVI<EST_String, EST_Val> >::<anonymous>.EST_TIterator<EST_TKVL<EST_String, EST_Val>, EST_TKVL<EST_String, EST_Val>::IPointer, EST_TKVI<EST_String, EST_Val> >::pointer.EST_TKVL<EST_String, EST_Val>::IPointer::p’ may be used uninitialized in this function
gcc -c -fno-implicit-templates -O3 -Wall -I../include EST_slist_aux.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../include EST_svec_aux.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../include EST_ilist_aux.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../include EST_features_aux.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../include EST_features_io.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../include vec_mat_aux_i.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../include -DINSTANTIATE_TEMPLATES EST_Featured.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../include -DINSTANTIATE_TEMPLATES EST_Features.cc
look at library estools
look at library estbase EST_UList.o EST_Option.o EST_StringTrie.o EST_Token.o vec_mat_aux.o EST_Pathname_unix.o THash_aux.o EST_FMatrix.o EST_Complex.o EST_Val.o EST_matrix_support.o rateconv.o EST_IMatrix.o EST_SMatrix.o EST_DMatrix.o vec_mat_aux_d.o EST_FeatureData.o EST_slist_aux.o EST_svec_aux.o EST_ilist_aux.o EST_features_aux.o EST_features_io.o vec_mat_aux_i.o EST_Featured.o EST_Features.o
Update library estbase EST_UList.o EST_Option.o EST_StringTrie.o EST_Token.o vec_mat_aux.o EST_Pathname_unix.o THash_aux.o EST_FMatrix.o EST_Complex.o EST_Val.o EST_matrix_support.o rateconv.o EST_IMatrix.o EST_SMatrix.o EST_DMatrix.o vec_mat_aux_d.o EST_FeatureData.o EST_slist_aux.o EST_svec_aux.o EST_ilist_aux.o EST_features_aux.o EST_features_io.o vec_mat_aux_i.o EST_Featured.o EST_Features.o
a - EST_UList.o
a - EST_Option.o
a - EST_StringTrie.o
a - EST_Token.o
a - vec_mat_aux.o
a - EST_Pathname_unix.o
a - THash_aux.o
a - EST_FMatrix.o
a - EST_Complex.o
a - EST_Val.o
a - EST_matrix_support.o
a - rateconv.o
a - EST_IMatrix.o
a - EST_SMatrix.o
a - EST_DMatrix.o
a - vec_mat_aux_d.o
a - EST_FeatureData.o
a - EST_slist_aux.o
a - EST_svec_aux.o
a - EST_ilist_aux.o
a - EST_features_aux.o
a - EST_features_io.o
a - vec_mat_aux_i.o
a - EST_Featured.o
a - EST_Features.o
look at library eststring
Making in directory base_class/string ...
making dependencies -- EST_String.cc EST_Regex.cc EST_Chunk.cc regexp.cc regerror.c regsub.c EST_strcasecmp.c
gcc -c -fno-implicit-templates -O3 -Wall -I. -I../../include EST_String.cc
gcc -c -fno-implicit-templates -O3 -Wall -I. -I../../include EST_Regex.cc
gcc -c -fno-implicit-templates -O3 -Wall -I. -I../../include EST_Chunk.cc
gcc -c -fno-implicit-templates -O3 -Wall -I. -I../../include regexp.cc
gcc -c -O3 -Wall -I. -I../../include regerror.c
gcc -c -O3 -Wall -I. -I../../include regsub.c
gcc -c -O3 -Wall -I. -I../../include EST_strcasecmp.c
look at library estools
look at library estbase
look at library eststring EST_String.o EST_Regex.o EST_Chunk.o regexp.o regerror.o regsub.o EST_strcasecmp.o
Update library eststring EST_String.o EST_Regex.o EST_Chunk.o regexp.o regerror.o regsub.o EST_strcasecmp.o
a - EST_String.o
a - EST_Regex.o
a - EST_Chunk.o
a - regexp.o
a - regerror.o
a - regsub.o
a - EST_strcasecmp.o
Making in directory base_class/inst_tmpl ...
making dependencies -- list_i_t.cc list_si_t.cc list_f_t.cc list_d_t.cc list_c_t.cc list_s_t.cc list_val_t.cc list_li_t.cc list_vs_t.cc list_vi_t.cc matrix_i_t.cc matrix_si_t.cc matrix_f_t.cc matrix_d_t.cc matrix_s_t.cc matrix_val_t.cc vector_i_t.cc vector_si_t.cc vector_f_t.cc vector_d_t.cc vector_c_t.cc vector_s_t.cc vector_val_t.cc vector_ls_t.cc vector_fvector_t.cc vector_fmatrix_t.cc vector_dvector_t.cc vector_dmatrix_t.cc kvl_fi_t.cc kvl_ii_t.cc kvl_sd_t.cc kvl_sf_t.cc kvl_ss_t.cc kvl_si_t.cc kvl_sv_t.cc kvl_rs_t.cc kvl_vpi_t.cc hash_fi_t.cc hash_ii_t.cc hash_sd_t.cc hash_sf_t.cc hash_ss_t.cc hash_si_t.cc hash_sv_t.cc hash_iv_t.cc hash_sfmp_t.cc hash_srp.cc tbuffer_t.cc deq_s_t.cc deq_i_t.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../../include -DINSTANTIATE_TEMPLATES list_i_t.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../../include -DINSTANTIATE_TEMPLATES list_si_t.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../../include -DINSTANTIATE_TEMPLATES list_f_t.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../../include -DINSTANTIATE_TEMPLATES list_d_t.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../../include -DINSTANTIATE_TEMPLATES list_c_t.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../../include -DINSTANTIATE_TEMPLATES list_s_t.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../../include -DINSTANTIATE_TEMPLATES list_val_t.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../../include -DINSTANTIATE_TEMPLATES list_li_t.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../../include -DINSTANTIATE_TEMPLATES list_vs_t.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../../include -DINSTANTIATE_TEMPLATES list_vi_t.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../../include -DINSTANTIATE_TEMPLATES matrix_i_t.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../../include -DINSTANTIATE_TEMPLATES matrix_si_t.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../../include -DINSTANTIATE_TEMPLATES matrix_f_t.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../../include -DINSTANTIATE_TEMPLATES matrix_d_t.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../../include -DINSTANTIATE_TEMPLATES matrix_s_t.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../../include -DINSTANTIATE_TEMPLATES matrix_val_t.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../../include -DINSTANTIATE_TEMPLATES vector_i_t.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../../include -DINSTANTIATE_TEMPLATES vector_si_t.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../../include -DINSTANTIATE_TEMPLATES vector_f_t.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../../include -DINSTANTIATE_TEMPLATES vector_d_t.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../../include -DINSTANTIATE_TEMPLATES vector_c_t.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../../include -DINSTANTIATE_TEMPLATES vector_s_t.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../../include -DINSTANTIATE_TEMPLATES vector_val_t.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../../include -DINSTANTIATE_TEMPLATES vector_ls_t.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../../include -DINSTANTIATE_TEMPLATES vector_fvector_t.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../../include -DINSTANTIATE_TEMPLATES vector_fmatrix_t.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../../include -DINSTANTIATE_TEMPLATES vector_dvector_t.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../../include -DINSTANTIATE_TEMPLATES vector_dmatrix_t.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../../include -DINSTANTIATE_TEMPLATES kvl_fi_t.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../../include -DINSTANTIATE_TEMPLATES kvl_ii_t.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../../include -DINSTANTIATE_TEMPLATES kvl_sd_t.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../../include -DINSTANTIATE_TEMPLATES kvl_sf_t.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../../include -DINSTANTIATE_TEMPLATES kvl_ss_t.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../../include -DINSTANTIATE_TEMPLATES kvl_si_t.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../../include -DINSTANTIATE_TEMPLATES kvl_sv_t.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../../include -DINSTANTIATE_TEMPLATES kvl_rs_t.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../../include -DINSTANTIATE_TEMPLATES kvl_vpi_t.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../../include -DINSTANTIATE_TEMPLATES hash_fi_t.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../../include -DINSTANTIATE_TEMPLATES hash_ii_t.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../../include -DINSTANTIATE_TEMPLATES hash_sd_t.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../../include -DINSTANTIATE_TEMPLATES hash_sf_t.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../../include -DINSTANTIATE_TEMPLATES hash_ss_t.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../../include -DINSTANTIATE_TEMPLATES hash_si_t.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../../include -DINSTANTIATE_TEMPLATES hash_sv_t.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../../include -DINSTANTIATE_TEMPLATES hash_iv_t.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../../include -DINSTANTIATE_TEMPLATES hash_sfmp_t.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../../include -DINSTANTIATE_TEMPLATES hash_srp.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../../include -DINSTANTIATE_TEMPLATES tbuffer_t.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../../include -DINSTANTIATE_TEMPLATES deq_s_t.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../../include -DINSTANTIATE_TEMPLATES deq_i_t.cc
look at library estools
look at library estbase list_i_t.o list_si_t.o list_f_t.o list_d_t.o list_c_t.o list_s_t.o list_val_t.o list_li_t.o list_vs_t.o list_vi_t.o matrix_i_t.o matrix_si_t.o matrix_f_t.o matrix_d_t.o matrix_s_t.o matrix_val_t.o vector_i_t.o vector_si_t.o vector_f_t.o vector_d_t.o vector_c_t.o vector_s_t.o vector_val_t.o vector_ls_t.o vector_fvector_t.o vector_fmatrix_t.o vector_dvector_t.o vector_dmatrix_t.o kvl_fi_t.o kvl_ii_t.o kvl_sd_t.o kvl_sf_t.o kvl_ss_t.o kvl_si_t.o kvl_sv_t.o kvl_rs_t.o kvl_vpi_t.o hash_fi_t.o hash_ii_t.o hash_sd_t.o hash_sf_t.o hash_ss_t.o hash_si_t.o hash_sv_t.o hash_iv_t.o hash_sfmp_t.o hash_srp.o tbuffer_t.o deq_s_t.o deq_i_t.o
Update library estbase list_i_t.o list_si_t.o list_f_t.o list_d_t.o list_c_t.o list_s_t.o list_val_t.o list_li_t.o list_vs_t.o list_vi_t.o matrix_i_t.o matrix_si_t.o matrix_f_t.o matrix_d_t.o matrix_s_t.o matrix_val_t.o vector_i_t.o vector_si_t.o vector_f_t.o vector_d_t.o vector_c_t.o vector_s_t.o vector_val_t.o vector_ls_t.o vector_fvector_t.o vector_fmatrix_t.o vector_dvector_t.o vector_dmatrix_t.o kvl_fi_t.o kvl_ii_t.o kvl_sd_t.o kvl_sf_t.o kvl_ss_t.o kvl_si_t.o kvl_sv_t.o kvl_rs_t.o kvl_vpi_t.o hash_fi_t.o hash_ii_t.o hash_sd_t.o hash_sf_t.o hash_ss_t.o hash_si_t.o hash_sv_t.o hash_iv_t.o hash_sfmp_t.o hash_srp.o tbuffer_t.o deq_s_t.o deq_i_t.o
a - list_i_t.o
a - list_si_t.o
a - list_f_t.o
a - list_d_t.o
a - list_c_t.o
a - list_s_t.o
a - list_val_t.o
a - list_li_t.o
a - list_vs_t.o
a - list_vi_t.o
a - matrix_i_t.o
a - matrix_si_t.o
a - matrix_f_t.o
a - matrix_d_t.o
a - matrix_s_t.o
a - matrix_val_t.o
a - vector_i_t.o
a - vector_si_t.o
a - vector_f_t.o
a - vector_d_t.o
a - vector_c_t.o
a - vector_s_t.o
a - vector_val_t.o
a - vector_ls_t.o
a - vector_fvector_t.o
a - vector_fmatrix_t.o
a - vector_dvector_t.o
a - vector_dmatrix_t.o
a - kvl_fi_t.o
a - kvl_ii_t.o
a - kvl_sd_t.o
a - kvl_sf_t.o
a - kvl_ss_t.o
a - kvl_si_t.o
a - kvl_sv_t.o
a - kvl_rs_t.o
a - kvl_vpi_t.o
a - hash_fi_t.o
a - hash_ii_t.o
a - hash_sd_t.o
a - hash_sf_t.o
a - hash_ss_t.o
a - hash_si_t.o
a - hash_sv_t.o
a - hash_iv_t.o
a - hash_sfmp_t.o
a - hash_srp.o
a - tbuffer_t.o
a - deq_s_t.o
a - deq_i_t.o
look at library eststring
Making in directory ./ling_class ...
making dependencies -- EST_Item.cc EST_Item_Content.cc item_aux.cc EST_relation_aux.cc EST_relation_track.cc relation_io.cc EST_relation_compare.cc standard_feature_functions.cc EST_Relation_mls.cc EST_item_aux.cc EST_item_content_aux.cc EST_Relation.cc EST_UtteranceFile.cc genxml.cc EST_utterance_aux.cc ling_class_init.cc ling_t.cc EST_Utterance.cc item_feats.cc apml.cc solexml.cc EST_FeatureFunctionPackage.cc EST_FeatureFunctionContext.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../include EST_Item.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../include EST_Item_Content.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../include item_aux.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../include EST_relation_aux.cc
EST_relation_aux.cc: In function ‘int edit_labels(EST_Relation&, EST_String)’:
EST_relation_aux.cc:116:20: warning: ignoring return value of ‘int system(const char*)’, declared with attribute warn_unused_result
EST_relation_aux.cc:127:27: warning: ignoring return value of ‘int fscanf(FILE*, const char*, ...)’, declared with attribute warn_unused_result
gcc -c -fno-implicit-templates -O3 -Wall -I../include EST_relation_track.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../include relation_io.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../include EST_relation_compare.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../include standard_feature_functions.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../include EST_Relation_mls.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../include EST_item_aux.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../include EST_item_content_aux.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../include EST_Relation.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../include -DINSTANTIATE_TEMPLATES -DINCLUDE_XML_FORMATS EST_UtteranceFile.cc
EST_UtteranceFile.cc: In static member function ‘static EST_read_status EST_UtteranceFile::load_genxml(EST_TokenStream&, EST_Utterance&, int&)’:
EST_UtteranceFile.cc:464:25: warning: ignoring return value of ‘char* fgets(char*, int, FILE*)’, declared with attribute warn_unused_result
EST_UtteranceFile.cc: In static member function ‘static EST_read_status EST_UtteranceFile::load_apml(EST_TokenStream&, EST_Utterance&, int&)’:
EST_UtteranceFile.cc:426:25: warning: ignoring return value of ‘char* fgets(char*, int, FILE*)’, declared with attribute warn_unused_result
EST_UtteranceFile.cc:431:25: warning: ignoring return value of ‘char* fgets(char*, int, FILE*)’, declared with attribute warn_unused_result
gcc -c -fno-implicit-templates -O3 -Wall -I../include -DINSTANTIATE_TEMPLATES -DESTLIBDIRC='/home/cherrot/Libraries/Festival/speech_tools/lib' genxml.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../include -DINSTANTIATE_TEMPLATES -DINCLUDE_XML_FORMATS EST_utterance_aux.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../include -DINSTANTIATE_TEMPLATES -DINCLUDE_XML_FORMATS ling_class_init.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../include -DINSTANTIATE_TEMPLATES ling_t.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../include -DINSTANTIATE_TEMPLATES EST_Utterance.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../include -DINSTANTIATE_TEMPLATES item_feats.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../include -DINSTANTIATE_TEMPLATES apml.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../include -DINSTANTIATE_TEMPLATES solexml.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../include -DINSTANTIATE_TEMPLATES EST_FeatureFunctionPackage.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../include -DINSTANTIATE_TEMPLATES EST_FeatureFunctionContext.cc
look at library estools
look at library estbase EST_Item.o EST_Item_Content.o item_aux.o EST_relation_aux.o EST_relation_track.o relation_io.o EST_relation_compare.o standard_feature_functions.o EST_Relation_mls.o EST_item_aux.o EST_item_content_aux.o EST_Relation.o EST_UtteranceFile.o genxml.o EST_utterance_aux.o ling_class_init.o ling_t.o EST_Utterance.o item_feats.o apml.o solexml.o EST_FeatureFunctionPackage.o EST_FeatureFunctionContext.o
Update library estbase EST_Item.o EST_Item_Content.o item_aux.o EST_relation_aux.o EST_relation_track.o relation_io.o EST_relation_compare.o standard_feature_functions.o EST_Relation_mls.o EST_item_aux.o EST_item_content_aux.o EST_Relation.o EST_UtteranceFile.o genxml.o EST_utterance_aux.o ling_class_init.o ling_t.o EST_Utterance.o item_feats.o apml.o solexml.o EST_FeatureFunctionPackage.o EST_FeatureFunctionContext.o
a - EST_Item.o
a - EST_Item_Content.o
a - item_aux.o
a - EST_relation_aux.o
a - EST_relation_track.o
a - relation_io.o
a - EST_relation_compare.o
a - standard_feature_functions.o
a - EST_Relation_mls.o
a - EST_item_aux.o
a - EST_item_content_aux.o
a - EST_Relation.o
a - EST_UtteranceFile.o
a - genxml.o
a - EST_utterance_aux.o
a - ling_class_init.o
a - ling_t.o
a - EST_Utterance.o
a - item_feats.o
a - apml.o
a - solexml.o
a - EST_FeatureFunctionPackage.o
a - EST_FeatureFunctionContext.o
look at library eststring
Making in directory ./speech_class ...
making dependencies -- EST_Wave.cc EST_track_aux.cc EST_wave_temp.cc EST_wave_cuts.cc ssff.cc esps_io.cc esps_utils.cc EST_wave_io.cc EST_wave_utils.cc EST_TrackMap.cc EST_Track.cc wave_t.cc track_t.cc EST_wave_aux.cc EST_TrackFile.cc EST_WaveFile.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../include EST_Wave.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../include EST_track_aux.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../include EST_wave_temp.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../include EST_wave_cuts.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../include ssff.cc
ssff.cc: In static member function ‘static EST_write_status EST_TrackFile::save_ssff_ts(FILE*, EST_Track)’:
ssff.cc:270:31: warning: ‘p.EST_TStructIterator<EST_Featured, EST_Featured::IPointer_feat, EST_TKVI<EST_String, EST_Val> >::<anonymous>.EST_TIterator<EST_Featured, EST_Featured::IPointer_feat, EST_TKVI<EST_String, EST_Val> >::pointer.EST_Featured::IPointer_feat::i.EST_TRwStructIterator<EST_Features, EST_Features::IPointer, EST_TKVI<EST_String, EST_Val> >::<anonymous>.EST_TRwIterator<EST_Features, EST_Features::IPointer, EST_TKVI<EST_String, EST_Val> >::<anonymous>.EST_TIterator<EST_Features, EST_Features::IPointer, EST_TKVI<EST_String, EST_Val> >::pointer.EST_Features::IPointer::i.EST_TRwStructIterator<EST_TKVL<EST_String, EST_Val>, EST_TKVL<EST_String, EST_Val>::IPointer, EST_TKVI<EST_String, EST_Val> >::<anonymous>.EST_TRwIterator<EST_TKVL<EST_String, EST_Val>, EST_TKVL<EST_String, EST_Val>::IPointer, EST_TKVI<EST_String, EST_Val> >::<anonymous>.EST_TIterator<EST_TKVL<EST_String, EST_Val>, EST_TKVL<EST_String, EST_Val>::IPointer, EST_TKVI<EST_String, EST_Val> >::pointer.EST_TKVL<EST_String, EST_Val>::IPointer::p’ may be used uninitialized in this function
gcc -c -fno-implicit-templates -O3 -Wall -I../include esps_io.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../include esps_utils.cc
esps_utils.cc: In function ‘EST_read_status read_esps_hdr(ESPS_HDR_struct**, FILE*)’:
esps_utils.cc:985:43: warning: dereferencing type-punned pointer will break strict-aliasing rules
esps_utils.cc:936:43: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result
esps_utils.cc:946:35: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result
esps_utils.cc:1002:24: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result
esps_utils.cc:1012:26: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result
esps_utils.cc:1017:27: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result
esps_utils.cc:1020:27: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result
esps_utils.cc:1023:27: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result
esps_utils.cc:1026:27: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result
esps_utils.cc:1029:27: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result
esps_utils.cc:1044:32: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result
esps_utils.cc: In function ‘char* esps_get_field_name(FILE*, ESPS_HDR_struct*, int)’:
esps_utils.cc:652:26: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result
esps_utils.cc: In function ‘ESPS_FEA_struct* read_esps_fea(FILE*, ESPS_HDR_struct*)’:
esps_utils.cc:548:25: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result
esps_utils.cc:553:22: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result
esps_utils.cc:563:22: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result
esps_utils.cc:574:35: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result
esps_utils.cc:580:25: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result
esps_utils.cc:583:25: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result
esps_utils.cc:593:26: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result
esps_utils.cc:598:26: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result
esps_utils.cc:603:26: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result
esps_utils.cc:608:26: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result
esps_utils.cc:613:26: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result
gcc -c -fno-implicit-templates -O3 -Wall -I../include EST_wave_io.cc
EST_wave_io.cc: In function ‘EST_read_status load_wave_nist(EST_TokenStream&, short int**, int*, int*, int*, int*, EST_sample_type_t*, int*, int, int)’:
EST_wave_io.cc:213:16: warning: ignoring return value of ‘int system(const char*)’, declared with attribute warn_unused_result
gcc -c -fno-implicit-templates -O3 -Wall -I../include EST_wave_utils.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../include -DINSTANTIATE_TEMPLATES EST_TrackMap.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../include -DINSTANTIATE_TEMPLATES EST_Track.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../include -DINSTANTIATE_TEMPLATES wave_t.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../include -DINSTANTIATE_TEMPLATES track_t.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../include -DINSTANTIATE_TEMPLATES EST_wave_aux.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../include -DINSTANTIATE_TEMPLATES EST_TrackFile.cc
EST_TrackFile.cc: In static member function ‘static EST_write_status EST_TrackFile::save_est_ts(FILE*, EST_Track)’:
EST_TrackFile.cc:757:31: warning: ‘p.EST_TStructIterator<EST_Featured, EST_Featured::IPointer_feat, EST_TKVI<EST_String, EST_Val> >::<anonymous>.EST_TIterator<EST_Featured, EST_Featured::IPointer_feat, EST_TKVI<EST_String, EST_Val> >::pointer.EST_Featured::IPointer_feat::i.EST_TRwStructIterator<EST_Features, EST_Features::IPointer, EST_TKVI<EST_String, EST_Val> >::<anonymous>.EST_TRwIterator<EST_Features, EST_Features::IPointer, EST_TKVI<EST_String, EST_Val> >::<anonymous>.EST_TIterator<EST_Features, EST_Features::IPointer, EST_TKVI<EST_String, EST_Val> >::pointer.EST_Features::IPointer::i.EST_TRwStructIterator<EST_TKVL<EST_String, EST_Val>, EST_TKVL<EST_String, EST_Val>::IPointer, EST_TKVI<EST_String, EST_Val> >::<anonymous>.EST_TRwIterator<EST_TKVL<EST_String, EST_Val>, EST_TKVL<EST_String, EST_Val>::IPointer, EST_TKVI<EST_String, EST_Val> >::<anonymous>.EST_TIterator<EST_TKVL<EST_String, EST_Val>, EST_TKVL<EST_String, EST_Val>::IPointer, EST_TKVI<EST_String, EST_Val> >::pointer.EST_TKVL<EST_String, EST_Val>::IPointer::p’ may be used uninitialized in this function
gcc -c -fno-implicit-templates -O3 -Wall -I../include -DINSTANTIATE_TEMPLATES EST_WaveFile.cc
look at library estools
look at library estbase EST_Wave.o EST_track_aux.o EST_wave_temp.o EST_wave_cuts.o ssff.o esps_io.o esps_utils.o EST_wave_io.o EST_wave_utils.o EST_TrackMap.o EST_Track.o wave_t.o track_t.o EST_wave_aux.o EST_TrackFile.o EST_WaveFile.o
Update library estbase EST_Wave.o EST_track_aux.o EST_wave_temp.o EST_wave_cuts.o ssff.o esps_io.o esps_utils.o EST_wave_io.o EST_wave_utils.o EST_TrackMap.o EST_Track.o wave_t.o track_t.o EST_wave_aux.o EST_TrackFile.o EST_WaveFile.o
a - EST_Wave.o
a - EST_track_aux.o
a - EST_wave_temp.o
a - EST_wave_cuts.o
a - ssff.o
a - esps_io.o
a - esps_utils.o
a - EST_wave_io.o
a - EST_wave_utils.o
a - EST_TrackMap.o
a - EST_Track.o
a - wave_t.o
a - track_t.o
a - EST_wave_aux.o
a - EST_TrackFile.o
a - EST_WaveFile.o
look at library eststring
Making in directory ./sigpr ...
making dependencies -- EST_Window.cc delta.cc filter.cc sigpr_frame.cc sigpr_utt.cc pitchmark.cc spectrogram.cc misc.cc fft.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../include -DINSTANTIATE_TEMPLATES EST_Window.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../include delta.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../include filter.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../include sigpr_frame.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../include sigpr_utt.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../include pitchmark.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../include spectrogram.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../include misc.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../include fft.cc
look at library estools
look at library estbase EST_Window.o delta.o filter.o sigpr_frame.o sigpr_utt.o pitchmark.o spectrogram.o misc.o fft.o
Update library estbase EST_Window.o delta.o filter.o sigpr_frame.o sigpr_utt.o pitchmark.o spectrogram.o misc.o fft.o
a - EST_Window.o
a - delta.o
a - filter.o
a - sigpr_frame.o
a - sigpr_utt.o
a - pitchmark.o
a - spectrogram.o
a - misc.o
a - fft.o
look at library eststring
Making in directory sigpr/pda ...
making dependencies -- pcb_smoother.cc smooth_pda.cc pda.cc srpd1.3.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../../include pcb_smoother.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../../include smooth_pda.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../../include pda.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../../include srpd1.3.cc
look at library estools
look at library estbase pcb_smoother.o smooth_pda.o pda.o srpd1.3.o
Update library estbase pcb_smoother.o smooth_pda.o pda.o srpd1.3.o
a - pcb_smoother.o
a - smooth_pda.o
a - pda.o
a - srpd1.3.o
look at library eststring
Making in directory ./stats ...
making dependencies -- EST_cluster.cc EST_multistats.cc confusion.cc EST_Discrete.cc EST_DProbDist.cc EST_ols.cc EST_viterbi.cc dynamic_program.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../include EST_cluster.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../include EST_multistats.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../include confusion.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../include EST_Discrete.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../include EST_DProbDist.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../include EST_ols.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../include EST_viterbi.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../include -DINSTANTIATE_TEMPLATES dynamic_program.cc
look at library estools
look at library estbase EST_cluster.o EST_multistats.o confusion.o EST_Discrete.o EST_DProbDist.o EST_ols.o EST_viterbi.o dynamic_program.o
Update library estbase EST_cluster.o EST_multistats.o confusion.o EST_Discrete.o EST_DProbDist.o EST_ols.o EST_viterbi.o dynamic_program.o
a - EST_cluster.o
a - EST_multistats.o
a - confusion.o
a - EST_Discrete.o
a - EST_DProbDist.o
a - EST_ols.o
a - EST_viterbi.o
a - dynamic_program.o
look at library eststring
Making in directory stats/wagon ...
making dependencies -- dlist.cc wagon_aux.cc wagonint.cc wagon.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../../include dlist.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../../include wagon_aux.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../../include wagonint.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../../include -DINSTANTIATE_TEMPLATES wagon.cc
look at library estools dlist.o wagon_aux.o wagonint.o wagon.o
Update library estools dlist.o wagon_aux.o wagonint.o wagon.o
a - dlist.o
a - wagon_aux.o
a - wagonint.o
a - wagon.o
look at library estbase
look at library eststring
Making in directory stats/kalman_filter ...
making dependencies -- EST_kalman.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../../include EST_kalman.cc
look at library estools EST_kalman.o
Update library estools EST_kalman.o
a - EST_kalman.o
look at library estbase
look at library eststring
Making in directory ./grammar ...
Making in directory grammar/scfg ...
making dependencies -- EST_SCFG.cc EST_SCFG_inout.cc EST_SCFG_Chart.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../../include -DINSTANTIATE_TEMPLATES EST_SCFG.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../../include -DINSTANTIATE_TEMPLATES EST_SCFG_inout.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../../include EST_SCFG_Chart.cc
look at library estools EST_SCFG.o EST_SCFG_inout.o EST_SCFG_Chart.o
Update library estools EST_SCFG.o EST_SCFG_inout.o EST_SCFG_Chart.o
a - EST_SCFG.o
a - EST_SCFG_inout.o
a - EST_SCFG_Chart.o
look at library estbase
look at library eststring
Making in directory grammar/wfst ...
making dependencies -- EST_WFST.cc wfst_regex.cc wfst_ops.cc wfst_transduce.cc kkcompile.cc wfst_aux.cc ltscompile.cc rgcompile.cc tlcompile.cc wfst_train.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../../include -DINSTANTIATE_TEMPLATES EST_WFST.cc
EST_WFST.cc: In function ‘int get_int(FILE*, int)’:
EST_WFST.cc:438:21: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result
EST_WFST.cc: In function ‘float get_float(FILE*, int)’:
EST_WFST.cc:430:21: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result
gcc -c -fno-implicit-templates -O3 -Wall -I../../include -DINSTANTIATE_TEMPLATES wfst_regex.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../../include -DINSTANTIATE_TEMPLATES wfst_ops.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../../include -DINSTANTIATE_TEMPLATES wfst_transduce.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../../include -DINSTANTIATE_TEMPLATES kkcompile.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../../include wfst_aux.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../../include ltscompile.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../../include rgcompile.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../../include tlcompile.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../../include wfst_train.cc
look at library estools EST_WFST.o wfst_regex.o wfst_ops.o wfst_transduce.o kkcompile.o wfst_aux.o ltscompile.o rgcompile.o tlcompile.o wfst_train.o
Update library estools EST_WFST.o wfst_regex.o wfst_ops.o wfst_transduce.o kkcompile.o wfst_aux.o ltscompile.o rgcompile.o tlcompile.o wfst_train.o
a - EST_WFST.o
a - wfst_regex.o
a - wfst_ops.o
a - wfst_transduce.o
a - kkcompile.o
a - wfst_aux.o
a - ltscompile.o
a - rgcompile.o
a - tlcompile.o
a - wfst_train.o
look at library estbase
look at library eststring
Making in directory grammar/ngram ...
making dependencies -- lattice_t.cc EST_Ngrammar.cc ngrammar_io.cc ngrammar_aux.cc ngrammar_utils.cc EST_lattice.cc EST_lattice_io.cc freqsmooth.cc EST_PST.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../../include -DINSTANTIATE_TEMPLATES lattice_t.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../../include EST_Ngrammar.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../../include ngrammar_io.cc
ngrammar_io.cc: In function ‘EST_read_status load_ngram_cstr_bin(EST_String, EST_Ngrammar&)’:
ngrammar_io.cc:295:36: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result
gcc -c -fno-implicit-templates -O3 -Wall -I../../include ngrammar_aux.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../../include ngrammar_utils.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../../include EST_lattice.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../../include EST_lattice_io.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../../include freqsmooth.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../../include EST_PST.cc
look at library estools lattice_t.o EST_Ngrammar.o ngrammar_io.o ngrammar_aux.o ngrammar_utils.o EST_lattice.o EST_lattice_io.o freqsmooth.o EST_PST.o
Update library estools lattice_t.o EST_Ngrammar.o ngrammar_io.o ngrammar_aux.o ngrammar_utils.o EST_lattice.o EST_lattice_io.o freqsmooth.o EST_PST.o
a - lattice_t.o
a - EST_Ngrammar.o
a - ngrammar_io.o
a - ngrammar_aux.o
a - ngrammar_utils.o
a - EST_lattice.o
a - EST_lattice_io.o
a - freqsmooth.o
a - EST_PST.o
look at library estbase
look at library eststring
Making in directory ./intonation ...
Making in directory intonation/tilt ...
making dependencies -- tilt_analysis.cc tilt_synthesis.cc tilt_utils.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../../include tilt_analysis.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../../include tilt_synthesis.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../../include tilt_utils.cc
look at library estools tilt_analysis.o tilt_synthesis.o tilt_utils.o
Update library estools tilt_analysis.o tilt_synthesis.o tilt_utils.o
a - tilt_analysis.o
a - tilt_synthesis.o
a - tilt_utils.o
look at library estbase
look at library eststring
Making in directory ./lib ...
make est_program_makefile from est_program_makefile-in
make est_mainline from est_mainline-in
Making in directory ./main ...
making dependencies -- ch_lab_main.cc ch_track_main.cc ch_wave_main.cc na_play_main.cc na_record_main.cc sigfilter_main.cc sig2fv_main.cc spectgen_main.cc pda_main.cc pitchmark_main.cc ngram_test_main.cc ngram_build_main.cc tilt_synthesis_main.cc tilt_analysis_main.cc viterbi_main.cc dp_main.cc bcat_main.cc ch_utt_main.cc fringe_client_main.cc design_filter_main.cc align_main.cc siod_main.cc wagon_main.cc wagon_test_main.cc scfg_make_main.cc scfg_train_main.cc scfg_test_main.cc scfg_parse_main.cc wfst_build_main.cc wfst_run_main.cc wfst_train_main.cc ols_main.cc ols_test_main.cc xml_parser_main.cc
gcc -c -fno-implicit-templates -O3 -Wall -I../include -o ch_lab_main.o ch_lab_main.cc
gcc -O3 -Wall -o ch_lab ch_lab_main.o -L../lib -lestools -L../lib -lestbase -L../lib -leststring -lcurses -ldl -lncurses -lm -lstdc++ -lgcc
/usr/bin/ld: cannot find -lcurses
/usr/bin/ld: cannot find -lncurses
collect2: ld returned 1 exit status
make[1]: *** [ch_lab] error 1
make: *** [main] error 2
【已解决】编译Festival TTS系统的Edinburgh Speech Tools 2.1 出错
- Cherrot
- 帖子: 981
- 注册时间: 2011-04-03 10:01
- 系统: Ubuntu 12.XX
- 来自: 帝都
- 联系:
【已解决】编译Festival TTS系统的Edinburgh Speech Tools 2.1 出错
上次由 Cherrot 在 2011-05-27 15:39,总共编辑 1 次。
Ubuntu技巧汇总http://wiki.ubuntu.org.cn/UbuntuSkills --你遇到的各种问题可能已经在里面了
我的技术博客http://www.cherrot.com
Code tells you how, comments should tell you why.
我的技术博客http://www.cherrot.com
Code tells you how, comments should tell you why.
- Cherrot
- 帖子: 981
- 注册时间: 2011-04-03 10:01
- 系统: Ubuntu 12.XX
- 来自: 帝都
- 联系:
Re: 编译Festival TTS系统的Edinburgh Speech Tools 2.1 出错
已解决! 参考了以下链接:
http://ubuntuforums.org/archive/index.php/t-103684.html
sudo apt-get install libncurses5-dev
安装了就OK了!
http://ubuntuforums.org/archive/index.php/t-103684.html
sudo apt-get install libncurses5-dev
安装了就OK了!
Ubuntu技巧汇总http://wiki.ubuntu.org.cn/UbuntuSkills --你遇到的各种问题可能已经在里面了
我的技术博客http://www.cherrot.com
Code tells you how, comments should tell you why.
我的技术博客http://www.cherrot.com
Code tells you how, comments should tell you why.