RE: [Mono-devel-list] monod: System.ServiceProcess on Linux

2005-03-09 Thread Jörg Rosenkranz
Hello Rafael, > -Original Message- > From: Rafael Teixeira [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 08, 2005 8:19 PM > > Nice piece of work. > But I do prefer to do it all in managed code using Mono.Unix, but I > don't have ready code to show so I may silence my big mouth... ;(

Re: [Mono-devel-list] Any known issues with mono compilation on debian/amd64?

2005-03-09 Thread Zoltan Varga
Hi, mono should work just fine on debian/amd64. Could you run the failing command under gdb and get a backtrace ? thanks Zoltan On Wed, 9 Mar 2005 02:38:52 +0100, Marek Habersack <[EMAIL PROTECTED]> wrote

[Mono-devel-list] Where to start Contributing to MONO?

2005-03-09 Thread Muthu
Hello! Im a newbie to mono hacking. I got mphoto, mono & mcs from SVN. Where do I start writing code that goes into MONO . Im more an app' programmer, than system level guy, but want to write something into developer tools, profiler, debugger. Where can I find a TODO list ? Cheers

Re: [Mono-devel-list] Mono on Solaris x86

2005-03-09 Thread Jonathan Pryor
On Tue, 2005-03-08 at 07:00 -0600, Jonel Rienton wrote: > Hi guys, I was doing another build of Mono 1.1.4 on a Solaris x86 box > when i got the following message: > > gcc -shared -Wl,-h -Wl,libMonoPosixHelper.so.0 -o > .libs/libMonoPosixHelper.so.0.1.0 .libs/map.o .libs/signal.o > .libs/stdio

[Mono-devel-list] Problem with adding netmodule files to an assembly

2005-03-09 Thread alfius
Hello, I am trying to use .netmodule files in mono 1.1.4 but I am running into problems. For example: Adder.cs namespace n1 { public class Adder { int Add(int x, int y) { return x+y; } } } ---

Re: [Mono-devel-list] Problem with adding netmodule files to an assembly

2005-03-09 Thread Zoltan Varga
Hi, This used to work in the past, but seems to have regressed. Please file a bug report at bugzilla.ximian.com about this. Zoltan On Wed, 09 Mar 2005 15:18:36 +0200, alfius <[EMAIL PROTECTED]> wrote: > Hello, > I am trying to use .

[Mono-devel-list] Re: Any known issues with mono compilation on debian/amd64?

2005-03-09 Thread Gabriel Ebner
Marek Habersack <[EMAIL PROTECTED]> writes: > The core isn't actually dumped, despite setting the correct ulimit, so I > cannot provide the stack backtrace. Has anyone encountered such an error on > a similar machine? Have you tried commenting out the line with -fexceptions in mono/libgc/configur

Re: [Mono-devel-list] Mono on Solaris x86

2005-03-09 Thread Jonel Rienton
regards, - Jonel Rienton http://blogs.road14.com Software Developer, *nix Advocate On Mar 9, 2005, at 6:07 AM, Jonathan Pryor wrote: On Tue, 2005-03-08 at 07:00 -0600, Jonel Rienton wrote: Hi guys, I was doing another build of Mono 1.1.4 on a Solaris x86 box when i got the following message: g

[Mono-devel-list] bug and patch to fix it

2005-03-09 Thread Andrew Skiba
Hello. I opened a bug on bugzilla and provided a patch to fix that bug: http://bugzilla.ximian.com/show_bug.cgi?id=73513 I'd like to pay your attention, that surrogate symbols processing is made in many places. $ grep -r 0xD800 */*.cs|wc -l 12 My patch fixes only a part of them, as I did

[Mono-devel-list] couldn't sign assembly

2005-03-09 Thread Doug
I am trying to compile the new mono code I got yesterday. I replaced it over my old mono code. I then did a make bootstrap Then I went into the mcs directory in the class/Managed.Windows.Forms directory. I did a make clean and then a make install. At first it failed with a corlib error

Re: [Mono-devel-list] [Patch] Reflection Only

2005-03-09 Thread Zoltan Varga
Hi, Here is a review of the custom attribute related changes: < Index: reflection.c === --- reflection.c(revisión: 40470) +++ reflection.c

Re: [Mono-devel-list] monod: System.ServiceProcess on Linux

2005-03-09 Thread Rafael Teixeira
Maybe we should use exec instead, as is needed in uclinux... On Wed, 9 Mar 2005 09:49:36 +0100, Jörg Rosenkranz <[EMAIL PROTECTED]> wrote: > Hello Rafael, > > > -Original Message- > > From: Rafael Teixeira [mailto:[EMAIL PROTECTED] > > Sent: Tuesday, March 08, 2005 8:19 PM > > > > Nice p

Re: [Mono-devel-list] bug and patch to fix it

2005-03-09 Thread Atsushi Eno
Hi Andrew, I opened a bug on bugzilla and provided a patch to fix that bug: http://bugzilla.ximian.com/show_bug.cgi?id=73513 Patch applied. Thanks! I'd like to pay your attention, that surrogate symbols processing is made in many places. $ grep -r 0xD800 */*.cs|wc -l 12 My patch fixes only

Re: [Mono-devel-list] Re: [PATCH] CAS support for reflection with [Link|Inheritance]Demand

2005-03-09 Thread Paolo Molaro
On 03/04/05 Sebastien Pouliot wrote: > +MonoBoolean > +ves_icall_System_MonoType_InternalReflectedLinkDemand (MonoReflectionMethod > *m) > +{ > + MonoDeclSecurityActions kactions; > + MonoDeclSecurityActions mactions; > + > + MONO_ARCH_SAVE_REGS; > + > + if (mono_secman_reflectedli

Re: [Mono-devel-list] Any known issues with mono compilation on debian/amd64?

2005-03-09 Thread Marek Habersack
On Wed, Mar 09, 2005 at 10:50:55AM +0100, Zoltan Varga scribbled: > Hi, > > mono should work just fine on debian/amd64. Could you run the failing > command > under gdb and get a backtrace ? The results of such attempt are quite, well, interesting

Re: [Mono-devel-list] System.Web.UI.Control - FindControl problem

2005-03-09 Thread Gonzalo Paniagua Javier
On Tue, 2005-03-08 at 17:52 +0200, Ilya Kharmatsky wrote: > I've opened new bug: http://bugzilla.ximian.com/show_bug.cgi?id=73479 > for this issue and added to bug modified patch. > Please ignore the previous patch - posted to mono-devel-list. This is fixed now. Thanks. -Gonzalo _

[Mono-devel-list] Mono build on an nfs share

2005-03-09 Thread Jonel Rienton
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi guys, anyone ever build mono on a directory which is actually an nfs share? I have just discovered this and I'd like to know if anyone have successfully built this this way? if none, i'll file a bug report on this. Seems to be related with sn.ex

[mono-vb] Re: [Mono-devel-list] MSVB conversion from C# to Mbas status

2005-03-09 Thread Manjula G H M
Hello, We are able to hack and support default parameter values in mono's Microsoft.VisualBasic.dll finally !!! Ankit Jain has come up with script (details below in fwd mail) and this is the final step of http://www.gnomebangalore.org/?q=node/view/498 what Jambu had mentioned in his blog. Will