[Mono-list] Still can't build!
J. Perkins
jason@379.com
Fri, 26 Jul 2002 13:24:55 -0400
Dick Porter wrote:
> Try deleting the cygwin pkg-config package.
Okay! Now we're getting somewhere. I got through the configuration
stage, the build starts, and I get:
----
Now type `make' to compile
make all-recursive
make[1]: Entering directory `/home/jason/mono-24-Jul-02/mono'
Making all in mono
make[2]: Entering directory `/home/jason/mono-24-Jul-02/mono/mono'
Makefile:308: *** missing separator. Stop.
make[2]: Leaving directory `/home/jason/mono-24-Jul-02/mono/mono'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/jason/mono-24-Jul-02/mono'
make: *** [all-recursive-am] Error 2
----
Makefile:308 is:
if PLATFORM_WIN32
and I'm trying to figure out where that comes from now.
Jason
379