[Mono-devel-list] Problem compiling corlib on cygwin (solved)

2005-05-24 Thread Andrew Skiba

Hello.

I tried to compile mono on cygwin. During the bootstrap compilation I've 
got an error in Thread.cs. After investigation, I found that csc does 
not understand "#pragma warning" (appears 2 times in this file).


svn diff -r44730:44731

This is what caused the compilation error. After deleting pragmas, 
compilation succeded.


Regards,
Andrew Skiba.
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


RE: [Mono-devel-list] Problem compiling corlib on cygwin (solved)

2005-05-24 Thread Sébastien Pouliot
Fixed in SVN (and we now ignore Obsolete attributes warning when compiling
corlib).
Thanks.

Sebastien Pouliot
home: [EMAIL PROTECTED]
blog: http://pages.infinit.net/ctech/poupou.html


> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of Andrew
> Skiba
> Sent: 24 mai 2005 09:00
> To: mono-devel mailing list
> Subject: [Mono-devel-list] Problem compiling corlib on cygwin (solved)
>
>
> Hello.
>
> I tried to compile mono on cygwin. During the bootstrap compilation I've
> got an error in Thread.cs. After investigation, I found that csc does
> not understand "#pragma warning" (appears 2 times in this file).
>
> svn diff -r44730:44731
>
> This is what caused the compilation error. After deleting pragmas,
> compilation succeded.
>
> Regards,
> Andrew Skiba.
> ___
> Mono-devel-list mailing list
> Mono-devel-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list

___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list