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

2005-03-08 Thread Marek Habersack
Hello all, I'm having trouble trying to compile mono from the daily tarballs (tried several 1.1.4 and 1.1.3 versions) on an Opteron 140 machine running debian/sid and kernel 2.6.11ac1. The machine has no mono installed (and I can't use the binary x86 installer since the machine has no 32bit supp

Re: [Mono-devel-list] assertion running compiled nunit tests under svn-head amd64 mono

2005-03-08 Thread Zoltan Varga
Hi, That assertion should not happen, so this is most likely a runtime bug. Please file a bug report at bugzilla.ximian.com and include some kind of test case which causes this problem. thanks

[Mono-devel-list] Gentle.NET Object Persistence Framework

2005-03-08 Thread Morten Mertner
Hi All, I am pleased to announce that Gentle.NET now works out-of-the-box with Mono! Personally, I'd like to send a *big* congratulations and an even bigger *thank you* to all Mono developers for your efforts in achieving this level of .NET compatibility! The test setup used an unmodified Gentle

[Mono-devel-list] mono 1.1.4 installer

2005-03-08 Thread mcrocha
i'm getting the following error message: mrx:~# monodoc /opt/monobundle-1.1.4/mono/bin/mono.bin: relocation error: /opt/monobundle-1.1.4/mono/bin/mono.bin: symbol __libc_stack_end, version GLIBC_2.1 not defined in file ld-linux.so.2 with link time reference my machine is a linux debian sarge wi

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

2005-03-08 Thread Rafael Teixeira
Hi Jorg, 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... ;() Thanks for sharing your code, On Tue, 8 Mar 2005 18:44:36 +0100, Jörg Rosenkranz <[EMAIL PROTECTED]> wrote: > Hi all, > > Attach

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

2005-03-08 Thread Jörg Rosenkranz
Hi all, Attached is the first incarnation of a Mono Linux daemon to run .NET services developed using System.ServiceProcess. The daemon exports an internal call which is used by ServiceBase to get the service objects from the managed service. To test this daemon you have to: 1. Patch Sy

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

2005-03-08 Thread Ilya Kharmatsky
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. Ilya Kharmatsky wrote: Hi! I have following problem, which I think some kind of regression. When I'm adding 2 or more

[Mono-devel-list] Please send patches to public list

2005-03-08 Thread Atsushi Eno
Hi guys, (B (BThere are some guys who send patches to module owners privately. (BBut I don't think it is good way to want them applied (I hope no (Bone would object ;-). Please post patches to mono-devel-list (Bso that everyone can review and/or point out some basic things (Blike "check our c

Re: [Mono-devel-list] (no subject)

2005-03-08 Thread Rafael Teixeira
To read Access files, you can see if mdb-tools is alive, and install it in gda to use with our OledbClient ADO.NET provider, that uses gda(libgda). I strongly recommend you to move your data to some real database, or at least a non-proprietary file-format (Access .mdb is just a proprietary [undocum

[Mono-devel-list] Mono on Solaris x86

2005-03-08 Thread Jonel Rienton
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.o .libs/stdlib.o .libs/dirent.o .libs/errno.o .libs/fcntl.o .libs/

[Mono-devel-list] (no subject)

2005-03-08 Thread pampa sadhukhan
Hi everybody, I am new to this developer list. I have done something using mono. I have developed a web Service using C# language in Dot Net platform that invokes matlab and executes decesion support tool(actually it does power system optimization) that is developed in matlab , and then ge

Re: [Mono-devel-list] [PATCH] Alias analysis

2005-03-08 Thread Zoltan Varga
Hi, Try: mono --profile Zoltan On Tue, 08 Mar 2005 11:22:52 +0100, Massimiliano Mantione <[EMAIL PROTECTED]> wrote: > On Mon, 2005-03-07 at 21:14, Ben Maurer wrote: > > > Does anybody have some benchmarks where inlining was making things worse > > > in

Re: [Mono-devel-list] [PATCH] Alias analysis

2005-03-08 Thread Massimiliano Mantione
On Mon, 2005-03-07 at 21:14, Ben Maurer wrote: > > Does anybody have some benchmarks where inlining was making things worse > > instead of improving them? > > If I remember correctly, it was making mcs bootstrap worse. It got better > when I did my hacksih inlining... OK, I've had a look at it. I