[Mono-docs-list] monodoc compilation: assembler.exe on ecma334 fails

2003-10-03 Thread Kris Luyten
Hi, compiling the latest version of monodoc results in a strange error when the makefile runs the assembler.exe on the ecma specs: = mono --debug ../browser/assembler.exe --ecmaspec ./../ecma334 -o ecma334 ** (../browser/assembler.exe:3770): WARNING **: Missing method .ctor in assembly

Re: [Mono-list] Mono 0.28 has been released

2003-10-03 Thread Sebastian Bergmann
Miguel de Icaza wrote: Mono 0.28 Release Is it correct that the Windows distribution's mcs identifies itself as version 0.27? e:\homemono --version Mono JIT compiler version 0.28, (C) 2002, 2003 Ximian, Inc. e:\homemcs --version Mono C# compiler version 0.27.0.0 --

[Mono-list] mod-mono-server.exe exception

2003-10-03 Thread Michael C McHugh
I was wondering what I did wrong. I am running apache 2.0.47, mod_mono_unx cvs from last week. It used to work fine, nothing has changed that I can think of since last week, but now running mono /usr/local/xsp/bin/mod-mono-server.exe shoots back: Unhandled Exception: System.ArgumentException:

[Mono-list] mod-mono-server.exe exception

2003-10-03 Thread Michael C McHugh
Update, it appers to be fine when run as mono mod-mono-server.exe --applications /mono:/usr/local/xsp/test What is the difference? Shoulden't it pick up the application path from mod-mono-server.exe if I added add key=MonoApplications value=/:/usr/local/xsp/test;/mono:/usr/local/xsp/test /

Re: [Mono-list] mod-mono-server.exe exception

2003-10-03 Thread Gonzalo Paniagua Javier
El jue, 02-10-2003 a las 21:03, Michael C McHugh escribió: Update, it appers to be fine when run as mono mod-mono-server.exe --applications /mono:/usr/local/xsp/test What is the difference? Shoulden't it pick up the application path from mod-mono-server.exe if I added add

[Mono-list] some ideas about XSP

2003-10-03 Thread yoros
Hello, I have a few ideas for XSP to get a more daemon like system. When I say XSP it can be applied to mod-mono-server. I think that the daemon launch system must be included with the package (at least). Gonzalo told me that in ximian it's used daemontools to get xsp managed. The same with the

RE: [Mono-list] Running MS compiled ASP.NET in Mono.

2003-10-03 Thread Bryan Andrews
How does this work with vb.net pre-compiled dlls? -Original Message- From: Gonzalo Paniagua Javier [mailto:[EMAIL PROTECTED] Sent: Monday, September 29, 2003 1:50 PM To: [EMAIL PROTECTED] Subject: Re: [Mono-list] Running MS compiled ASP.NET in Mono. El lun, 29-09-2003 a las 18:53, Mark

Re: [Mono-list] Mono 0.28 has been released

2003-10-03 Thread Duncan Mak
On Fri, 2003-10-03 at 02:26, Sebastian Bergmann wrote: Is it correct that the Windows distribution's mcs identifies itself as version 0.27? Ugh. I might have built the Windows installer from an older release-testing tarball. I'll fix that this weekend and release a new installer. Duncan.

[Mono-list] Mono 0.28 - Still fails under windows 2000 Professional

2003-10-03 Thread Paul Paximadis
I have just installed latest version on mono for Windows ( mono-0.28-win32-1.exe ) and I still get an error trying to compile simple Hello application. ** ERROR **: file icall.c: line 3145(ves_icall_System_CurrentTimeZone_GetTimeZoneData):assertion failed (err) abrting.. This is now displayed in

[Mono-list] Re: some ideas about XSP

2003-10-03 Thread yoros
On Fri, Oct 03, 2003 at 08:22:37AM +0200, yoros wrote: Hello, I have a few ideas for XSP to get a more daemon like system. When I say XSP it can be applied to mod-mono-server. I reply to myself with a few comments. I think that the daemon launch system must be included with the package

RE: [Mono-list] Running MS compiled ASP.NET in Mono.

2003-10-03 Thread White, Solomon
Another thing to be aware of... xsp expects the bin/*.dll files to be in the working directory (where you started it). For instance, say your dir structure looks like this: /home/user/mono -- xsp working directory /home/user/mono/testApp -- *.aspx files are here When

RE: [Mono-list] Running MS compiled ASP.NET in Mono.

2003-10-03 Thread Gonzalo Paniagua Javier
El vie, 03-10-2003 a las 19:39, White, Solomon escribió: Another thing to be aware of... xsp expects the bin/*.dll files to be in the working directory (where you started it). For instance, say your dir structure looks like this: /home/user/mono -- xsp working

Re: [Mono-list] I kind of built nant 8.3 on RH9+Mono, but then ...

2003-10-03 Thread A Rafael D Teixeira
Sorry for being late on anwerings, Ian... Rafael, the NAnt makefile has been re-organised since 0.8.3. I think you'll find that the current cvs builds much more smoothly. Wonderfull news, I'll have to get the cvs version, someday There is no mininant anymore - just run make in the nant basedir.

Re: [Mono-list] Monodoc

2003-10-03 Thread Giuseppe Greco
On Tue, 2003-09-30 at 19:13, Miguel de Icaza wrote: Hello, Hi Miguel, I've just checked out monodoc from CVS and here below is the error message I get when trying to compile it: make[1]: Entering directory `/home/genius/projects/monodoc/class' mono --debug ../browser/assembler.exe

Re: [Mono-list] Monodoc

2003-10-03 Thread Kris Luyten
On Fri, 2003-10-03 at 21:50, Giuseppe Greco wrote: snip Yes, I've a monodoc/ecma334 directory. That's really strange, because I've checked out and compiled monodoc many times without problems... I started having this problem last week... The same problem here (I posted it to mono-docs a

Re: [Mono-list] Mono 0.28 - Still fails under windows 2000 Professional

2003-10-03 Thread Miguel de Icaza
Hello, I have just installed latest version on mono for Windows ( mono-0.28-win32-1.exe ) and I still get an error trying to compile simple Hello application. ** ERROR **: file icall.c: line 3145(ves_icall_System_CurrentTimeZone_GetTimeZoneData):assertion failed (err) abrting.. This is

RE: [Mono-list] TripleDES differences between Mono 0.28 .NET

2003-10-03 Thread Sébastien Pouliot
Carlos, Bug confirmed. Please post results and source into bugzilla. I'll fix this ASAP. Thanks, Sebastien Pouliot Security Architect, Motus Technologies, http://www.motus.com work: [EMAIL PROTECTED] home: [EMAIL PROTECTED] blog: http://pages.infinit.net/ctech/poupou.html -Original

Re: [Mono-list] TripleDES differences between Mono 0.28 .NET

2003-10-03 Thread Carlos Guzman Alvarez
Hello: Bug confirmed. Please post results and source into bugzilla. Done. -- Best regards Carlos Guzmán Álvarez Vigo-Spain Todos somos muy ignorantes. Lo que ocurre es que no todos ignoramos las mismas cosas. Albert Einstein. ___ Mono-list maillist