Re: [us...@lists.monobjc.net] Re: [us...@lists.monobjc.net] Feeback Wanted on Snow Leopard

2009-10-27 Thread Duane Wandless
I can confirm as well that Laurent's patch fixes the issue seen in my
application.   And thank you very much for making the 2.6_M patch.

To get mkbundle to work I edited
/Library/Frameworks/Mono.framework/Versions/2.6_M/etc/mono/config to have
this line:


adding the full path allowed mkbundle to work.

Duane

On Sat, Oct 24, 2009 at 2:02 AM, Anthony Bowker  wrote:

>  I second that.  Thank you Laurent and Sledge for your hard work thus far.
>
>
>
> I've been following the e-mail exchange and the direction of your solution
> seems sound.  I haven't built Mono myself at present, but I've tested the
> 2.6_M patch and my app then works well on SL - had it running today for over
> 4 hours without a problem.
>
>
>
> Likewise, if there are updated binaries to test I'd be happy to help.
>
>
>
> Many Thanks!
>
> Anthony
>
>
>
> *From:* Franky De Meyer [mailto:f...@eazign.be]
> *Sent:* Tuesday, October 20, 2009 1:08 PM
>
> *To:* users@lists.monobjc.net
> *Subject:* RE: [us...@lists.monobjc.net] Re: [us...@lists.monobjc.net]
> Feeback Wanted on Snow Leopard
>
>
>
> A big thanks to Laurent and Sledge for all the hard work in debugging this
> pesky problem! It is really greatly appreciated...
>
>
>
> Laurent, I have installed your patched Mono on my Snow Leopard system, and
> can confirm that my software appears to work smoothly now! Great job!
>
> I know the patch will not be the final fix, but in any case it shows that
> you guys have a good grip on what exactly goes wrong.
>
>
>
> If you want any more or different tests, let me know.
>
>
>
> Thanks once more!
>
> Franky
>
>
>
>
>
>
>
> *From:* laurent.etiem...@gmail.com [mailto:laurent.etiem...@gmail.com] *On
> Behalf Of *Laurent Etiemble
> *Sent:* maandag 19 oktober 2009 11:41
> *To:* users@lists.monobjc.net
> *Subject:* Re: [us...@lists.monobjc.net] Re: [us...@lists.monobjc.net]
> Feeback Wanted on Snow Leopard
>
>
>
> Hello,
>
>
>
> I have built a variant of the Mono framework on Snow Leopard with an
> improved patch for bug 
> #537764.
> For those who are interested, you can:
>
> - install an official version of Mono to get all the soft links in place
>
> - download the archive:
> http://build.monobjc.net/binaries/Mono.framework.2.6_M.tar.bz2
>
> - unarchive it under /Library/Frameworks/Mono.framework/Versions
>
> - relink the current version to the new one (sudo rm Current && sudo ln -s
> 2.6_M Current)
>
>
>
> Beware that:
>
> - The archive only contains a small subset of the Mono framework (Mono +
> NAnt)
>
> - You should be able to package and run Monobjc's applications
>
> - It does not contains all the third-party assemblies or the GTK parts.
>
> - It will probably only work on Snow Leopard
>
>
>
> My goal is to know if the patch is robust enough to be pushed to Mono team.
>
>
>
> Regards, Laurent Etiemble.
>
>
>
> 2009/10/12 Franky De Meyer 
>
> Thanks for the extra tips Kenny, but I must admit I've now given up on
> trying to build Mono on Snow Leopard myself.
> This seems like a rather specialized matter, and requires more insight in
> the Mono build process (+ related Linux tools) than I can handle.
>
> I noticed the new installer for OSX today (on mono-project), version
> 2.4.2.3_6, so I was anxious to try it out on the SimpleCocoaApp on Snow
> Leopard, but unfortunately it still crashes, so it looks like the proposed
> patch is not in it yet...
>
> This is all quite depressing. Just as I was finally getting ready to
> release
> my app for OSX, it turns out that many of the potential users have already
> upgraded to Snow Leopard, so it's back to zero now. Sometimes I wonder
> whether I shouldn't have just taken the plunge and should have ported the
> entire app to XCode. Of course that would mean that none of my code would
> have been shared between Windows and Mac, while with the mono/monobjc
> solution I can have 70% common code.
>
> In any case, thanks again to Laurent for the great work and trying to help
> us out with this Mono problem. And thanks to you Kenny, for your efforts
> and
> guidance.
> Let's hope we can soon join the Snow Leopard gang ...
>
> Franky
>
>
>
>
> -Original Message-
> From: Kenny Clement [mailto:psyki...@gmail.com]
>
> Sent: vrijdag 2 oktober 2009 15:23
> To: users@lists.monobjc.net
> Subject: Re: [us...@lists.monobjc.net] Re: [us...@lists.monobjc.net]
> Feeback
> Wanted on Snow Leopard
>
> Franky,
>
> For glib, I'm using the following:
>
> CC="cc -L/Users/fdm/Mono/lib" CFLAGS="-I/Users/fdm/Mono/include -m32"
> PATH=/Users/fdm/Mono/bin:$PATH ./configure --prefix=/Users/fdm/Mono
>
> sorry, I forgot that CC and extra CFLAGS in my previous mail.
> When I got your gettext error, it was because my mono prefix was not in
> the path, however, you say it is.
>
> I also did an upgrade from leopard to Snow.
>
> My application is now working without crashes, however, on a certain
> window in my app, CPU spikes to 100% whenever something on the form is
> changed.
> 

Re: [us...@lists.monobjc.net] Re: [us...@lists.monobjc.net] Feeback Wanted on Snow Leopard

2009-10-27 Thread Laurent Etiemble
Hello,

Good to hear that we are heading in the right direction (Thank you
again for Sledge Ham for its contribution). I am trying to get a clean
patch to submit and clear the remaning minor memory leaks left.

As you may have noticed, there was no release of Monobjc lately, thus
breaking the near 1-month release cycle. It is because I am focused on
solving the Snow Leopard issue before anything else. If you need a
particular fix, mail me and I will provide the patch.

I will post update of the Snow Leopard issue, as soon as I have some news.

Regards, Laurent Etiemble.

2009/10/27 Duane Wandless :
> I can confirm as well that Laurent's patch fixes the issue seen in my
> application.   And thank you very much for making the 2.6_M patch.
>
> To get mkbundle to work I edited
> /Library/Frameworks/Mono.framework/Versions/2.6_M/etc/mono/config to have
> this line:
>      target="/Library/Frameworks/Mono.framework/Versions/2.6_M/lib/libMonoPosixHelper.dylib"
> os="!windows" />
>
> adding the full path allowed mkbundle to work.
>
> Duane
>
> On Sat, Oct 24, 2009 at 2:02 AM, Anthony Bowker  wrote:
>>
>> I second that.  Thank you Laurent and Sledge for your hard work thus far.
>>
>>
>>
>> I've been following the e-mail exchange and the direction of your solution
>> seems sound.  I haven't built Mono myself at present, but I've tested the
>> 2.6_M patch and my app then works well on SL - had it running today for over
>> 4 hours without a problem.
>>
>>
>>
>> Likewise, if there are updated binaries to test I'd be happy to help.
>>
>>
>>
>> Many Thanks!
>>
>> Anthony
>>
>>
>>
>> From: Franky De Meyer [mailto:f...@eazign.be]
>> Sent: Tuesday, October 20, 2009 1:08 PM
>>
>> To: users@lists.monobjc.net
>> Subject: RE: [us...@lists.monobjc.net] Re: [us...@lists.monobjc.net]
>> Feeback Wanted on Snow Leopard
>>
>>
>>
>> A big thanks to Laurent and Sledge for all the hard work in debugging this
>> pesky problem! It is really greatly appreciated...
>>
>>
>>
>> Laurent, I have installed your patched Mono on my Snow Leopard system, and
>> can confirm that my software appears to work smoothly now! Great job!
>>
>> I know the patch will not be the final fix, but in any case it shows that
>> you guys have a good grip on what exactly goes wrong.
>>
>>
>>
>> If you want any more or different tests, let me know.
>>
>>
>>
>> Thanks once more!
>>
>> Franky
>>
>>
>>
>>
>>
>>
>>
>> From: laurent.etiem...@gmail.com [mailto:laurent.etiem...@gmail.com] On
>> Behalf Of Laurent Etiemble
>> Sent: maandag 19 oktober 2009 11:41
>> To: users@lists.monobjc.net
>> Subject: Re: [us...@lists.monobjc.net] Re: [us...@lists.monobjc.net]
>> Feeback Wanted on Snow Leopard
>>
>>
>>
>> Hello,
>>
>>
>>
>> I have built a variant of the Mono framework on Snow Leopard with an
>> improved patch for bug #537764. For those who are interested, you can:
>>
>> - install an official version of Mono to get all the soft links in place
>>
>> - download the archive:
>> http://build.monobjc.net/binaries/Mono.framework.2.6_M.tar.bz2
>>
>> - unarchive it under /Library/Frameworks/Mono.framework/Versions
>>
>> - relink the current version to the new one (sudo rm Current && sudo ln -s
>> 2.6_M Current)
>>
>>
>>
>> Beware that:
>>
>> - The archive only contains a small subset of the Mono framework (Mono +
>> NAnt)
>>
>> - You should be able to package and run Monobjc's applications
>>
>> - It does not contains all the third-party assemblies or the GTK parts.
>>
>> - It will probably only work on Snow Leopard
>>
>>
>>
>> My goal is to know if the patch is robust enough to be pushed to Mono
>> team.
>>
>>
>>
>> Regards, Laurent Etiemble.
>>
>>
>>
>> 2009/10/12 Franky De Meyer 
>>
>> Thanks for the extra tips Kenny, but I must admit I've now given up on
>> trying to build Mono on Snow Leopard myself.
>> This seems like a rather specialized matter, and requires more insight in
>> the Mono build process (+ related Linux tools) than I can handle.
>>
>> I noticed the new installer for OSX today (on mono-project), version
>> 2.4.2.3_6, so I was anxious to try it out on the SimpleCocoaApp on Snow
>> Leopard, but unfortunately it still crashes, so it looks like the proposed
>> patch is not in it yet...
>>
>> This is all quite depressing. Just as I was finally getting ready to
>> release
>> my app for OSX, it turns out that many of the potential users have already
>> upgraded to Snow Leopard, so it's back to zero now. Sometimes I wonder
>> whether I shouldn't have just taken the plunge and should have ported the
>> entire app to XCode. Of course that would mean that none of my code would
>> have been shared between Windows and Mac, while with the mono/monobjc
>> solution I can have 70% common code.
>>
>> In any case, thanks again to Laurent for the great work and trying to help
>> us out with this Mono problem. And thanks to you Kenny, for your efforts
>> and
>> guidance.
>> Let's hope we can soon join the Snow Leopard gang ...
>>
>> Franky
>>
>>
>> -Original Message-
>> Fro