[Mono-list] Alert!!! problem when compiling svn version

2005-02-15 Thread Hubert FONGARNAND
Today's svn version seems to be broken : compilation fails in linking with : ./.libs/libmetadata.a(domain.o)(.text+0x47b): In function `domain_id_alloc': /home/hubert/mono/mono/mono/metadata/domain.c:266: undefined reference to `mono_gc_alloc_fixed' ./.libs/libmetadata.a(domain.o)

Re: [Mono-list] Alert!!! problem when compiling svn version

2005-02-15 Thread Kamil Skalski
On Tuesday 15 of February 2005 09:45, Hubert FONGARNAND wrote: Today's svn version seems to be broken : Such errors are quite often when updating old tree with HEAD. You need to make clean ./autogen.sh --options make This should help. compilation fails in linking with :

[Mono-list] debugging with mod_mono

2005-02-15 Thread Hubert FONGARNAND
Is it possible to view Console.WriteLine message when using mod_mono with apache. (I don't see anything in logs)? I use xsp when I want to debug my projects... -- Hubert FONGARNAND Fiducial IT ___ Ce message et les éventuels documents joints peuvent

[Mono-list] mod_mono not case sensitive

2005-02-15 Thread Hubert FONGARNAND
Is there a way to configure mod_mono not case sensitive. (i'm working on a IIS based project, and IIS isn't case sensitive) thanks -- Hubert FONGARNAND Fiducial IT ___ Ce message et les éventuels documents joints peuvent contenir des informations

[Mono-list] Status of Mono's garbage collector

2005-02-15 Thread Holger Arnold
Hello, I have a few questions concerning the status of Mono's garbage collector: 1. Does Mono still use the Boehm garbage collector? (in the following, I assume it does) 2. Is memory management of CLI objects separated from the internal memory management of the runtime, i.e., does the Mono

Re: [Mono-list] mod_mono not case sensitive

2005-02-15 Thread Daniel Lopez
Inside your code, you need to consider case-sensitivity. At the URL level you can use mod_speling http://httpd.apache.org/docs/mod/mod_speling.html On Tue, Feb 15, 2005 at 10:29:46AM +0100, Hubert FONGARNAND wrote: Is there a way to configure mod_mono not case sensitive. (i'm working on a

Re: [Mono-list] i'd like unsubscribe

2005-02-15 Thread Jonathan Stowe
On Mon, 2005-02-14 at 21:41, Charli wrote: I'd like unsubscribe for this list and i don't know how. thanks ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list Note this URL above - you should

[Mono-list] Refreshing an image display

2005-02-15 Thread Vincent Arnoux
Hi, I am trying to have an image displayed in a Gtk.Image component (from a snapshot) but I can't get it to work. I declared my Gtk.Image in my gui.glade and tried to assign from the following code. I already posted it on Gtk# mailing list, but found no solution yet. This application is pretty

Re: [Mono-list] Status of Mono's garbage collector

2005-02-15 Thread Paolo Molaro
On 02/15/05 Holger Arnold wrote: 1. Does Mono still use the Boehm garbage collector? (in the following, I assume it does) Yes. 2. Is memory management of CLI objects separated from the internal memory management of the runtime, i.e., does the Mono runtime depend on gc for memory allocated

[Mono-list] problem with utf8 and mod_mono

2005-02-15 Thread Hubert FONGARNAND
An asp.net project is running on a mod_mono apache server... All pages are encoded in utf8. When I use XSP all éèâ are correctly rendered but when I use apache, i got only ? instead. My firefox recognize that the page charset is UTF-8 (the HTTP content-type header seems to be send correctly)

Re: [Mono-list] Best distro for Mono hacking (on and with)...

2005-02-15 Thread Miguel de Icaza
Hello, I'm currently running Ubuntu Hoary so that I can use Mono 1.0.5 to work with. I'd like to start playing with Mono 1.1, but I'm getting frustrated by the lack of packages available. I know I could compile from source, but I want to be ale to distribute my applications to a web

Re: [Mono-list] Re: [Gtk-sharp-list] nplot + gtk#?

2005-02-15 Thread Miguel de Icaza
Hey, It won't work with Windows, as is. But maybe you can do some magic with p/invoke to do something similar as with the X hackery in that file. Oh, someone send me a patch for this, and I have been hoping to get some time to port it to the latest NPlot. Miguel

Re: [Mono-list] ASP.Net Mono

2005-02-15 Thread Miguel de Icaza
Hello, 2- Where can I learn ASP.Net without needing visual studio.net. I don't want to use a project-based environment to write the pages. I want to learn to write asp.net web apps from scratch. Having tried this, I'm tempted to say, you need a visual enviroment with C# (and probably

Re: [Mono-list] i'd like unsubscribe

2005-02-15 Thread SigmaX
Jonathan Stowe wrote: On Mon, 2005-02-14 at 21:41, Charli wrote: I'd like unsubscribe for this list and i don't know how. thanks ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list Note this

[Mono-list] .Net (Mono) bindings for RRDtool library

2005-02-15 Thread Aleksandar Radulovic
Hi, I'm developing a WebService that, at some point, will interract with RRD databases (from RRDtool, see http://ee-staff.ethz.ch/~oetiker/webtools/rrdtool/). Planned interraction involves only reading the RRD databases (rrdfetch). I have two options lying ahead of me - either fork that part of

[Mono-list] Hello, Mono!

2005-02-15 Thread Hernán Nicolás Taboada
___ namespace HelloMono { /// summary /// This is intended to be a funny presentation to the Mono-list /// ... i know is probably not that... funny, heh... anyway :p /// /summary class Hi { static void Main (string[] args) { System.Console.WriteLine (Hello, Mono!);

Re: [Mono-list] Hello, Mono!

2005-02-15 Thread tei
Wellcome to Mono, Hernan. You will find lots of already solved problems here: http://www.go-mono.com/mailing-lists.html Try Google search of the archives If you search for hernan, you found that: http://lists.ximian.com/archives/public/mono-list/2003-September/015760.html (hummm.. a spanish mono

Re: [Mono-list] Hello, Mono!

2005-02-15 Thread Joe Audette
Here is a good link for installing mono on Suse 9.1 http://www.gotmono.net/documentation/mono-suse-howto.html Regards, JoeHernán Nicolás Taboada [EMAIL PROTECTED] wrote: ___namespace HelloMono{/// /// This is intended to be a funny presentation to the Mono-list/// ... i know is probably not

Re: [Mono-list] Hello, Mono!

2005-02-15 Thread A Rafael D Teixeira
Well the 'mono' you typed at prompt is just the runtime (the program that will execute your programs) you need to compile your C# code first using mcs: mcs -target:exe HelloMono.cs then you will have a HelloMono.exe that is your C# source compiled to the standard (multiplataform) format. Then

Re: [Mono-list] Hello, Mono!

2005-02-15 Thread Hernán Nicolás Taboada
Thank you for the feedback and for the resource Tei! :D with regard to the resource referenced here, (and just to keep the information updated): http://lists.ximian.com/archives/public/mono-list/2003-September/015760.html; it points to - http://groups.yahoo.com/group/monoar/; but is not available

Re: [Mono-list] Hello, Mono!

2005-02-15 Thread Hernán Nicolás Taboada
Thanks for the help Joe! :) On Tue, 15 Feb 2005 09:38:18 -0800 (PST), Joe Audette [EMAIL PROTECTED] wrote: Here is a good link for installing mono on Suse 9.1 http://www.gotmono.net/documentation/mono-suse-howto.html Regards, Joe Hernán Nicolás Taboada [EMAIL PROTECTED]

Re: [Mono-list] Hello, Mono!

2005-02-15 Thread Hernán Nicolás Taboada
Yes, it helps a lot! Muito Obrigado Rafael! :D On Tue, 15 Feb 2005 15:44:18 -0200, A Rafael D Teixeira [EMAIL PROTECTED] wrote: Well the 'mono' you typed at prompt is just the runtime (the program that will execute your programs) you need to compile your C# code first using mcs: mcs

[Mono-list] mod_mono /tmp/mod_mono_server

2005-02-15 Thread James Grant
Hi all, It appears I'm having a similar problem to what Giuseppe Greco was having in this thread: http://archive.neotonic.com/archive/mono-list/browse_frm/thread/7791/25553 mod_mono starts up the mod_mono_server.exe automatically the first time a mono enabled page is viewed, however it fails

Re: [Mono-list] Hello, Mono!

2005-02-15 Thread Rodolfo Campero
with regard to the resource referenced here, (and just to keep the information updated): http://lists.ximian.com/archives/public/mono-list/2003-September/015760.html; it points to - http://groups.yahoo.com/group/monoar/; but is not available anymore :( Yahoo! Groups There is no group called

Re: [Mono-list] Hello, Mono!

2005-02-15 Thread Hernán Nicolás Taboada
Subscribing now!, thank you Rodolfo! :) On Tue, 15 Feb 2005 15:57:59 -0300, Rodolfo Campero [EMAIL PROTECTED] wrote: with regard to the resource referenced here, (and just to keep the information updated): http://lists.ximian.com/archives/public/mono-list/2003-September/015760.html; it

[Mono-list] Casting delegates

2005-02-15 Thread Kris Luyten
Hello, I am trying to compile Picollo.Net (http://www.cs.umd.edu/hcil/piccolo/) with mono. Picollo is a toolkit to create zoomable user interfaces. It seems mcs can not compile statements of the following structure: ((PInputEventHandler)each)(this, e); where each is of type Delegate, and

Re: [Mono-list] Npgsql 0.7beta5 is out.

2005-02-15 Thread Gabriel Gunderson
Hi all, I'd like to say that Npgsql version 0.7beta5 is out. Npgsql is a .Net Provider for Postgresql 7.x and above. More info about it can be found at: http://www.mono-project.com/contributing/postgresql.html and http://gborg.postgresql.org/project/npgsql Please check full

Re: [Mono-list] Npgsql 0.7beta5 is out.

2005-02-15 Thread Francisco Figueiredo Jr.
Gabriel Gunderson wrote: Francisco, Hi Gabriel! I've downloaded that latest buil and installed it into my gac but it still looks for System.Windows.Forms. Is there somthing I missed about this build? Hmm, this is very strange... Could you run a monodis on Npgsql.dll assembly? I removed ( put

Re: [Mono-list] Npgsql 0.7beta5 is out.

2005-02-15 Thread Gabriel Gunderson
Hmm, this is very strange... Could you run a monodis on Npgsql.dll assembly? Looks like I must have grabbed the wrong one. :) This seems right. Thanks again! monodis --assemblyref bin/mono/Npgsql.dll AssemblyRef Table 1:

Re: [Mono-list] '$' in __dopostback script

2005-02-15 Thread Gonzalo Paniagua Javier
On Mon, 2005-02-14 at 09:55 +0100, Hubert FONGARNAND wrote: Last week, i've talked about compatibility problems in __dopostback script. In fact ms.net call __dopostback script with '$' in the name of the component, mono call call __dopostback script with ':' Here's the patch that fix this

Re: [Mono-list] debugging with mod_mono

2005-02-15 Thread Gonzalo Paniagua Javier
On Tue, 2005-02-15 at 10:18 +0100, Hubert FONGARNAND wrote: Is it possible to view Console.WriteLine message when using mod_mono with apache. (I don't see anything in logs)? I use xsp when I want to debug my projects... Compile mod_mono using --enable-debug -Gonzalo

Re: [Mono-list] mod_mono not case sensitive

2005-02-15 Thread Gonzalo Paniagua Javier
On Tue, 2005-02-15 at 10:29 +0100, Hubert FONGARNAND wrote: Is there a way to configure mod_mono not case sensitive. (i'm working on a IIS based project, and IIS isn't case sensitive) thanks mod_mono does nothing related to case. It just passes what it gets to mod-mono-server, which uses classes

Re: [Mono-list] problem with utf8 and mod_mono

2005-02-15 Thread Gonzalo Paniagua Javier
On Tue, 2005-02-15 at 14:14 +0100, Hubert FONGARNAND wrote: An asp.net project is running on a mod_mono apache server... All pages are encoded in utf8. When I use XSP all éèâ are correctly rendered but when I use apache, i got only ? instead. My firefox recognize that the page charset is UTF-8

Re: [Mono-list] mod_mono /tmp/mod_mono_server

2005-02-15 Thread Gonzalo Paniagua Javier
On Tue, 2005-02-15 at 13:28 -0500, James Grant wrote: Hi all, It appears I'm having a similar problem to what Giuseppe Greco was having in this thread: http://archive.neotonic.com/archive/mono-list/browse_frm/thread/7791/25553 mod_mono starts up the mod_mono_server.exe automatically the first

Re: [Mono-list] mod_mono /tmp/mod_mono_server

2005-02-15 Thread James Grant
On Tuesday 15 February 2005 5:40 pm, Gonzalo Paniagua Javier wrote: On Tue, 2005-02-15 at 13:28 -0500, James Grant wrote: Hi all, It appears I'm having a similar problem to what Giuseppe Greco was having in this thread: