I don't use Windows XP, but I have noticed the "Makefile:242: *** missing separator. Stop." issue on other platforms. When I switched to gmake, this issue went away.
Hope this helps,
Will
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
after './configure' the readme file told me to run the make command. this is what i got when it making libs3audio:
$ make
cd . && /bin/bash ./config.status config.h
config.status: creating config.h
config.status: config.h is unchanged
make all-recursive
make[1]: Entering directory `/cygdrive/c/sphinx3'
Making all in src
make[2]: Entering directory `/cygdrive/c/sphinx3/src'
Making all in libs3audio
make[3]: Entering directory `/cygdrive/c/sphinx3/src/libs3audio'
Makefile:242: *** missing separator. Stop.
make[3]: Leaving directory `/cygdrive/c/sphinx3/src/libs3audio'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/cygdrive/c/sphinx3/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/cygdrive/c/sphinx3'
make: *** [all] Error 2
can anyone here tell me what was happen and how i'm gonna fix this error?
thanks in advance.
I don't use Windows XP, but I have noticed the "Makefile:242: *** missing separator. Stop." issue on other platforms. When I switched to gmake, this issue went away.
Hope this helps,
Will