CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2010/05/22 03:30:04
Modified files:
audio/festival/core/patches:
ogi-patch-festival_src_modules_OGIdbase_OGIdbUnits_cc
ogi-patch-festival_src_modules_OGIdbase_OGIresLPC_db_cc
Added files:
audio/festival/core/patches:
ogi-patch-festival_src_modules_OGIcommon_OGI_Macro_h
ogi-patch-festival_src_modules_OGIcommon_OGI_TimeWarp_cc
ogi-patch-festival_src_modules_OGIcommon_OGI_Wave_h
ogi-patch-festival_src_modules_OGIcommon_OGI_file_h
patch-festival_src_modules_MultiSyn_EST_JoinCostCache_h
patch-festival_src_modules_clunits_clunits_h
patch-speech_tools_include_EST_Chunk_h
patch-speech_tools_include_EST_String_h
patch-speech_tools_include_ling_class_EST_Item_h
Log message:
fixes for g++4
- avoid min/max macros, fstream impl gets confused
- explicit instantations must have template<> prepended
- can't declare ostream, use iosfwd
- friends do not a declaration make