Dear All

I try to download all of Flite version for Android in this website of
happyalu as flite-1.4.2 (21MB) , Flite-1.5.1-current (1.1MB) and
Flite-1.5.6-current (1.1MB) but All of this are error after i do the
command ' Make ' as follow:

Firstly, i run " ./configure --with-langvox=android --target=arm-android "
command
then i run " make " command ---> will get error as below:

$ make
making in ...
making in include ...
making in src ...
making in src/audio ...
/cygdrive/d/android-ndk-r8/build/prebuilt/windows/arm-eabi-4.4.0/bin/arm-eabi-gcc
-I. -DCST_AUDIO_NONE -I../../include -g -O2 -Wall -march=armv5te
-mtune=xscale -msoft-float -fpic -mthumb-interwork -ffunction-sections
-funwind-tables -fstack-protector -fno-short-enums -D__ARM_ARCH_5__
-D__ARM_ARCH_5T__ -D__ARM_ARCH_5E__ -D__ARM_ARCH_5TE__ -mthumb -Os
-fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -DANDROID
-I/cygdrive/d/android-ndk-r8/build/platforms/android-4/arch-arm/usr/include/
-fpic -mthumb-interwork -ffunction-sections -funwind-tables
-fstack-protector -fno-short-enums -D__ARM_ARCH_5__ -D__ARM_ARCH_5T__
-D__ARM_ARCH_5E__ -D__ARM_ARCH_5TE__  -Wno-psabi -march=armv7-a
-mfloat-abi=softfp -mfpu=vfp -fno-exceptions -mthumb -Os
-fomit-frame-pointer -fno-strict-aliasing -finline-limit=64
-I/cygdrive/d/android-ndk-r8/build/platforms/android-4/arch-arm/usr/include/
-DANDROID  -Wa,--noexecstack -O2 -DNDEBUG     -c auclient.c -o
../../build/arm-android/obj/src/audio/auclient.o
make[2]:
/cygdrive/d/android-ndk-r8/build/prebuilt/windows/arm-eabi-4.4.0/bin/arm-eabi-gcc:
Command not found
../../config/common_make_rules:105: recipe for target
`../../build/arm-android/obj/src/audio/auclient.o' failed
make[2]: *** [../../build/arm-android/obj/src/audio/auclient.o] Error 127
../config/common_make_rules:132: recipe for target
`../build/arm-android/obj/src/.make_build_dirs' failed
make[1]: *** [../build/arm-android/obj/src/.make_build_dirs] Error 2
config/common_make_rules:132: recipe for target
`build/arm-android/obj//.make_build_dirs' failed
make: *** [build/arm-android/obj//.make_build_dirs] Error 2

---> Do you know what is the reason ? Is it correct version Flite for
android as above because i tried somany version but alway meet error like
that

This is my export:
1. export
ESTDIR=/cygdrive/d/cygwin/home/SAMSUNG/festival_download/speech_tools
2. export
FESTVOXDIR=/cygdrive/d/cygwin/home/SAMSUNG/festival_download/festvox
3. export
PATH=/cygdrive/d/cygwin/home/SAMSUNG/festival_download/festival/bin:$PATH
4. export
FLITEDIR=/cygdrive/d/cygwin/home/SAMSUNG/festival_download/flite-1.4.2-current
or
 export
FLITEDIR=/cygdrive/d/cygwin/home/SAMSUNG/festival_download/flite-1.5.1-current
or
export FLITEDIR=/cygdrive/d/cygwin/home/SAMSUNG/festival_download/flite

and

5. export ANDROID_NDK=/cygdrive/d/android-ndk-r8
6. export ANDROID_SDK=/cygdrive/d/android-sdk-windows
export FLITE_APP_DIR=/cygdrive/d/happyalu-Flite-TTS-Engine-for-Android


On Tue, Sep 4, 2012 at 5:00 PM, <[email protected]>wrote:

> Send Festlang-talk mailing list submissions to
>         [email protected]
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         https://lists.berlios.de/mailman/listinfo/festlang-talk
> or, via email, send a message with subject or body 'help' to
>         [email protected]
>
> You can reach the person managing the list at
>         [email protected]
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Festlang-talk digest..."
>
>
> Today's Topics:
>
>    1. [festival-talk] From: "Charbel A. C. Y. Boco"
>       <[email protected]> ([email protected])
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Mon, 3 Sep 2012 14:55:47 +0100
> From: [email protected]
> To: robert <[email protected]>, festival-talk
>         <[email protected]>
> Subject: [festival-talk] From: "Charbel A. C. Y. Boco"
>         <[email protected]>
> Message-ID:
>         <CACS=NHRKTY=VRkCcJPbKkvp=
> [email protected]>
> Content-Type: text/plain; charset=ISO-8859-1
>
> message from "Charbel A. C. Y. Boco" <[email protected]> to
> festival-talk
> = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
> Greetings
> My name is Charbel Boco. I've been working on building a multisyn
> voice for Fongbe a tone language spoken in Benin (Africa). I'm
> following multisyn_build 1.19, Festival 2.1, Speech tools 2.1 and
> Festvox 2.1. In my way building the voice i have a problem when using
> the alignment at the step of generating MFCCs:
> when i make this command:
> $MULTISYN_BUILD/bin/add_noise wav utts.data
> i got this message:
>
> Traceback (most recent call last):
>   File "/home/asaph/festival/project/multisyn_build/bin/add_noise",
> line 43, in <module>
>     import EST_Wave
>   File
> "/home/asaph/festival/project/speech_tools/wrappers/python/EST_Wave.py",
> line 26, in <module>
>     _EST_Wave = swig_import_helper()
>   File
> "/home/asaph/festival/project/speech_tools/wrappers/python/EST_Wave.py",
> line 22, in swig_import_helper
>     _mod = imp.load_module('_EST_Wave', fp, pathname, description)
> ImportError:
> /home/asaph/festival/project/speech_tools/wrappers/python/_EST_Wave.so:
> undefined symbol: _ZN8EST_Wave19default_sample_rateE
> root@vasedor
> :/home/asaph/festival/project/projet/fongbe/fongbe_fon_kw_multisyn/db#
>  $MULTISYN_BUILD/bin/add_noise wav utts.data
> Traceback (most recent call last):
>   File "/home/asaph/festival/project/multisyn_build/bin/add_noise",
> line 43, in <module>
>     import EST_Wave
>   File
> "/home/asaph/festival/project/speech_tools/wrappers/python/EST_Wave.py",
> line 26, in <module>
>     _EST_Wave = swig_import_helper()
>   File
> "/home/asaph/festival/project/speech_tools/wrappers/python/EST_Wave.py",
> line 22, in swig_import_helper
>     _mod = imp.load_module('_EST_Wave', fp, pathname, description)
> ImportError:
> /home/asaph/festival/project/speech_tools/wrappers/python/_EST_Wave.so:
> undefined symbol: _ZN8EST_Wave19default_sample_rateE
>
>
>
> i don' t know what to do. I wish you can help me find a solution.
> Thanks
> = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
> =    University of Edinburgh's Festival Speech Synthesis System       =
> = http://festvox.org/festival      Sent Via [email protected] =
> =                           To unsubscribe mail [email protected] =
> = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
>
>
>
> ------------------------------
>
> _______________________________________________
> Festlang-talk mailing list
> [email protected]
> https://lists.berlios.de/mailman/listinfo/festlang-talk
>
> End of Festlang-talk Digest, Vol 75, Issue 2
> ********************************************
>
_______________________________________________
Festlang-talk mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/festlang-talk

Reply via email to