Re: [Mono-dev] Mono Debugger and Mono 2.4

2009-05-26 Thread Martin Baulig
On Fri, 2009-05-08 at 12:09 +0200, jonas echterhoff wrote: > Following up on my own post here, I have managed to make mdb work with > Unity (to some degree). It was mostly as easy as Miguel said, just > instruct Unity to use mono the same was as if "mono --inside_mdb" had > been called. > >

Re: [Mono-dev] Compiling olive branch SVN trunk/

2009-05-26 Thread Alan McGovern
Hey, On Fri, May 22, 2009 at 6:02 PM, Brian A. Seklecki < sekle...@noc.cfi.pgh.pa.us> wrote: > All: > > I haven't hacked on mono before; it's definitely amateur night over > here. Would it be unsound to try to compile the Olive branch against a > vanilla install of Mono 2.0.1 (FC11 or FreeBSD)

Re: [Mono-dev] building mono on OSX

2009-05-26 Thread Miguel de Icaza
Hello, > I haven't been able to build mono from svn for a while now it has > something to do with automake Have you tried following the instructions for setting up an OSX environment for building? http://www.mono-project.com/Compiling_Mono_on_OSX In my machine I have /usr/share/aclocal/libt

[Mono-dev] Compiling olive branch SVN trunk/

2009-05-26 Thread Brian A. Seklecki
All: I haven't hacked on mono before; it's definitely amateur night over here. Would it be unsound to try to compile the Olive branch against a vanilla install of Mono 2.0.1 (FC11 or FreeBSD)? I'm assuming that I need to be tracking trunk/ of Mono in order to get the olive/ stuff to compile?

Re: [Mono-dev] building mono on OSX

2009-05-26 Thread Ivan Porto Carrero
Thanks. I tracked down the location of the libtool.m4 file and now it works like a charm. On Tue, May 26, 2009 at 5:22 PM, Miguel de Icaza wrote: > Hello, > > I haven't been able to build mono from svn for a while now it has >> something to do with automake >> > > Have you tried following th

[Mono-dev] building mono on OSX

2009-05-26 Thread Ivan Porto Carrero
Hi, I just installed the dmg distribution of mono 2.4. I haven't been able to build mono from svn for a while now it has something to do with automake I guess I need to get that mdb executable first don't I? when i do ./autogen.sh --prefix=/usr/local/mono I get a screen full of this error messag

Re: [Mono-dev] Bug #360455

2009-05-26 Thread Marek Safar
Hello, > Yes, I am. I was just concluding so that you know what I talk about. I > wrote a little test case but when I looked into the bug tracker I > found a test case that did exacty the same thing so I see no need to > duplicate it. Here are the test cases (not by me): > > https://bugzillafiles.n

[Mono-dev] Fixing some memory leaks on Windows (GC related)

2009-05-26 Thread Aras Pranckevicius
Hi, We are investigating some memory leaks in Mono that happen on Windows. In our (Unity) case, we live in a web browser and when closing our plugin the process does not terminate. Turns out there are some GC related memory leaks that persist after shutting down Mono. We are using quite an old Mono

Re: [Mono-dev] Problem with reference not refreshed or specific version binding

2009-05-26 Thread APS
Now it's clear, thank you so much. At 19.41 25/05/2009, Mirco Bauer wrote: >On Mon, 25 May 2009 09:48:34 +0200 >APS wrote: > > > So you confirm that if I have a non-strongnamed library version > > 1.1.0.0 and I make a new bug fix version 1.1.1.0 (I think that > > changing revision is a normal beh