[Subject Prev][Subject Next][Thread Prev][Thread Next][Date Index][Thread Index]

[hts-users:03538] Re: HTS-demo_CMU-ARCTIC-SLT, HTS_calloc: Cannot allocate memory


i configured hts_engine-API-1.07 to generate code for IA-32 architecture (-m32) and it worked for me.
Thanks for your reply!

On Wed, Dec 26, 2012 at 3:15 PM, Ramil Məmmədov <ramil2319@xxxxxxxxx> wrote:
i am using Ubuntu 12.04 64 bit.
i could not compile hts_engine API with CFLAGS="-m32" option.
Error happened:

checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... no
configure: error: in `/home/hadoop/projects/tts/HTS-2.3alpha/hts_engine_API-1.07':
configure: error: C compiler cannot create executables


If you use 64bit machine, could you compile hts_engine API with
following options?

./configure \
--prefix=/home/hadoop/projects/tts/HTS-2.3alpha/hts_engine_API-1.07 \
CFLAGS="-m32 -g -O2 -Wall"

Regards,
Keiichiro Oura



2012/12/26 Ramil Məmmədov <ramil2319@xxxxxxxxx>:
> Hello everyone,
> i used hts_engine API version 1.07, SPTK version 3.6 and HTS-3.2 alpha.
>
> Error occurred while running HTS-demo_CMU-ARCTIC-SLT in " synthesizing
> waveforms using hts_engine" step:
>
> ===============================================================================
> Start synthesizing waveforms using hts_engine at Wed Dec 26 12:44:46 AZT
> 2012
> ===============================================================================
>
> Synthesizing a speech waveform from
> /home/hadoop/projects/tts/HTS-2.3alpha/HTS-demo_CMU-ARCTIC-SLT/data/labels/gen/alice01.lab
> using hts_engine...
> Error: HTS_calloc: Cannot allocate memory.
> Error in
> /home/hadoop/projects/tts/HTS-2.3alpha/hts_engine_API-1.07/bin/hts_engine -m
> /home/hadoop/projects/tts/HTS-2.3alpha/HTS-demo_CMU-ARCTIC-SLT/voices/qst001/ver1/cmu_us_arctic_slt.htsvoice
> -or
> /home/hadoop/projects/tts/HTS-2.3alpha/HTS-demo_CMU-ARCTIC-SLT/gen/qst001/ver1/hts_engine/alice01.raw
> -ow
> /home/hadoop/projects/tts/HTS-2.3alpha/HTS-demo_CMU-ARCTIC-SLT/gen/qst001/ver1/hts_engine/alice01.wav
> -ot
> /home/hadoop/projects/tts/HTS-2.3alpha/HTS-demo_CMU-ARCTIC-SLT/gen/qst001/ver1/hts_engine/alice01.trace
> /home/hadoop/projects/tts/HTS-2.3alpha/HTS-demo_CMU-ARCTIC-SLT/data/labels/gen/alice01.lab
>
>
> Is this hts_engine_API-1.07  bug?
>
>




Follow-Ups
[hts-users:03540] Re: HTS-demo_CMU-ARCTIC-SLT, HTS_calloc: Cannot allocate memory, Keiichiro Oura
References
[hts-users:03535] HTS-demo_CMU-ARCTIC-SLT, HTS_calloc: Cannot allocate memory, Ramil Məmmədov
[hts-users:03536] Re: HTS-demo_CMU-ARCTIC-SLT, HTS_calloc: Cannot allocate memory, Keiichiro Oura
[hts-users:03537] Re: HTS-demo_CMU-ARCTIC-SLT, HTS_calloc: Cannot allocate memory, Ramil Məmmədov