Hey all,<br><br>Speech-dispatcher trunk (and upcoming 0.8? release) has moved it&#39;s libspeechd.h header into a speech-dispatcher/ subfolder inside of include, so I tweaked our FindSpeechd.cmake to look for it there.  I&#39;ve attached a patch that finds it, then in our code we&#39;ll have to do<br>
<br>#ifdef SPEECHD_FOUND<br>#include &lt;libspeechd.h&gt;<br>#elseif NEW_SPEECHD_FOUND<br>#include &lt;speech-dispatcher/libspeechd.h&gt;<br>#endif<br><br>It&#39;s working here locally, but I&#39;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&#39;t do, but then new would be the new old).<br>
<br>Thoughts?<br><br>Jeremy<br>