[Mono-bugs] [Bug 74656][Nor] Changed - nant 0.85rc3 doesn't build with mono 1.1.6
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 19 Apr 2005 19:09:38 -0400 (EDT)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by flashdict@gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=74656
--- shadow/74656 2005-04-19 12:20:44.000000000 -0400
+++ shadow/74656.tmp.1190 2005-04-19 19:09:38.000000000 -0400
@@ -52,6 +52,37 @@
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1185839&group_id=31650
------- Additional Comments From goetz.waschk@gmail.com 2005-04-19 08:52 -------
Created an attachment (id=14971)
complete build log
+
+------- Additional Comments From flashdict@gmail.com 2005-04-19 19:09 -------
+I get the same sort of error here compiling with Mono 1.1.7 - a long
+string of complaints from mcs for unresolved tokens. But with 1.1.7,
+I also get an explanation at the beginning:
+
+
+
+ [csc] ** (/usr/local/lib/mono/1.0/mcs.exe:1603):
+WARNING **: The following assembly referenced from
+/home/wjm/src/nant-0.85-rc3/build/mono-1.0.unix/nant-0.85-debug/bin/lib/ICSharpCode.SharpCvsLib.dll
+could not be loaded:
+ [csc] Assembly: log4net (assemblyref_index=2)
+ [csc] Version: 1.2.9.0
+ [csc] Public Key: b32731d11ce58905
+ [csc] The assembly was not found in the Global
+Assembly Cache, a path listed in the MONO_PATH environment variable,
+or in the location of the executing assembly
+(/home/wjm/src/nant-0.85-rc3/build/mono-1.0.unix/nant-0.85-debug/bin/lib).
+
+So, I just set MONO_PATH to the ~/src/nant-0.85-rc3/lib - where
+log4net.dll is supplied for us in the nant distribution, and
+everything works ok.
+
+Perhaps this helps you with 1.1.6?
+
+Note: I suspect a bug with the .build file for for the ICSharp dll in rc3.
+
+
+
+