First, make sure, you're using the right make.exe (check your PATH for possible other make-s) I've found similar problems when using nmake instead of make or vice versa.
Jarek ----- Original Message ----- From: "Jeroen Frijters" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 08, 2003 5:05 PM Subject: [Mono-list] Newbie question > Hi, > > I finally took the plunge and installed Cygwin to try to get Mono to build. > Installation was a bit scary (I saw some messages flying by that looked like > errors), but all in all it seems to be OK. I ran the mono-build-w32.sh > script and when it starts make, it fails: > jf@TPJEROEN ~/mono > $ make > make all-recursive > make[1]: Entering directory `/home/jf/mono' > Making all in mono > make[2]: Entering directory `/home/jf/mono/mono' > Makefile:311: *** missing separator. Stop. > make[2]: Leaving directory `/home/jf/mono/mono' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/home/jf/mono' > make: *** [all-recursive-am] Error 2 > > Can anyone please shed some light onto this? > > Regards, > Jeroen > > > _______________________________________________ > Mono-list maillist - [EMAIL PROTECTED] > http://lists.ximian.com/mailman/listinfo/mono-list > _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
