[Mono-list] Mono 0.30 on Linux

2004-01-22 Thread JD Conley
Got the 0.30 preview compiled/setup fine on my Gentoo box. Specs: gentoo linux - i686-pc-linux-gnu SMP (Dual Proc) linux-2.4.23_pre8-gss (gentoo stable sources) pkg-config 0.15.0 glib 2.2.3 icu 2.6 I didn't run through the Mono test suite, but I did run through my own product's unit test suite an

Re: [Mono-list] Re: Mono and Global.asax

2004-01-22 Thread Gonzalo Paniagua Javier
El vie, 23-01-2004 a las 01:14, Tracy Barlow` escribió: > I don't believe it, caught out again. > > Microsoft/.NET/IIS = Global.asax > Linux/Mono/Apache = global.asax. Mono also allows for Global.asax instead. -Gonzalo ___ Mono-list maillist - [EMA

Re: [Mono-list] Windows Build of .30?

2004-01-22 Thread Alejandro Mery
JD Conley wrote: >Does anyone have an unofficial build of .30 for Windows I could grab? >I'd like to test a couple of bug fixes that were rolled into this one, >but my CygWin environment isn't cooperating with me. > have you tried SFU? Alejandro Mery _

[Mono-list] Strange Mono WARNING Output

2004-01-22 Thread JD Conley
Currently when running my application I get a lot of "WARNING **: : unref on called when ref was already 0" warnings. ( is, I assume, is an interal identifier for a reference variable?) I'm not sure where the warning are coming from. Perhaps the GC? Dereferencing something more than once doesn'

[Mono-list] Re: Mono and Global.asax

2004-01-22 Thread Tracy Barlow`
I don't believe it, caught out again. Microsoft/.NET/IIS = Global.asax Linux/Mono/Apache = global.asax. -- Regards Tracy Barlow Phone: 07 4124 5092 Mobile: 0416 00 38 61 Email: [EMAIL PROTECTED] www:www.tracyannesoftware.com ___ Mono-list mailli

RE: [Mono-list] Could not find file "..\..\bytefx.snk"

2004-01-22 Thread Daniel Morgan
Comment out the line that uses bytefx.snk in AssemblyInfo.cs for ByteFX.Data -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Pablo Fischer Sent: Friday, January 23, 2004 4:00 PM To: [EMAIL PROTECTED] Subject: Re: [Mono-list] Could not find file "..\..\bytefx.

Re: [Mono-list] GET ME OF THIS LIST

2004-01-22 Thread Shawn Vose
If you ever want to unsubscribe or change your options (eg, switch to or from digest mode, change your password, etc.), visit your subscription page at: http://lists.ximian.com/mailman/options/mono-list/cwertman%40webchamps.com On Thu, 2004-01-22 at 20:37, Chris Wertman wrote: > I have sent now

[Mono-list] GET ME OF THIS LIST

2004-01-22 Thread Chris Wertman
I have sent now 3 messages to the list admins and one to the list itself.   How do I get the F*** off this list !?!?!?!?   Chris

[Mono-list] Windows Build of .30?

2004-01-22 Thread JD Conley
Does anyone have an unofficial build of .30 for Windows I could grab? I'd like to test a couple of bug fixes that were rolled into this one, but my CygWin environment isn't cooperating with me. Thanks JD ___ Mono-list maillist - [EMAIL PROTECTED] htt

Re: [Mono-list] Debian Package + LibApache Mod_mono

2004-01-22 Thread Stuart Ballard
Pablo Fischer wrote: Thanks for the report! I'll work tomorrow in it and work in the service (init.d). See ya! PD. You are using the .28 version or the cvs version? (of mono and mcs). I'm using the .28 version, because that's what I got when I apt-get installed libapache-mod-mono, and I wasn't s

Re: [Mono-list] Could not find file "..\..\bytefx.snk"

2004-01-22 Thread Pablo Fischer
Thanks! That will be very helpfull. Like I said I can't compile the .29 version cause I get that message every time I try to compile mcs. See ya! Pablo El jue, 22-01-2004 a las 14:27, A Rafael D Teixeira escribió: > The problem is that file contains a certificate (basically a pair of crypto > ke

Re: [Mono-list] Debian Package + LibApache Mod_mono

2004-01-22 Thread Pablo Fischer
Thanks for the report! I'll work tomorrow in it and work in the service (init.d). See ya! PD. You are using the .28 version or the cvs version? (of mono and mcs). El jue, 22-01-2004 a las 14:38, Stuart Ballard escribió: > Pablo Fischer wrote: > > Any bugs, please mail me :) > > The debian packag

Re: [Mono-list] Debian Package + LibApache Mod_mono

2004-01-22 Thread Stuart Ballard
Pablo Fischer wrote: Any bugs, please mail me :) The debian packages at present seem to not include an /etc/init.d script for starting mod-mono-server.exe, so I've tried writing one myself (via shameless copy-n-pasting from another one on my system), and I'm not having much luck so far. Maybe I

Re: [Mono-list] xml bug?

2004-01-22 Thread Atsushi Eno
Hello, Sadly to say, I heard that this fix broke monodoc web service, so I reverted it. It might be fixed before 0.30 release, but might not. Regards, Atsushi Eno Atsushi Eno wrote: Hello, Well, I think it is good way to make difference. However even if we distinguish String.Empty from null at

RE: [Mono-list] Delegates and inter-assembly custom marshale

2004-01-22 Thread Varga Zoltan
Hi, Fixed in CVS. Zoltan > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of ext Patrick > Hartling > Sent: January 21,2004 22:06 > To: [EMAIL PROTECTED] > Subject: [Mono-list] Delegates and inter

[Mono-list] Could not find file "..\..\bytefx.snk"

2004-01-22 Thread A Rafael D Teixeira
The problem is that file contains a certificate (basically a pair of crypto keys) that is tied to ByteFX. It can't be publicized or someone can impersonate as being ByteFX. So, in Mono we should just compile without it. I can't remember the one-line change that corrects it, but someone posted it

Re: [Mono-list] asp.net does not recognise Subproperties

2004-01-22 Thread Gonzalo Paniagua Javier
El mié, 21-01-2004 a las 13:22, Jonathan Wheelhouse escribió: > (I tried to submit this bug via bugzilla but am having no luck even > though I appear to have an account.) > > Description of Problem: > asp.net does not recognise Subproperties. Yes, this is a bug. I've filed it as http://bugzilla.

[Mono-list] RE: Mono-list digest, Vol 1 #1403 - 10 msgs

2004-01-22 Thread Alejandro Ospina
>>The first preview in a series for the Mono 0.30 release is available Hi!. What will be the main differences between Mono 0.29 and Mono 0.30? Thanks. BYE! ¡Hasta pronto! Atentamente, Alejandro Ospina Nueva Escuela Teléfono: (57)(4) 264 84 55 Fax: (57)(4) 425 02 40 www.nuevaescuela.com [EM

[Mono-list] mono-0.30 preview on slack9.1

2004-01-22 Thread ROUGE Alain
hi, my config > slack91 with cairo cvs. tar xvfz mono-0.30.tar.gz cd mono-0.30 ./configure --prefix=/usr && make && make install it works !! (some warnings with gcc 3.2.3) . HelloWorld works. Now I want to test mcs-0.30/class/System.Drawing/Test/System.Drawing/BmpPaint.cs "mcs -r System

Re: [Mono-list] Debian Package + LibApache Mod_mono

2004-01-22 Thread Stuart Ballard
Pablo Fischer wrote: Hi! Fixed and uploaded the new version of the libapache_mod_mono package, has the same name, in the same dir: http://debian2.pablo.com.mx/unstable/ http://debian2.pablo.com.mx/unstable/libapache-mod-mono_0.5-1_i386.deb Any bugs, please mail me :) apt isn't picking up the new v

Re: [Mono-list] asp.net or php

2004-01-22 Thread David Moreno Garza
On Wed, Jan 21, 2004 at 11:16:45PM -0700, Michael J. Ryan wrote: > Matt Ryan wrote: > >Just to get everyone's opinion, how interesting would it be to make > >PHP a .NET-enabled language with Mono? > > not much, since IMHO, the zend engine sucks.. and C# is a much nicer And the reason is... --

Re: [Mono-list] asp.net or php

2004-01-22 Thread Alan Knowles
Miguel de Icaza wrote: Hey, Just to get everyone's opinion, how interesting would it be to make PHP a NET-enabled language with Mono? Such efforts have been started as weekend projects, but never fully completed. yeap - I can vouch for that :) - although it took alot longer than a weekend :)

Re: [Mono-list] asp.net or php

2004-01-22 Thread Marco Canini
On Thu, 2004-01-22 at 07:16, Michael J. Ryan wrote: > Matt Ryan wrote: > > Just to get everyone's opinion, how interesting would it be to make > > PHP a .NET-enabled language with Mono? > > not much, since IMHO, the zend engine sucks.. and C# is a much nicer language > to work with over PHP, where

[Mono-list] asp.net does not recognise Subproperties

2004-01-22 Thread Jonathan Wheelhouse
(I tried to submit this bug via bugzilla but am having no luck even though I appear to have an account.) Description of Problem: asp.net does not recognise Subproperties. I'm reading Essential ASP.NET with Examples in C# page 240 8.1.6 Subproperties (1). I tried to run the Subproperties example

[Mono-list] Remoting: small difference between Mono and .NET

2004-01-22 Thread Patrik Reali
Hi! I'm posting this to help other programmers falling into this small pitfall. While testing IIOP.NET (http://iiop-net.sourceforge.net/), we run into a difference in the way Mono and .NET handle a IReceiverChannel in the remoting (we did define our own channel). IReceiverChannel defines the m