Hey all,<br><br>Speech-dispatcher trunk (and upcoming 0.8? release) has moved it's libspeechd.h header into a speech-dispatcher/ subfolder inside of include, so I tweaked our FindSpeechd.cmake to look for it there. I've attached a patch that finds it, then in our code we'll have to do<br>
<br>#ifdef SPEECHD_FOUND<br>#include <libspeechd.h><br>#elseif NEW_SPEECHD_FOUND<br>#include <speech-dispatcher/libspeechd.h><br>#endif<br><br>It's working here locally, but I'm unsure about the use of the word NEW since it wont always be new (say they change it again for their next release, something I hope they wouldn't do, but then new would be the new old).<br>
<br>Thoughts?<br><br>Jeremy<br>