[ gpsdrive ] Ubuntu 9.04 Building problems
Charles Curley
charlescurley at charlescurley.com
Wed Oct 28 04:48:53 AKDT 2009
On Tue, 27 Oct 2009 21:00:54 +0100
Guenther Meyer <d.s.e at sordidmusic.com> wrote:
> 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.
That's what I thought I did. To be sure, I just now did the following:
svn update
cmake ..
make clean
time make
make install (as root)
And I still see:
ccurley at grissom:~/gpsdrive-trunk$ gpsdrive
Speech Dispatcher not available, disabling speech output!
Connection to GPS Daemon on 127.0.0.1:2947 established.
...
--
Charles Curley /"\ ASCII Ribbon Campaign
Looking for fine software \ / Respect for open standards
and/or writing? X No HTML/RTF in email
http://www.charlescurley.com / \ No M$ Word docs in email
Key fingerprint = CE5C 6645 A45A 64E4 94C0 809C FFF6 4C48 4ECD DFDB
More information about the GPSdrive
mailing list