Re: [Mono-dev] mono from git will not build on cygwin 32

2013-09-05 Thread Bryan Crotaz
That sounds perfect to me as one if the target "customers" How easy is it to get that included in the nightly build so that the latest runtimes are available in this form on the Xamarin site? Bryan Crotaz Silver Curve On 5 Sep 2013, at 19:46, mlgo wrote: Here is an idea. When someone can get

Re: [Mono-dev] mono from git will not build on cygwin 32

2013-09-05 Thread mlgo
Here is an idea. When someone can get Cygwin installed and mono built, they can Version it with Cygwin and mono versions and zip it. Someone could put up a website or open up space on an existing web site. The working Cygwin+mono zips could be uploaded to the site. Others of course would be able

[Mono-dev] easier cygwin installation

2013-09-05 Thread Mark Lintner
Of course if xamarin put it on their site it would be better because it would be permanent and other obvious reasons From: mono-devel-list-boun...@lists.ximian.com [mono-devel-list-boun...@lists.ximian.com] on behalf of mlgo [mlint...@sinenomine.net] Sent: Thu

Re: [Mono-dev] mono from git will not build on cygwin 32

2013-09-05 Thread Rodrigo Kumpera
This is something we're aware of and we're trying to come up with a decent solution there. On Thu, Sep 5, 2013 at 1:21 PM, Bryan Crotaz wrote: > I'm in complete agreement. If I didn't need the bug fix for a project I'd > have given up by now. > > There are a very large number of windows develop

[Mono-dev] FW: mono make on cygwin 32 including atomic.c windows x86 has atomic operations

2013-09-05 Thread Mark Lintner
I think this is of interest to you guys. This is as far as I get. I tried taking out the Werror=implicit-function-declaration by commenting it out in the configure.in then reconfiguring. It results in the InterlockedCompareExchange64 being not defined. So I deleted mono and pulled the latest ag

Re: [Mono-dev] mono from git will not build on cygwin 32

2013-09-05 Thread Bryan Crotaz
I'm in complete agreement. If I didn't need the bug fix for a project I'd have given up by now. There are a very large number of windows developers who are experienced writing c# and unit tests. If they all fixed just 1 bug that would be a great help, right? All it needs is a VS2010 project (whic

Re: [Mono-dev] mono from git will not build on cygwin 32

2013-09-05 Thread Greg Young
As a thought, it might be a good idea to have a simplified system for being able to do development on things like class libraries where people can get up and running within 2-3 minutes. As of now it seems getting an environment setup is a major impediment that prevents a lot of people from contribu

Re: [Mono-dev] mono from git will not build on cygwin 32

2013-09-05 Thread Mark Lintner
I guess there are a few people having issues. I have lost track of who is who. I know once you get past these issues that some fixes have gone in to fix some build breaks that occur further along. There is still one outstanding. Just trying to help though, Cygwin gave me a lot of grief in the be

Re: [Mono-dev] mono from git will not build on cygwin 32

2013-09-05 Thread Bryan Crotaz
Am I Londondev? I haven't had a chance to look for a make.bat or similar. Will take another look over the weekend. Bryan Crotaz Silver Curve On 5 Sep 2013, at 15:30, Mark Lintner wrote: I think think that londendev is the one with the make which does not seem to do anything. I was helping hi

Re: [Mono-dev] mono from git will not build on cygwin 32

2013-09-05 Thread Mark Lintner
I think think that londendev is the one with the make which does not seem to do anything. I was helping him diagnose the issue along the line of what your posting. It seems link it could be a batch file that does nothing. He was posting back but it doesn't seem to show up in this thread.

Re: [Mono-dev] mono from git will not build on cygwin 32

2013-09-05 Thread Rafael Teixeira
Mark, did you check your path? seems like you something else called make or make.bat in your path before the cygwin installed make and that thing is breaking your cygwin environment... Rafael Teixeira O..:.) On Wed, Sep 4, 2013 at 9:25 PM, mlgo wrote: > Did you find the version and locati