text-renderer seems still depending on festival
Status: Alpha
Brought to you by:
ensonic
It seems that the text-renderer module still depends on
festival, even if configured with
'--disable-speech-festival'. There are unresolved
references to festival_say_text() within the following
files:
* gitkrwaction.c
* gitrwcharacterinput.c
* gitkrwoptionchoice.c
Logged In: YES
user_id=872604
OK, the compilation itself has no error, but when linking
the module there will be the following errors on mingw:
mingw32-gcc -shared .libs/gitkrdone.o
.libs/gitkreventloop.o .libs/gitkrglobal.o
.libs/gitkrhideshow.o .libs/gitkrinfo.o .libs/gitkrinit.o
.libs/gitkrlayout.o .libs/gitkrrenderer.o .libs/gitkrtools.o
.libs/gitkrw.o .libs/gitkrwaction.o
.libs/gitkrwcharacterinput.o
.libs/gitkrwcharacterinputalphabetic.o
.libs/gitkrwoptionchoice.o .libs/gitkrwoptionchoiceboolean.o
.libs/gitkrwlabel.o -L/mingw/lib -L/Gnu/precompiled/bin
-L/Gnu/precompiled/lib -L/GnuWin32/precompiled/bin
-L/GnuWin32/precompiled/lib -L/GimpWin32/precompiled/bin
-L/GimpWin32/precompiled/lib -L/LibXML/precompiled/bin
-L/LibXML/precompiled/lib -L/home/randel/gitk/build/bin
-L/home/randel/gitk/build/lib
-LD:/systems/unix/msys/GimpWin32/precompiled/lib
-LD:/systems/unix/msys/LibXML/precompiled/lib
-LD:/systems/unix/msys/home/randel/gitk/build/lib
/home/randel/gitk/build/lib/libgitk.dll.a /mingw/lib/libm.a
/GimpWin32/precompiled/lib/libgthread-2.0.dll.a
/GimpWin32/precompiled/lib/libgmodule-2.0.dll.a
/LibXML/precompiled/lib/libxslt.a
/GimpWin32/precompiled/lib/libglib-2.0.dll.a
/LibXML/precompiled/lib/libxml2.dll.a -mno-cygwin
-mms-bitfields -mcpu=pentium -march=i386 -Wl,-lpdcurses -o
.libs/libgitk-renderer-text-2.dll
-Wl,--image-base=0x10000000
-Wl,--out-implib,.libs/libgitk-renderer-text.dll.a
Info: resolving _xpath_get_dialog_name by linking to
__imp__xpath_get_dialog_name (auto-import)
Info: resolving _xpath_get_label by linking to
__imp__xpath_get_label (auto-import)
Info: resolving _gitk_dialog_list by linking to
__imp__gitk_dialog_list (auto-import)
Creating library file: .libs/libgitk-renderer-text.dll.a
.libs/gitkrwaction.o: In function `gitkr_widget_action_output':
D:/systems/unix/msys/home/randel/gitk/src/gitk-renderer-text/widgets/gitkrwaction.c:32:
undefined reference to `festival_say_text'
.libs/gitkrwcharacterinput.o: In function
`gitkr_widget_characterinput_handle':
D:/systems/unix/msys/home/randel/gitk/src/gitk-renderer-text/widgets/gitkrwcharacterinput.c:79:
undefined reference to `festival_say_text'
D:/systems/unix/msys/home/randel/gitk/src/gitk-renderer-text/widgets/gitkrwcharacterinput.c:113:
undefined reference to `festival_say_text'
.libs/gitkrwcharacterinput.o: In function
`gitkr_widget_characterinput_output':
D:/systems/unix/msys/home/randel/gitk/src/gitk-renderer-text/widgets/gitkrwcharacterinput.c:47:
undefined reference to `festival_say_text'
.libs/gitkrwoptionchoice.o: In function
`gitkr_widget_optionchoice_handle':
D:/systems/unix/msys/home/randel/gitk/src/gitk-renderer-text/widgets/gitkrwoptionchoice.c:79:
undefined reference to `festival_say_text'
.libs/gitkrwoptionchoice.o:D:/systems/unix/msys/home/randel/gitk/src/gitk-renderer-text/widgets/gitkrwoptionchoice.c:127:
more undefined references to `festival_say_text' follow
collect2: ld returned 1 exit status
make[2]: *** [libgitk-renderer-text.la] Error 1