The problem was actually in the path setting. During the install of SPTK, the bin was in /usr/local/SPTK. SO when I used this local, all fell into place. Now can I delete the SPRK-3.1 which is located in another location?
The problem is solved and now the feature extraction process is going on.
Thank you very much.
Regards, Mumtaz
--- On Mon, 1/5/09, Keiichiro Oura <uratec@xxxxxxxxxxxxxxx> wrote:
From: Keiichiro Oura <uratec@xxxxxxxxxxxxxxx> Subject: [hts-users:01870] Re: Configuring HTS-demo_CMU-Arctic-SLT To: hts-users@xxxxxxxxxxxxxxx Date: Monday, January 5, 2009, 11:16 PM
Hi, Mumtaz
Where did you install 'swab' binary? You should check it
carefully.
/home/mumtaz/install/SPTK-3.2/bin/swab -> '--with-sptk-search-path=/home/mumtaz/install/SPTK-3.2/bin' If /home/mumtaz/install/SPTK-3.2/src/bin/swab -> '--with-sptk-search-path=/home/mumtaz/install/SPTK-3.2/src/bin' /home/mumtaz/install/SPTK-3.1/bin/swab -> '--with-sptk-search-path=/home/mumtaz/install/SPTK-3.1/bin' /home/mumtaz/install/SPTK-3.1/src/bin/swab -> '--with-sptk-search-path=/home/mumtaz/install/SPTK-3.1/src/bin'
Regards, Keiichiro Oura
mumtaz mustafa wrote: > Thank you for your reply. I think my SPTK is installed correctly, and its path set in sptk-search-path. Because when I go to my /SPTK-3.2/bin, I can see swab compiled, and I can execute it. But why doesn't this path not being read in ./configire? > > Mumtaz > > --- On *Mon, 1/5/09, Nickolay V. Shmyrev /<nshmyrev@xxxxxxxxx>/* wrote: > > From: Nickolay
V. Shmyrev <nshmyrev@xxxxxxxxx> > Subject: [hts-users:01866] Re: Configuring HTS-demo_CMU-Arctic-SLT > To: mumshaka4@xxxxxxxxx > Cc: hts-users@xxxxxxxxxxxxxxx > Date: Monday, January 5, 2009, 1:00 PM > > В Пнд, 05/01/2009 в 01:23 -0800, mumtaz mustafa пишет: > > Hi, > > I am trying to ./configure in HTS-demo_CMU-ARCTIC-SLT using the > > following > command: > > ./configure \ > > > --with-fest-search-path=/home/mumtaz/install/festival/examples \ > > > --with-sptk-search-path=/home/mumtaz/install/SPTK-3.1/src/bin \ > > --with-hts-search-path=/home/mumtaz/install/hts/bin \ > > > --with-hts-engine-search-path=/home/mumtaz/install/hts_engine_API-1.01/bin > > But I get this error: > > configure:
error: Can't find swab of SPTK > > It's trying to explain you that it can't find the swab binary. > > SPTK must be installed and sptk-search-path should point to the > installation binary folder. So swab must be present in a search path > > $PATH:$sptk-search-path > >
|