It is working this morning. :-) I didn't have an up-to-date mono/mcs build yesterday, so maybe that was the problem...
Thanks Andy > -----Original Message----- > From: Rolf Bjarne Kvinge [mailto:[EMAIL PROTECTED] > Sent: 06 November 2007 08:30 > To: 'Andy Hume'; [email protected] > Subject: RE: [mono-vb] Problems compiling on Windows > > Hi Andy, > > I have no idea right now what might be going on here, and I > won't have time to fix it for 1.2.6 (I'm going on vacation > later today :) > > Could you please file a bug and I'll look at it when I get back? > > Rolf > > > -----Original Message----- > > From: [EMAIL PROTECTED] [mailto:mono-vb- > > [EMAIL PROTECTED] On Behalf Of Andy Hume > > Sent: lunes, 05 de noviembre de 2007 18:36 > > To: [email protected] > > Subject: [mono-vb] Problems compiling on Windows > > > > Rolf > > > > I'm looking forward to trying your mono-basic fixes. I'm > please that > > they will make 1.2.6. :-) > > > > However compiling on Windows currently fails for me (at r88886, and > > before) -- but curiously I see no problem on Linux. I've > even deleted > > my tree and started again but stil the same problem, see the error > > below. Any ideas? > > > > Andy > > > > > > make[3]: Leaving directory > `/usr/src/mono/mono-basic/vbnc/vbnc/tests' > > make all-local > > make[3]: Entering directory `/usr/src/mono/mono-basic/vbnc/vbnc' > > MONO_PATH="../../class/lib/bootstrap;$MONO_PATH" mono --debug > > ../../class/lib/bootstrap/vbnc.exe @vbnc.exe.rsp /debug+ > /debug:full > > -target:exe -out:vbnc.exe @../../build/deps/vbnc.exe.response > > Visual Basic.Net Compiler version 0.0.0.5815 Copyright (C) > 2004-2007 > > Rolf Bjarne Kvinge. All rights reserved. > > > > > > Error : VBNC99999: Unexpected error: Object reference not set to an > > instance ofan object > > at vbnc.Emitter.EmitCallOrCallVirt (vbnc.EmitInfo Info, > > System.Reflection.MethodInfo Method) [0x00000] in /mono/head/mono- > > basic/vbnc/vbnc/source/Emit/Emitter.vb:1071 > > at vbnc.Helper.EmitStoreArrayElement (vbnc.EmitInfo Info, > > vbnc.Expression ArrayVariable, vbnc.ArgumentList Arguments) > [0x000c2] > > in /mono/head/mono-basic/vbnc/vbnc/source/General/Helper.vb:1334 > > at vbnc.VariableClassification.GenerateCode (vbnc.EmitInfo Info) > > [0x00485] in /mono/head/mono- > > > basic/vbnc/vbnc/source/Expressions/Classifications/VariableClassificat > > i > > on.vb:312 > > at vbnc.AssignmentStatement.GenerateCode (vbnc.EmitInfo Info) > > [0x0000f] in /mono/head/mono- > > > basic/vbnc/vbnc/source/Statements/AssignStatements/AssignmentS > tatement. > > vb:73 > > at vbnc.CodeBlock.GenerateCode (vbnc.EmitInfo Info) [0x000c6] in > > /mono/head/mono-basic/vbnc/vbnc/source/Code/CodeBlock.vb:546 > > at vbnc.ForStatement.GenerateCodeInternal (vbnc.EmitInfo Info) > > [0x002d0] in /mono/head/mono- > > basic/vbnc/vbnc/source/Statements/ForStatement.vb:320 > > at vbnc.ForStatement.GenerateCode (vbnc.EmitInfo Info) > [0x00002] in > > > /mono/head/mono-basic/vbnc/vbnc/source/Statements/ForStatement.vb:412 > > at vbnc.CodeBlock.GenerateCode (vbnc.EmitInfo Info) [0x000c6] in > > /mono/head/mono-basic/vbnc/vbnc/source/Code/CodeBlock.vb:546 > > at vbnc.ForStatement.GenerateCodeInternal (vbnc.EmitInfo Info) > > [0x002d0] in /mono/head/mono- > > basic/vbnc/vbnc/source/Statements/ForStatement.vb:320 > > at vbnc.ForStatement.GenerateCode (vbnc.EmitInfo Info) > [0x00002] in > > > /mono/head/mono-basic/vbnc/vbnc/source/Statements/ForStatement.vb:412 > > at vbnc.CodeBlock.GenerateCode (vbnc.EmitInfo Info) [0x000c6] in > > /mono/head/mono-basic/vbnc/vbnc/source/Code/CodeBlock.vb:546 > > at vbnc.CodeBlock.GenerateCode (IMethod Method) [0x00044] in > > /mono/head/mono-basic/vbnc/vbnc/source/Code/CodeBlock.vb:469 > > at vbnc.MethodBaseDeclaration.GenerateCode (vbnc.EmitInfo Info) > > [0x00090] in /mono/head/mono- > > basic/vbnc/vbnc/source/General/MethodBaseDeclaration.vb:255 > > at vbnc.ConstructorDeclaration.GenerateCode (vbnc.EmitInfo Info) > > [0x0023f] in/mono/head/mono- > > basic/vbnc/vbnc/source/Members/ConstructorDeclaration.vb:296 > > at vbnc.Helper.GenerateCodeCollection (IEnumerable Collection, > > vbnc.EmitInfo Info) [0x00025] in /mono/head/mono- > > basic/vbnc/vbnc/source/General/Helper.vb:2364 > > at vbnc.BaseObjects`1[vbnc.IMember].GenerateCode (vbnc.EmitInfo ) > > [0x00000] in /mono/head/mono- > > basic/vbnc/vbnc/source/General/BaseObjects`1.vb:74 > > at vbnc.AssemblyDeclaration.Emit (vbnc.TypeDeclaration Type) > > [0x0001c] in /mono/head/mono- > > basic/vbnc/vbnc/source/TypeDeclarations/AssemblyDeclaration.vb:170 > > at vbnc.AssemblyDeclaration.Emit () [0x00043] in /mono/head/mono- > > basic/vbnc/vbnc/source/TypeDeclarations/AssemblyDeclaration.vb:516 > > at vbnc.Compiler.Compile () [0x00399] in /mono/head/mono- > > basic/vbnc/vbnc/source/General/Compiler.vb:589 > > Compilation took 00:00:32.2350000 > > make[3]: *** [../../class/lib/vbnc/vbnc.exe] Error 255 > > make[3]: Leaving directory `/usr/src/mono/mono-basic/vbnc/vbnc' > > make[2]: *** [do-all] Error 2 > > make[2]: Leaving directory `/usr/src/mono/mono-basic/vbnc/vbnc' > > make[1]: *** [all-recursive] Error 1 > > make[1]: Leaving directory `/usr/src/mono/mono-basic/vbnc' > > make: *** [all-recursive] Error 1 > > > > _______________________________________________ > > Mono-vb mailing list > > [email protected] > > http://lists.ximian.com/mailman/listinfo/mono-vb > > > > > > -- > > No virus found in this incoming message. > > Checked by AVG Free Edition. > > Version: 7.5.503 / Virus Database: 269.15.22/1111 - Release Date: > > 05/11/2007 4:36 > > _______________________________________________ Mono-vb mailing list [email protected] http://lists.ximian.com/mailman/listinfo/mono-vb
