Hi,

  The problem is not with System.XML, but with the runtime itself. The
line which compiles
System.XML is the first time the newly compiled runtime is executed,
all prior commands
use the locally installed mcs and the locally installed runtime. Try running

/tmp/scratch/mono-1.1.9.1/runtime/mono-wrapper

without any parameters to see if the runtime works at all.

                                          Zoltan

On 10/4/05, Raja R Harinath <[EMAIL PROTECTED]> wrote:
> Hi,
>
> Wade Berrier <[EMAIL PROTECTED]> writes:
>
> [snip]
> > So, now when I build, the .dll files are generated, but now the build
> > fails with the same error I got when building under Paco's cygwin
> > environment of Mar 2004:
> >
> > MONO_PATH="../../class/lib/basic;
> > $MONO_PATH" /tmp/scratch/mono-1.1.9.1/runtime/mono-wrapper  
> > ../../class/lib/basic/mcs.exe  /nologo /optimize -d:NET_1_1 -d:ONLY_1_1 
> > -d:BOOTSTRAP_WITH_OLDLIB /debug+ /debug:full /noconfig -r:mscorlib.dll 
> > -r:System.dll -nowarn:0162 -nowarn:0618 -nowarn:0612 -target:library 
> > -out:System.Xml.dll `echo System.Xml.XPath/Parser.cs 
> > Mono.Xml.Xsl/PatternParser.cs Mono.Xml.Xsl/PatternTokenizer.cs | tr '/' 
> > '\\\\'` @../../build/deps/basic_System.Xml.dll.response
> > make[8]: Leaving directory
> > `/tmp/scratch/mono-1.1.9.1/mcs/class/System.XML'
> > make[7]: Leaving directory
> > `/tmp/scratch/mono-1.1.9.1/mcs/class/System.XML'
> > make[6]: Leaving directory `/tmp/scratch/mono-1.1.9.1/mcs/class'
> > make[5]: Leaving directory `/tmp/scratch/mono-1.1.9.1/mcs'
> > make[8]: *** [../../class/lib/basic/System.Xml.dll] Error 255
>
> This is the actual error.  It probably means that the runtime couldn't
> execute (it uses mono-wrapper).
>
> > /tmp/scratch/mono-1.1.9.1/libtool: line
> > 6594: /tmp/scratch/mono-1.1.9.1/mono/handles/semdel: No such file or
> > directory
> > /tmp/scratch/mono-1.1.9.1/libtool: line 6594:
> > exec: /tmp/scratch/mono-1.1.9.1/mono/handles/semdel: cannot execute: No
> > such file or directory
>
> This is not actually an error, even though it looks like one.
>
> - Hari
>
_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to