[Mono-list] Hi , can someone get me on the right way?

Veronica veron78@interfree.it
Fri, 23 Nov 2001 15:39:11 +0100


> This might be your problem.  Try downgrading autoconf (and automake
> especially) and see if the problem goes away.  If it does, we'll have
> to either add this to the FAQ, or get someone to send us a patch to also
> support newer auto* without breaking the old ones.

I have "downgraded" to the right automake and autoconf.
The error i got before in compiling mono seems to be resolved.
But now it says:
----------------------------------------------------------
Administrator@GHERRISON /cygdrive/d/Programmi/GNU/mono-20-Nov-01/mono
$ make
make  all-recursive
make[1]: Entering directory `/cygdrive/d/Programmi/GNU/mono-20-Nov-01/mono'
Making all in mono
make[2]: Entering directory
`/cygdrive/d/Programmi/GNU/mono-20-Nov-01/mono/mono'
Making all in io-layer
make[3]: Entering directory
`/cygdrive/d/Programmi/GNU/mono-20-Nov-01/mono/mono/io-layer'
Makefile:377: *** missing separator.  Stop.
make[3]: Leaving directory
`/cygdrive/d/Programmi/GNU/mono-20-Nov-01/mono/mono/io-layer'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/cygdrive/d/Programmi/GNU/mono-20-Nov-01/mono/mono'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/cygdrive/d/Programmi/GNU/mono-20-Nov-01/mono'
make: *** [all-recursive-am] Error 2
----------------------------------------------------------
I have take a look to the makefile but seems to be all right!
Why i get this error if i have the same Dick's configuration?

Bye