[Mono-devel-list] Problem: CSC fails to compile corlib (bug?) or is it an MCS bug ?

Atsushi Eno atsushi at ximian.com
Tue Aug 10 05:21:28 EDT 2004


Hi,

 > Thanks for info but neither latest cvs checkout (today 10:00) nor setting
 > __SECURITY_BOOTSTRAP_DB helps in building corlib with csc
 >
 > my command line is as follows:
 >
 > ...\Mono\mcs\class\corlib>set __SECURITY_BOOTSTRAP_DB=IS_SET_BY_JB
 >
 > ...\Mono\mcs\class\corlib>csc /out:mscorlib.dll /target:library
 > /recurse:*.cs /d:INSIDE_CORLIB /d:NET_1_1 /debug+ /unsafe+
 > /nowarn:0649;0169;0067 /nologo /nostdlib+

Try

   export __SECURITY_BOOTSTRAP_DB=your_top_mcs_dir/class/corlib

(BTW The proposed way is to use make in mcs. The line above is
written in Makefile ;-)

Atsushi Eno


Jacek Blaszczynski wrote:

> Hello!
> 
> 
> System\Guid.cs(449,18): warning CS0675: Bitwise-or operator used on a
> sign-extended operand; consider casting to a smaller unsigned type first
> error CS1577: Assembly generation failed -- Nieokreślony błąd (eng.
> translation: Undefined error).
> 
> My configuration is as follows: WinXP Pro SP1 PL fully patched, NET SDK v
> 1.1
> 
> The only change after setting __SECURITY_BOOTSTRAP_DB is that error CS1577
> is not extended with additional info on security attributes.
> 
> Any ideas?
> 
> Jacek




More information about the Mono-devel-list mailing list