[ gpsdrive ] Ubuntu 9.04 Building problems

Guenther Meyer d.s.e at sordidmusic.com
Tue Oct 27 12:00:31 AKDT 2009


Am Dienstag 27 Oktober 2009 16:39:40 schrieb Charles Curley:
> On Mon, 26 Oct 2009 07:53:12 +0100
> 
> Guenther Meyer <d.s.e at sordidmusic.com> wrote:
> > Am Sonntag 25 Oktober 2009 23:48:59 schrieb Charles Curley:
> > > However, I never use the speech stuff. Is it possible to compile
> > > without it?
> >
> > configure the build with cmake .. -DWITH_SPEECH=OFF in the build
> > directory or disable this option in ccmake
> 
> Thanks. Being a cmake illiterate, I went looking for a file called
> ccmake in the build. I didn't find it.
ccmake is a front end for cmake which is usually installed as a separate 
package

> But I did find in gpsdrive-trunk
> the file DefineOptions.cmake. I edited this line:
> 
> option(WITH_SPEECH "Build with support of speech output" ON)
> 
> to read:
> 
> option(WITH_SPEECH "Build with support of speech output" OFF)
> 
> and that seems compile. I still get the message "Speech Dispatcher not
> available, disabling speech output!" when firing up gpsdrive. So I
> don't know if I have actually disabled it or not.
> 
no you have compiled with speech support ;-)

if you change one of the options in DefineOptions.cmake you have to run "cmake 
.." from your build directorry to set up the build with the changed options.


More information about the GPSdrive mailing list