On Tue, 2005-10-04 at 18:36 +0200, Kornél Pál wrote: > > From: Wade Berrier > > So it probably turns out that System.XML is the first dll that gets > > compiled from the mini wrapper? > > Yes, it is, but this was mentioned by Zoltán in the message you replyed to: > > >> From: Zoltan Varga > >> The line which compiles System.XML is the first time the newly > >> compiled runtime is executed, ...
True, must have missed that, thank you for pointing that out. > > Also note that I get some zombie mono.exe like this when I use a glib that > is compiled to use cygwin (or use cygwing glib-devel package). So check this > as it may be the cause of the behaviour you experience. As noted in a previous email in this thread, I'm using the glib deps from listed on tml's win32 gtk download page: ftp://ftp.gtk.org/pub/gtk/v2.6/win32/glib-2.6.6.zip ftp://ftp.gtk.org/pub/gtk/v2.6/win32/glib-dev-2.6.6.zip http://www.gimp.org/~tml/gimp/win32/pkgconfig-0.15.zip http://www.gimp.org/~tml/gimp/win32/libiconv-1.9.1.bin.woe32.zip http://www.gimp.org/~tml/gimp/win32/gettext-0.14.5.zip Also, Zoltan is also having the same issues that I'm having with the latest cygwin, where as he was able to compile about a month ago. Are you able to build? If so, are you using the latest cygwin? What deps are you using? Wade > > Kornél > > ----- Original Message ----- > From: "Wade Berrier" <[EMAIL PROTECTED]> > To: "Zoltan Varga" <[EMAIL PROTECTED]> > Cc: <[EMAIL PROTECTED]>; "Raja R Harinath" <[EMAIL PROTECTED]>; > <[email protected]> > Sent: Tuesday, October 04, 2005 6:09 PM > Subject: Re: [Fwd: Re: [Mono-dev] Mono 1.1.9.1 Windows Installer Released] > > > > On Tue, 2005-10-04 at 15:14 +0200, Zoltan Varga wrote: > >> 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. > >> > > > > You're right on this one. Running this doesn't do anything except > > return an error code of 255. > > > > So it probably turns out that System.XML is the first dll that gets > > compiled from the mini wrapper? > > > > I wonder what could be causing this? > > > > Wade > > > > > > > > > >> 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 > > [email protected] > > http://lists.ximian.com/mailman/listinfo/mono-devel-list > > > _______________________________________________ Mono-devel-list mailing list [email protected] http://lists.ximian.com/mailman/listinfo/mono-devel-list
