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

[hts-users:02480] SPTK compiling error recompile


Hi, everyone,
 
I check the sopr.c file and found the command below where the compiling error occurs
////
double log2(double);  //at line 168
////
I remove this line and recompiled. It works, but is it OK?
 
I am compiling SPTK-3.3 for HTS-2.1_STRAIGHT demo when this error occurs:
 
sopr.c:168: error: parse error before '/' token
make[2]: *** [sopr.o] Error 1
make[2]: Leaving directory `/home/ASR_naxingyu/hts/sptk-3.3/bin/sopr'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/ASR_naxingyu/hts/sptk-3.3/bin'
make: *** [all-recursive] Error 1
 
The compiling terminated and I could do any further works. Does anyone know the solution?Thanks!
 
2010-05-18

那兴宇

Follow-Ups
[hts-users:02481] Re: SPTK compiling error recompile, Keiichiro Oura