Hi,
I have tried the solution given in the thread "SphinxTrain: compiler error with gcc 3.3", download the latest version of SphinxTrain from http://cmusphinx.org/download/nightly/SphinxTrain.nightly.tgz and even try to download from CVS. But, now it gives a different errors. Anyone have any solutions? Or else, I need to reinstall my linux :(. Thank you in advance
Hi,
I have tried the solution given in the thread "SphinxTrain: compiler error with gcc 3.3", download the latest version of SphinxTrain from http://cmusphinx.org/download/nightly/SphinxTrain.nightly.tgz and even try to download from CVS. But, now it gives a different errors. Anyone have any solutions? Or else, I need to reinstall my linux :(. Thank you in advance
gcc -I../../../include -g -O2 -Wall -c main.c -o obj.i686-pc-linux-gnu/main.o
gcc -I../../../include -g -O2 -Wall -c phone_word_io.c -o obj.i686-pc-linux-gnu/phone_word_io.o
phone_word_io.c:68: error: conflicting types for 'malloc'
phone_word_io.c:68: error: conflicting types for 'malloc'
make[3]: [obj.i686-pc-linux-gnu/phone_word_io.o] Error 1
make[2]: [.make_build_dirs] Error 2
make[1]: [.make_build_dirs] Error 2
make: [.make_build_dirs] Error 2
TP