[Mono-list] compiling cvs-version of mcs which mcs.

Miguel de Icaza miguel@ximian.com
03 Apr 2002 18:59:38 -0500


> Is mcs broken right now in cvs or am I doing something wrong.  I tried
> to compile mcs under linux (using mono 0.10) but it fails.

I remember fixing this some time ago (I was lacking operator | (bool,
bool support), but i do not know when.

The easiest way of addressing this is getting a new binary for mcs, or
manually working around the bool | bool case, recompiling, and using
that to bootstrap (if you lack Windows)

Miguel.