[Mono-list] building NAnt with mcs?

Jeroen Janssen japj@darius.demon.nl
27 Mar 2002 21:48:30 +0100


I was wondering if it anyone succeeded in build (&run) NAnt with
mcs/mono.

(on a side note: is there a 'list' of selfhosting (csharp) tools that
are buildable with mcs : mcs can compile itself, but what other tools
can it compile? (that are needed to do 'completely' selfhosting))


This, since I'm getting the following error when trying to build nant
from the mcs/nant directory : 

[japj@pc1-japj nant]$ make NAnt_mono.exe
mcs /out:NAnt_mono.exe /nostdlib /noconfig /recurse:*.cs
/lib:../class/lib /r:corlib.dll /r:System.Xml.dll /r:System.dll
/nowarn:1595

(process:16038): ** WARNING **: unhandled exception
System.IO.IOException: "Win32 IO operation returned  for """
in System.IO.Directory:GetFileSystemEntries ()
in System.IO.Directory:GetFiles ()
in Mono.CSharp.Driver:CompileFiles ()
in Mono.CSharp.Driver:MainDriver ()
in Mono.CSharp.Driver:Main ()

make: *** [NAnt_mono.exe] Error 1

-- 
Jeroen Janssen