[Mono-list] Question about testing

J. Perkins jason@379.com
Fri, 26 Jul 2002 09:27:24 -0400


At this second I'm stuck at:

  ----

             BUILD FAILED
 
C:\Local\mono-24-Jul-02\mcs\class\System.XML\System.XML.build:-1: 
Program error, see build log for details.
             Program error, see build log for details.

BUILD FAILED
Nested build failed - refer to build log for exact reason.
Try `NAnt -help' for more information.
make: *** [linux] Error 1

  ----

...and I was trying to figure out where the build log was located.

Jason
379


Paolo Molaro wrote:
> Care to share details of the problems?
> You should be able to build corlib in two ways:
> 1) using csc (simply run make in the mcs/class dir)
> 2) using mcs _with the mono runtime_ (the MS implementation of
> Reflection.Emit cannot be used to build a corlib-type library)