[Mono-list] Compilation problem in mcs-0.20

Gonzalo Paniagua Javier gonzalo@ximian.com
24 Feb 2003 17:45:44 +0100


El lun, 24 de 02 de 2003 a las 12:31, Stefan Matthias Aust escribió:
> Hi!
> 
> I tried to compile mono-0.20 on windows/cygin. I think i followed the 
> instructions.  I've .NET 1.0.3705 installed.  I upgraded cygwin to the 
> most current version, added the provided prebuild zips relative to /usr 
> (even though it seems that cygwin comes with iconv-1.8.2 instead of 1.7) 
> extracted the sources to /tmp/mono, cd'ed to mcs-0.20 and said "make" 
> (it so).
> 
> Now, there're a couple of errors while compiling 
> System.Data.OracleClient.dll:
> 
> C:\cygwin\tmp\mono\mcs-0.20\class\System.Data.OracleClient\System.Data.OracleClient\OracleMonthSpan.cs(42,10): 
> error CS0516: Ein Konstruktor 
> 'System.Data.OracleClient.OracleMonthSpan.OracleMonthSpan(System.Data.OracleClient.OracleMonthSpan)' 
> kann sich nicht selbst aufrufen  (the constructor cannot call itself)

Fixed in CVS.

-Gonzalo