These are just some quick notes documenting what I did to get festival working on my Apple MacBook (Intel) in July of 2007. I don't know which of these steps is required on a PPC Mac; if you end up needing to make either of these changes on a PPC Mac please let me know.
--- ../test/speech_tools/include/EST_math.h 2006-08-03 08:49:35.000000000 -0500 +++ include/EST_math.h 2006-08-17 17:53:33.000000000 -0500 @@ -43,7 +43,7 @@ #if defined(__APPLE__) /* Not sure why I need this here, but I do */ -extern "C" int isnan(double); +extern "C" int isnan(float); #endif /* this isn't included from c, but just to be safe... */ @@ -101,7 +101,6 @@ /* Apple OSX */ #if defined(__APPLE__) #define isnanf(X) isnan(X) -#define isnan(X) __isnan(X) #endif /* FreeBSD *and other 4.4 based systems require anything, isnanf is defined */
Note (12-9-2008) Leopard broke some stuff. Do this: http://lists.berlios.de/pipermail/festlang-talk/2008-January/002271.html too.
(Parameter.set 'Audio_Required_Format 'riff) (Parameter.set 'Audio_Command "afplay $FILE") (Parameter.set 'Audio_Method 'Audio_Command)
sudo -s cd /Developer/Examples/CoreAudio/Services/AudioFileTools/ xcodebuild xcodebuild install exit
export PATH=$PATH:/Developer/Examples/CoreAudio/Services/AudioFileTools/build/UninstalledProducts/