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

Dick Porter dick@ximian.com
Fri, 23 Nov 2001 15:27:26 +0000


On Fri, Nov 23, 2001 at 03:39:11PM +0100, Veronica wrote:
> 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.

"missing separator" is what make says when the tab at the start of the line
is spaces instead.  Did you delete your source tree and check it out again
between trying automake 1.5 and 1.4?

- Dick