----- Original Message ----- From: "Kevin Williams" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, August 20, 2004 6:32 PM
Subject: [Nant-users] compiling on mono



Hello all, list newbie here.

I want to start compiling projects on Mono in Linux, but I'm having trouble. I have Mono 1.0.1 installed and that seems to work fine. When I run 'make' in the directory where I unzipped the nightly build, it blows up on the "Obsolete" attributes for the NUnit1 tasks. I commented out the csc task for the NUnit1 tasks, and it all build fine.

This is due to a bug in Mono (http://bugzilla.ximian.com/show_bug.cgi?id=61902). We're added a workaround for it in cvs though. Try using yesterday's nightly build.


However, the log4net.dll it is linking against is the Win32 version, and Mono keeps giving me the "remap" message.

This has nothing to do with win32. The remap warings is being output because the log4net assembly references .NET 1.0 system assemblies, which is definitely not an issue. .NET 1.0 assemblies should (and do) work just fine on .NET 1.1 / Mono. The reason why Mon output this warning is to alert people that built assemblies using early beta versions of Mono.


Why isn't the Mono version of the log4net.dll placed in the bin/lib/mono/1.0 folder and used in the build process? I can't be the first one to notice/complain about this, can I?

This is because of another bug in Mono : http://bugzilla.ximian.com/show_bug.cgi?id=62135


Hope this explain it ...

Gert



-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to