message from Jon Spriggs <[email protected]> to festival-talk = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = I'm using Festival (text2wave) to create audio bumpers for a podcast I'm creating dynamically in code each day. Because of some issues I hit with building it very early on, I decided to SSH out from my web host to my home computer each day to build the bumpers, until I had a chance to look into why I've had problems. Today is that day!
I'm building it on shared hosting (dreamhost, if you're interested), so there's no chance to sudo make install or anything like that, nor can I use pre-packaged packages. Currently, I'm getting two errors. These are: ==== (while building speech_tools-2.1-release) ==== 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 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 ../base_class/EST_TNamedEnum.cc: In member function ‘EST_read_status EST_TNamedEnum<ENUM>::priv_load(EST_String, EST_TNamedEnum<ENUM>*) [with ENUM = EST_EstFileType]’: est_file.cc:72: instantiated from here ../base_class/EST_TNamedEnum.cc:215: error: no matching function for call to ‘split(EST_String&, EST_String [12], int, EST_Regex&, char)’ ../base_class/EST_TNamedEnum.cc:239: error: no matching function for call to ‘split(EST_String&, EST_String [12], int, EST_Regex&, char&)’ make[1]: *** [est_file.o] Error 1 make: *** [utils] Error 2 ==== (while building festival-2.1-release) ==== Making in directory src/main ... making dependencies -- festival_main.cc audsp.cc festival_client.cc gcc -c -fno-implicit-templates -O3 -Wall -I../../src/include -I../../../speech_tools/include festival_main.cc make[2]: *** No rule to make target `../../../speech_tools/lib/libeststring.a', needed by `festival'. Stop. make[1]: *** [main] Error 2 make: *** [src] Error 2 Making in bin Remove Links: Main Links: festival festival_client Scripts: (sh) (prl) festival_server festival_server_control cp: cannot stat `../examples/text2wave': No such file or directory make[1]: *** [text2wave] Error 1 make: *** [make_bin] Error 2 ================================================================ Due to the sizes, I've pastebin'd: a copy of the install script I'm using - http://pastebin.com/2if8SQTF the speech-tools build output - http://pastebin.com/UVEtBtxT and the festival build output - http://pastebin.com/peaBPBrB Can anyone suggest what's going wrong and whether there's any way to fix it - either by building another package or patching what's there? Many thanks in advance, -- Jon "The Nice Guy" Spriggs = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = University of Edinburgh's Festival Speech Synthesis System = = http://festvox.org/festival Sent Via [email protected] = = To unsubscribe mail [email protected] = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = _______________________________________________ Festlang-talk mailing list [email protected] https://lists.berlios.de/mailman/listinfo/festlang-talk
