[Mono-list] Consideration for diff. versions of Cygwin; also 10/31 snapshot doesn't build

Mike Kestner mkestner@speakeasy.net
01 Nov 2001 15:43:52 -0600


--=-bteMJncUEhFjg7cDLwg8
Content-Type: text/plain
Content-Transfer-Encoding: 7bit

On Thu, 2001-11-01 at 09:11, RG wrote:
 
> Also, the snapshot from last night doesn't want to build, giving errors on
> the System.Drawing test "TestPoint.cs". I'm very new to this, but it doesn't
> seem like it is referencing the NUnitcore.dll in any build files, and nant
> reports that it can't find NUnit.

Sorry, I'm nant-impaired at the moment.  I built that file directly with
csc prior to checkin, but I didn't realise it would be activated in the
nant build by default.  I just checked in a change to the .build file to
exclude the Test dir in the build target for now.

Unfortunately, I'm getting the attached rather cryptic error which stops
my class build in corlib, so I can't verify it at the moment.  Anyone
have any ideas where the logs referenced in this error are written, or
what might be causing this failure?

Thanks,
Mike



--=-bteMJncUEhFjg7cDLwg8
Content-Type: text/plain
Content-Disposition: attachment; filename=bldout
Content-Transfer-Encoding: 7bit

make[1]: Entering directory `/cygdrive/e/monocvs/mcs/class'
../nant/NAnt.exe windows
Buildfile: e:\monocvs\mcs\class\library.build

windows:
     [nant] e:\monocvs\mcs\class\corlib\corlib.build windows
            Buildfile: e:\monocvs\mcs\class\corlib\corlib.build
            
            windows:
                  [csc] Compiling 362 files to e:\monocvs\mcs\class\lib\corlib.dll
            
            BUILD FAILED
            e:\monocvs\mcs\class\corlib\corlib.build:-1: The system cannot find the file specified
            The system cannot find the file specified

BUILD FAILED
Nested build failed - refer to build log for exact reason.
Try `NAnt.exe -help' for more information.
make[1]: Leaving directory `/cygdrive/e/monocvs/mcs/class'
make[1]: Entering directory `/cygdrive/e/monocvs/mcs/tools'
make[1]: Nothing to be done for `windows'.
make[1]: Leaving directory `/cygdrive/e/monocvs/mcs/tools'

--=-bteMJncUEhFjg7cDLwg8--