Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 64503 - mythphone compile error with festival
Summary: mythphone compile error with festival
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Television related Applications in Gentoo's Portage
URL:
Whiteboard:
Keywords:
Depends on: 64504
Blocks:
  Show dependency tree
 
Reported: 2004-09-18 04:27 UTC by Daniel Ahlberg (RETIRED)
Modified: 2006-01-27 17:15 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Fix compilation errors with festival and mythplugins/mythphone (festival.patch,1.78 KB, patch)
2005-05-05 07:16 UTC, Neale Swinnerton
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Ahlberg (RETIRED) gentoo-dev 2004-09-18 04:27:21 UTC
<riksta> hi there, i believe you are the gentoo ebuild maintainer for mythtv and its plugins?
<riksta> i have a problem with mythphone, it will not compile with the festival USE flag enabled. There seems to be no sed expression to remove the comment from the FESTIVAL = line in settings.pro
<riksta> g++ -c -pipe -Wall -W -mcpu=athlon-xp -O3 -pipe -D_REENTRANT -fPIC  -D_GNU_SOURCE -DPREFIX=\"/usr\" -D_REENTRANT -DUSE_PTHREADS -DFESTIVAL_HOME=\"/home/paul/Build/festival/festival/\" -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_PLUGIN -I/usr/qt/3/mkspecs/linux-g++ -I. -I/usr/include -I/usr/local/include -I../../mythtv/libs/ -I/home/paul/Build/festival/festival//src/include -I/home/paul/Build/festival/speech_to
<riksta> ols//include -I/usr/qt/3/include -o tts.o tts.cpp
<riksta> tts.cpp:18:22: festival.h: No such file or directory
<riksta> tts.cpp: In constructor `tts::tts()':
<riksta> tts.cpp:39: error: `festival_initialize' undeclared (first use this function)
<riksta> tts.cpp:39: error: (Each undeclared identifier is reported only once for each 
<riksta>    function it appears in.)
Comment 1 Richard Hamnett 2004-11-02 10:30:49 UTC
can someone please update on this? it's been idle for ages

riksta
Comment 2 Neale Swinnerton 2005-05-05 07:16:36 UTC
Created attachment 58140 [details, diff]
Fix compilation errors with festival and mythplugins/mythphone

This fixes the compilation errors with enabling festival for mythphone. Should
work with 0.18 or later.
Comment 3 Doug Goldstein (RETIRED) gentoo-dev 2005-05-15 23:36:01 UTC
Non-issue on 0.18?
Comment 4 Doug Goldstein (RETIRED) gentoo-dev 2005-05-20 01:49:09 UTC
Should be fixed in 0.18 if not then in 0.18.1. Re-open if it's not.
Comment 5 Jason Scott Musits 2005-11-06 16:31:57 UTC
Doug - looks like this patch didn't make it into the configure file for the
mythplugins-0.18.1-r1.  Same patch still works though, just had to do it manually.
Comment 6 Greisberger Christophe 2006-01-27 17:15:41 UTC
Still not fixed?