Bo Peng a écrit :
Dear list,
[...]
So I run autogen.sh myself:
sh-2.04$ ./autogen.sh
Using automake (GNU automake) 1.8.2
This automake version is not supported by LyX.
LyX only supports automake 1.9.
I checked mingw website (and the instruction), 1.8.2 is the current
release, and was used by others.....
Hello Bo,
You have to switch to cygwin (which should have automake-1.9) and run
"autogen.sh" from there. Then you can switch back to msys for the
"configure.sh" step. Or you can try to do everything from cygwin by
giving the -mno-cygwin option to gcc so that the mingw version of gcc is
used.
Abdel.