[Mono-list] off-topic NAnt
Gert Driesen
gert.driesen@pandora.be
Sat, 3 Jul 2004 09:12:09 +0200
----- Original Message -----
From: "Chris Vickerson" <chris@vickerson.net>
To: "Gert Driesen" <gert.driesen@pandora.be>
Cc: <mono-list@lists.ximian.com>
Sent: Saturday, July 03, 2004 9:01 AM
Subject: Re: [Mono-list] off-topic NAnt
> Thanks for replying.
>
> I tried to compile the source but got the following errors:
> http://www.vickerson.net/NAntNightly.txt (I put it online so this email
> doesn't get too confusing).
That issue was fixed in cvs. A recent change in mcs (and csc 2.0) caused
this to surface.
This should be fixed in the most recent nightly build (06/30/2004).
> I also noticed that there were some pre-built binaries in that download
which I tried and got a new error
> when I tried to compile a .build file:
>
> NAnt 0.85 (Build 0.85.1525.0; net-1.1.win32; nightly; 3/5/2004)
> Copyright (C) 2001-2004 Gerry Shaw
> http://nant.sourceforge.net
>
> BUILD FAILED
>
> The current runtime framework 'mono-1.0' is not correctly
> configured in the NAnt configuration file.
The pkg-config related changes where done after the version you're using.
However, the pre-build version will not work on Mono because of Mono bug
#57602, so you have to build from source yourself.
Try the most recent nightly build, and include a verbose log (-verbose
switch) if you still have problems.
Gert