[Mono-list] monodoc doesn't start

2004-02-20 Thread Yuri Leikind
Hello all, I have compiled gtk-sharp-0.16 and then monodoc-0.9. When I run browser.exe, I get Unhandled Exception: System.DllNotFoundException: libglade-2.0-0.dll in 0x0005c (wrapper managed-to-native) Glade.XML:glade_xml_new_from_buffer (byte[],int,string,string) in 0x00105 Glade.XML:.ctor

[Mono-list] mod_mono / mod-mono-server.exe

2004-02-20 Thread Abe Gillespie
I need a way for mod-mono-server.exe to be non-blocking such that I get control back at the command prompt. Much like how apachectl start starts Apache and you can go on your merry way. For mod-mono-server, I assume the missing item is the --nonstop switch. I've tried this but it still blocks.

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

2004-02-20 Thread Abe Gillespie
I take that back ... I can get ASP.NET working with the --nonstop switch, but I just can't get control back. Thanks. -Abe - Original Message - From: Abe Gillespie [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, February 20, 2004 10:00 AM Subject: mod_mono / mod-mono-server.exe

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

2004-02-20 Thread Gonzalo Paniagua Javier
El vie, 20-02-2004 a las 16:03, Abe Gillespie escribió: I take that back ... I can get ASP.NET working with the --nonstop switch, but I just can't get control back. mono mod-mono-server.exe [] -Gonzalo ___ Mono-list maillist - [EMAIL

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

2004-02-20 Thread Dominik Fretz
Abe Gillespie wrote: I take that back ... I can get ASP.NET working with the --nonstop switch, but I just can't get control back. Thanks. -Abe Hi Try to start it with mono /usr/local/bin/mod-mono-server.exe --nonstop --root . --applications (watch out for the ''!) this is not a mono thing, the

[Mono-list] Error compiling today's daily

2004-02-20 Thread Tiago Lima
Hi, I'm trying to build today's daily and it gives me this error when compiling: ... /bin/sh ../../libtool --mode=link gcc -g -O2 -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith

Re: [Mono-list] IDE for mono/linux

2004-02-20 Thread Archit Baweja
Hey emacs is an IDE! :-( Archit manuel kaderli [EMAIL PROTECTED] writes: Hi I'm looking for a IDE for C# under linux. I found the eclipse addin, but it doesn't work whit Eclipse 3.x. I'm not that familiar whit emacs, and would like to use a regular IDE insteed. Do you have a hint

[Mono-list] ByteFX+how+Data.Reader

2004-02-20 Thread felipe maya
How can I run a Data.Reader under other Data.Reader in a while bucle. THANKS Consigue tu correo GRATIS en Manizales.com, dale vida a tus mensajes con ms de 300 motivos gráficos. Busca el portal de tu ciudad en http://66.216.122.105 ___ Mono-list

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

2004-02-20 Thread Abe Gillespie
I see my newbiness is brightly shining! :) But thank you, that's perfect! Just out of curiousity though ... why would the mod-mono-server service be different from the Apache service? Thanks! -Abe - Original Message - From: Dominik Fretz [EMAIL PROTECTED] To: Abe Gillespie [EMAIL

[Mono-list] A Problem with XSP

2004-02-20 Thread Filip Bri
Hi! I am building some web service using Ximian Mono.NET (0.29). After a system crash, I get a problem with running xsp. And the problem is not related only to my web service, but to every asp site ran by xsp (including the included test pages). In particular, I get the following error when I

Re: [Mono-list] IDE for mono/linux

2004-02-20 Thread steve
Hey emacs is an IDE! :-( yes, kind of like a machette can be considered a butter knife. And a sherman tank can be considered a all-terrain-vehicle. I certainly appreciate the power of emacs, but lets face it. it is a bit overhelming. - Original Message - From: Archit Baweja

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

2004-02-20 Thread Gonzalo Paniagua Javier
El vie, 20-02-2004 a las 18:57, Abe Gillespie escribió: I see my newbiness is brightly shining! :) But thank you, that's perfect! Just out of curiousity though ... why would the mod-mono-server service be different from the Apache service? Because there's no way (yet?) to detach from the

[Mono-list] Error compiling current cvs mono

2004-02-20 Thread Richard Torkar
This is a FYI, I'm trying to compile mono on my gentoo laptop but unfortunately it bails with: gcc -g -O2 -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align

Re: [Mono-list] IDE for mono/linux

2004-02-20 Thread manuel kaderli
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Friday 20 February 2004 16:46, Archit Baweja wrote: Hey emacs is an IDE! :-( I know. But i don't know anyone how use emacs, and how could teach me a little. I guess it's quit hard to start develop whit emacs if you don't know how to use it.

RE: [Mono-list] Error compiling current cvs mono

2004-02-20 Thread Varga Zoltan
Hi, This problem seems to be caused by the usage of the __thread keyword in mono which was recently added. It can be turned off by passing the --with-nptl=no option to configure. I would be grateful if somebody could track down the cause of this

Re: [Mono-list] Testing Large Web Applications

2004-02-20 Thread Richard Turpen
Loadrunner from Mercury interactive is great for load testing On Feb 19, 2004, at 7:05 AM, Met @ Uber wrote: Are there any tools that can check web pages intelligently for errors. Such as testing forms, follow a specified path as if it were a human and check for values etc? ~ Matthew

Re: [Mono-list] Error compiling today's daily

2004-02-20 Thread Paolo Molaro
On 02/20/04 Tiago Lima wrote: I'm trying to build today's daily and it gives me this error when compiling: [...] So the main error is : ./.libs/libmono.so: undefined reference to `___tls_get_addr' What version of libc, gcc and what operating system are you using? lupus --

Re: [Mono-list] Build error

2004-02-20 Thread Paolo Molaro
On 02/18/04 Hector E. Gomez Morales wrote: I have this error since yesterday: [...] ./.libs/libmono.so: undefined reference to `___tls_get_addr' collect2: ld returned 1 exit status make: *** [mono] Error 1 Tell us what version of libc, gcc and what operating system you're using. lupus --

RE: [Mono-list] ByteFX+how+Data.Reader

2004-02-20 Thread Reggie
You cant on the same connection. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of felipe maya Sent: Friday, February 20, 2004 12:22 PM To: [EMAIL PROTECTED] Subject: [Mono-list] ByteFX+how+Data.Reader How can I run a Data.Reader under other

Re: [Mono-list] Reflection...

2004-02-20 Thread Marcus
I think that this is an mcs bug. I think I narrowed it down to mcs's mark handling the custom attribute correctly. I filed a bug report for you. http://bugs.ximian.com/show_bug.cgi?id=54679 On Friday 20 February 2004 2:06 pm, Giuseppe Greco wrote: Hi all, since const fields are implicitly

Re: [Mono-list] Reflection...

2004-02-20 Thread Giuseppe Greco
Ok Markus, Thanks, j3d. On Sat, 2004-02-21 at 00:59, Marcus wrote: I think that this is an mcs bug. I think I narrowed it down to mcs's mark handling the custom attribute correctly. I filed a bug report for you. http://bugs.ximian.com/show_bug.cgi?id=54679 On Friday 20 February 2004