[Mono-list] configuring gtk to include gtkhtml-sharp

2004-08-06 Thread Steven Dahlin
I was wondering if anyone could tell me how to incorporate the gtkhtml-sharp package in the configure for gtk-sharp. I am afraid, for me, the documentation is not entirely clear. Do I need to download an additional package or was it included with the tarball for gtk-sharp. What would be

[Mono-list] eclipse, ikvm, linux, ppc

2004-08-06 Thread Robert Staudinger
Hello, i'm trying to run eclipse-3.0 on my debian powered ibook. It's working with jikes, but running it with ikvm would be really cool (and fast hopefully). Mono 1.0 is installed via apt-get, with the help of some -b source. When i try to launch eclipse i get the following output: [EMAIL

[Mono-list] mysql bounce kills mono

2004-08-06 Thread Keith Dreibelbis
Hi mono-list, I just put a bug on the mysql site: http://bugs.mysql.com/bug.php?id=4906 But I wondered if I should also mention it on this list. The bug is, if mono has been using a mysqld, and the mysqld bounces, the next query from mono will cause a SIGABRT with error Too many heap sections:

Re: [Mono-list] Mono Packages split.

2004-08-06 Thread Fabian Fagerholm
On Thu, 2004-08-05 at 19:05 -0400, Miguel de Icaza wrote: Hello, We are having a debate about the current packaging strategy: so far we have split everything into small chunks that have correct dependency information. Although this is useful for folks that want to get very granular

Re: [Mono-list] Mono Packages split.

2004-08-06 Thread Todd Berman
On Thu, 2004-08-05 at 20:36 -0400, Duncan Mak wrote: On Thu, 2004-08-05 at 19:45, Todd Berman wrote: Why isnt is possible to create a 'mono' and 'mono-devel' package that is basically a stub that deps on what would go in those. That way you get the best of both worlds. We already

Re: [Mono-list] ./libs/libmod_mono.so is not a DSO

2004-08-06 Thread Darrell Blake
mod_mono does not work (not even compile) on windows. Patches welcome. Not even in Cygwin? It's a Unix environment. Darrell ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list

[Mono-list] About the mono's image (the monkey)

2004-08-06 Thread Mario Carrion
Hello list I'm wondering if there's any problem for using the mono's image (the monkey) http://www.mono-project.com/img/logos/mono-gorilla-aqua.100px.png at my project. Do I have to include any license? Where I can find more information? And what about the rupert's image? Best regards -- Mario

Re: [Mono-list] ./libs/libmod_mono.so is not a DSO

2004-08-06 Thread Jonathan Stowe
On Fri, 2004-08-06 at 08:53, Darrell Blake wrote: mod_mono does not work (not even compile) on windows. Patches welcome. Not even in Cygwin? It's a Unix environment. Well strictly speaking Cygwin is just a .dll that provides sufficient POSIX/X-OPEN/SVID/whatever APIs to be able to

Re: [Mono-list] ./libs/libmod_mono.so is not a DSO

2004-08-06 Thread Darrell Blake
Sorry to be a bit vague That's ok. You've given me enough information to work on so I'll see what I can do. Cheers, Darrell ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] Latest monocharge

2004-08-06 Thread Sachin Kumar
It has been updated with latest monocharge. Thanks Sachin [EMAIL PROTECTED] 8/6/2004 2:17:15 AM I just rebuilt my JIT using the latest monocharge dated July 15 and am getting: Corlib not in sync with this runtime: expected corlib version 23, found 22. Download a newer corlib or a newer

Re: [Mono-list] Mono Packages split.

2004-08-06 Thread Michael
I dont think requiring X to install mono is sane. --Todd I agree. I also would be all for combined packages again if X was not required. I use mod_mono on X'less servers. -Michael ___ Mono-list maillist - [EMAIL PROTECTED]

RE: [Mono-list] Mono Packages split.

2004-08-06 Thread Neale.Ferguson
For environments like S/390 the use of X will be quite limited: most of the work will be web services type stuff. A frill-free package would be great . Neale ___ Mono-list maillist - [EMAIL PROTECTED]

Re: [Mono-list] Mono Packages split.

2004-08-06 Thread Dennis Boylan
On Thu, Aug 05, 2004 at 07:05:05PM -0400, Miguel de Icaza wrote: Hello, We are having a debate about the current packaging strategy: so far we have split everything into small chunks that have correct dependency information. Although this is useful for folks that want to get very

RE: [Mono-list] eclipse, ikvm, linux, ppc

2004-08-06 Thread Rafael Ferreira
That would be a very difficult task... If I remember correctly, a lot of stuff had to be patched in order to make eclipse 2.1 to run. - raf -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert Staudinger Sent: Thursday, August 05, 2004 10:18 AM To:

[Mono-list] Objects sizes and the GC.

2004-08-06 Thread Rafael Ferreira
Hey everyone, I'm working on an application using mono/.net that implements various in-memeory cache algorithms for very large objects and one of the issues I'm trying to address is when to swap cached objects out of memory. Historically, this would be done in 3 different ways: by setting a hard

Re: [Mono-list] 500 errors with mod_mono

2004-08-06 Thread Gonzalo Paniagua Javier
El jue, 05-08-2004 a las 21:03, Raul Carolus escribió: System.ArgumentException: The path is not of a legal form Is the over all error I get with my codebehind asp.net project (started on visual studio, want to see if I can run it on mono). It runs on windows. I've compiled the code on

Re: [Mono-list] What Is Most Reliable Mono Install for Fedora Core 2

2004-08-06 Thread Jonathan Pryor
On Mon, 2004-07-26 at 13:55, Weiqi Gao wrote: Antonio Santana wrote: I am running Fedora Core 2 and was wondering what might be the easiest or most reliable method for installing Mono on this Linux Distribution. I added the Mono URL to my yum.conf. I have installed some packages,

Re: [Mono-list] ASP.NET - usability/robustness/safety

2004-08-06 Thread Jonathan Pryor
On Tue, 2004-07-27 at 19:36, Miguel de Icaza wrote: snip/ Any software that does anything remotely interesting today is likely to infringe on a dumb patent in a way or another, specially web sites. (Many apologies for bringing this up now, but I thought it somewhat relevant.) Just to follow up

Re: [Mono-list] remoting linux - windows

2004-08-06 Thread Jonathan Pryor
On Tue, 2004-08-03 at 13:49, Weston Cerny wrote: I keep looking for more information on mono's System.Runtime.Remoting, but is it possible yet to have an ASP.NET application running under linux and a remoting server under windows and have them communicate correctly over the remoting boundary?

RE: [Mono-list] Tailcall

2004-08-06 Thread Neale.Ferguson
I added the flag and my TAILC stuff works perfectly! The only remaining item (for 32-bit) is implementing OP_ARGLIST. From reading the doc. and the other platform's code I still am not sure what it's supposed to do. -Original Message- Just add a new flag to MonoCompileFlags in mini.h