[Mono-dev] Failing to compile mono on Windows cygwin

2013-08-25 Thread Bryan Crotaz
I've found a bug in mono, logged it, and created a unit test for it. Now I want to add the test to the Mono test suite, and fix it. So I've now spent 2 days attempting to work out how to get cygwin to work, ending up installing ALL the packages to get autogen to run successfully. I'm now stuck.

Re: [Mono-dev] Failing to compile mono on Windows cygwin

2013-08-25 Thread Bryan Crotaz
b.com/jmp75/mono/tree/msvc_build_20130604 > > By the way if someone had advice on a feasible procedure and setup with > MonoDevelop for contributors to Mono itself, I for one would be interested. > > Hope this helps. > J-M > > > > From: mono-devel-list-boun...@lists.ximi

Re: [Mono-dev] Failing to compile mono on Windows cygwin

2013-08-25 Thread Bryan Crotaz
improve the VS build use > cases, but it is a draft and I struggle to find time for it > https://github.com/jmp75/mono/tree/msvc_build_20130604 > > By the way if someone had advice on a feasible procedure and setup with > MonoDevelop for contributors to Mono itself, I for one would be inte

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

2013-09-04 Thread Bryan Crotaz
I haven't been able to make Cygwin compile at all. Make just prints a blank line and stops. Is that what you're seeing? Do you have any documentation on your old Cygwin environment that works? Bryan Crotaz Silver Curve On 4 Sep 2013, at 05:45, Zoltan Varga wrote: Hi, Try ru

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

2013-09-04 Thread Bryan Crotaz
final-battle > http://shana.worldofcoding.com/en/mono_cygwin_tutorial.html > > -- > *From:* londondev [via Mono] [ml-node+[hidden > email]<http://user/SendEmail.jtp?type=node&node=4660760&i=0> > ] > *Sent:* Wednesday, September 04, 2013 2

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

2013-09-04 Thread Bryan Crotaz
er/SendEmail.jtp?type=node&node=4660760&i=0> > ] > *Sent:* Wednesday, September 04, 2013 2:48 AM > *To:* Mark Lintner > *Subject:* Re: mono from git will not build on cygwin 32 > > I haven't been able to make Cygwin compile at all. Make just prints a > blank lin

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

2013-09-04 Thread Bryan Crotaz
Ah! Was following mlgo's instructions On 4 September 2013 23:47, Robert Jordan wrote: > On 05.09.2013 00:36, Bryan Crotaz wrote: > >> After ./autogen.sh ... >> >> I get: >> >> Running ./configure --enable-maintainer-mode --enable-compile-warnings >&g

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

2013-09-04 Thread Bryan Crotaz
on behalf of Robert Jordan [ > robe...@gmx.net] > Sent: Wednesday, September 04, 2013 5:47 PM > To: mono-devel-list@lists.ximian.com > Subject: Re: [Mono-dev] mono from git will not build on cygwin 32 > > On 05.09.2013 00:36, Bryan Crotaz wrote: > > After ./autogen.sh ... >

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

2013-09-04 Thread Bryan Crotaz
t.emailsrvr.com/owa/UrlBlockedError.aspx>] on >> behalf of Robert Jordan [[hidden >> email]<https://connect.emailsrvr.com/owa/UrlBlockedError.aspx> >> ] >> >> Sent: Wednesday, September 04, 2013 5:47 PM >> To: [hidden email]<https://connect.emailsrvr.c

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 he

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

2013-09-05 Thread Bryan Crotaz
VS2010 project (which can be upgraded to VS2012 by the developer) and a pre built runtime. We also need a directory map; put your classes here, put your tests here. If I had the above starting point I could fix two serialisation bugs that are stopping me, in a matter of a few hours. Bryan Crotaz Sil

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 someo

Re: [Mono-dev] latest mono from git now builds on the latest cygwin

2013-09-08 Thread Bryan Crotaz
That way it could be quite minimal with a long list of dependencies. Bryan Crotaz Silver Curve On 9 Sep 2013, at 00:03, Daniel Lo Nigro wrote: Could it be packaged as a Cygwin package and hosted on the official Mono site? All the standard Cygwin apps are installed via packages. On Mon, Sep 9

Re: [Mono-dev] latest mono from git now builds on the latest cygwin

2013-09-09 Thread Bryan Crotaz
could be installed as a package in Cygwin? I > thought the problem was it was hard to get Cygwin configured. > > > ------ > *From:* Bryan Crotaz [bryan.cro...@silvercurve.co.uk] > *Sent:* Sunday, September 08, 2013 6:31 PM > *To:* Daniel Lo Nigro > *Cc

Re: [Mono-dev] latest mono from git now builds on the latest cygwin

2013-09-10 Thread Bryan Crotaz
wrote: > Gotcha, that seems reasonable. You would choose it and it would pull in > exactly and only what you need to build mono. That sounds reasonable. > > > ------ > *From:* Bryan Crotaz [bryan.cro...@silvercurve.co.uk] > *Sent:* Monday, September 09,

Re: [Mono-dev] latest mono from git now builds on the latest cygwin

2013-09-10 Thread Bryan Crotaz
led as a package in Cygwin? >> I thought the problem was it was hard to get Cygwin configured. >> >> >> -- >> *From:* Bryan Crotaz [bryan.cro...@silvercurve.co.uk] >> *Sent:* Sunday, September 08, 2013 6:31 PM >> *To:* Daniel L

Re: [Mono-dev] Bug with Ssl cert validation

2014-03-18 Thread Bryan Crotaz
SslStream with >> RemoteCertificateValidationCallback, and ignore the X509Chain and >> SslPolicyErrors, just simply present the certificate to user. >> >> Any better ideas? >> > > Contribute! :-) > > >> >> Thanks again, for your very prompt and helpful

Re: [Mono-dev] Bug with Ssl cert validation

2014-03-18 Thread Bryan Crotaz
I spent 4 days trying to get make to work on Cygwin. Followed those instructions and others. Every post I found had significant errors in it (eg Cygwin package names ) or was years out of date. Bryan Crotaz Silver Curve On 18 Mar 2014, at 13:25, "Edward Ned Harvey (mono)" wrote: >

Re: [Mono-dev] Bug with Ssl cert validation

2014-03-19 Thread Bryan Crotaz
vs haven't upgraded) and possibly on Mac too would enable all the little guys to quickly fix trivial bugs. When I spent a week trying to get it to compile, to fix my one line bug, I gave up. I want to contribute but I only have time to do that and not to mend a build system I don't understand.

Re: [Mono-dev] crn.com: »Sources: Microsoft In Talks To Acquire Mobile App Development Startup Xamarin«

2014-03-20 Thread Bryan Crotaz
It would be excellent for Xamarin users to get MS cash poured into bug fixing and ease of use (eg the compilation thread). Bryan Crotaz Silver Curve > On 20 Mar 2014, at 09:56, Ian Norton wrote: > > Yeah, maybe I panicked a little. Still, I think it would be a bad > thing for m

Re: [Mono-dev] Repeat builds of core assemblies

2014-05-12 Thread Bryan Crotaz
Will this make building on windows possible? Bryan Crotaz Silver Curve On 12 May 2014, at 16:59, Miguel de Icaza wrote: Hey guys, Another update: I am almost done with the work, only one cycle left to resolve and I will be able to land the changes. All the changes are on a branch on github

Re: [Mono-dev] Repeat builds of core assemblies

2014-05-12 Thread Bryan Crotaz
head scratching. On 12 May 2014 17:23, Alex J Lennon wrote: > > On 12/05/2014 17:07, Bryan Crotaz wrote: > > Will this make building on windows possible? > > Bryan, > > I've written a walkthrough here for building 3.4.0 from the release > tarball an

Re: [Mono-dev] Repeat builds of core assemblies

2014-05-12 Thread Bryan Crotaz
on with being productive instead of being put off by a whole load of errors they won't understand. Bryan On 12 May 2014 17:30, Bryan Crotaz wrote: > Ooooh pretty. Will give it a go. > > Can the build script be extended to install needed cygwin packages if > they're

Re: [Mono-dev] Repeat builds of core assemblies

2014-05-12 Thread Bryan Crotaz
I'd like to get to a point where a newbie can install cygwin, check out from git, and make. C'est tout. On 12 May 2014 17:35, Alex J Lennon wrote: > > On 12/05/2014 17:30, Bryan Crotaz wrote: > > Ooooh pretty. Will give it a go. > > Can the build script b

Re: [Mono-dev] Repeat builds of core assemblies

2014-05-12 Thread Bryan Crotaz
tep is a clean build script that JustWorks (TM). Sounds like you're nearly there. On 12 May 2014 17:49, Alex J Lennon wrote: > > On 12/05/2014 17:35, Bryan Crotaz wrote: > > There's a lot of references in your document to build failures and > potential future build failur

Re: [Mono-dev] Developing Mono

2014-05-14 Thread Bryan Crotaz
Personally I'd do this using nant and wrap the nunit console call in ncover communit edition to get a code coverage report. Bryan Crotaz Silver Curve > On 14 May 2014, at 09:59, Alex J Lennon wrote: > > >> On 14/05/2014 00:40, Robert Jordan wrote: >>> On 14.05.2014

Re: [Mono-dev] Developing Mono

2014-05-14 Thread Bryan Crotaz
last build Repeat for other platforms If no test failures, publish results and package to Xamarin website Bryan Crotaz Silver Curve > On 14 May 2014, at 09:59, Alex J Lennon wrote: > > >> On 14/05/2014 00:40, Robert Jordan wrote: >>> On 14.05.2014 00:55, Martin Thwaites wro

Re: [Mono-dev] Update on Build System

2014-05-24 Thread Bryan Crotaz
Can't wait for this to be complete so I can contribute. Bryan Crotaz Silver Curve > On 24 May 2014, at 08:33, David Schmitt wrote: > >> On 2014-05-24 04:58, Miguel de Icaza wrote: >> Hey guys, >> >> #1 Makefile Build System Update >> >> So the c

Re: [Mono-dev] Patch for NetworkInformation on OSX

2014-06-05 Thread Bryan Crotaz
Does it work on Linux and windows? Or does it fall back to the old behaviour? Or does it throw nasty errors? Bryan Crotaz Silver Curve On 5 Jun 2014, at 11:41, "Hüning, Christian" < christian.huen...@haw-hamburg.de> wrote: Hi everybody, I just ran into a problem regard

Re: [Mono-dev] Debugging on a remote (non-Android) Linux Device

2014-09-09 Thread Bryan Crotaz
I have exactly the same issue on raspberry Pi. SSL fails about 50% of the time. And I don't know how to do remote debug either. Bryan Crotaz Silver Curve > On 10 Sep 2014, at 03:45, Chris Tacke wrote: > > I have a Mono project that mirrors a desktop project (same code, same &

Re: [Mono-dev] Custom Code Writer

2014-10-06 Thread Bryan Crotaz
mailing list > Mono-devel-list@lists.ximian.com > http://lists.ximian.com/mailman/listinfo/mono-devel-list > > -- Bryan Crotaz Managing Director Silver Curve ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] Custom Code Writer

2014-10-06 Thread Bryan Crotaz
Post sharp can be used to do all sorts of clever things. I've used it to create a cross process messaging system in the past. Bryan Crotaz Silver Curve On 6 Oct 2014, at 20:53, Malte Lauterjung wrote: @ Miljenko Cvjetko: Sorry, what did you mean? :D @Bryan Crotaz: I mean a library to

Re: [Mono-dev] Building mono on Windows issues.

2014-10-16 Thread Bryan Crotaz
o get it right more easily than getting it to build natively on > windows. > _______ > Mono-devel-list mailing list > Mono-devel-list@lists.ximian.com > http://lists.ximian.com/mailman/listinfo/mono-devel-list > -- Bryan Crotaz Managing Dire

Re: [Mono-dev] Building mono on Windows issues.

2014-10-16 Thread Bryan Crotaz
continued... (grrr PEBKAC) https://www.jetbrains.com/resharper/features/code_analysis.html On 16 October 2014 14:35, Bryan Crotaz wrote: > You can probably do 5-10% max of resharper this way. Here's some examples > of how it speeds up my day: > > On 16 October 2014 14:22,

Re: [Mono-dev] Building mono on Windows issues.

2014-10-16 Thread Bryan Crotaz
Basically if we could persuade Xamarin to get mono building on Windows and VS users able to debug Mono, suddenly there would be a lot more developers able to contribute without having to learn a whole new stack first. Bryan On 16 October 2014 14:36, Bryan Crotaz wrote: > continued... (g

Re: [Mono-dev] Building mono on Windows issues.

2014-10-16 Thread Bryan Crotaz
Linux with > > Visual Studio - which I used to be able to do with Xamarin's Monotools > > Server before it disappeared. > > > > I'm currently investigating a VS plugin to replace Monotools Server > > which I've not had much

Re: [Mono-dev] Building mono on Windows issues.

2014-10-16 Thread Bryan Crotaz
ull time effort would bear more fruit than occasional toe-dips in the water. Bryan Crotaz Silver Curve > On 16 Oct 2014, at 14:54, DavidKarlas wrote: > > About debugging Mono on remote device(Linux) from VisualStudio... > http://www.giesswein-apps.at/mono aka. > https://github.

[Mono-dev] Windows builds

2014-10-16 Thread Bryan Crotaz
ests, then I can get that set up as a nightly build and get it publishing the results out to the web somewhere. It can do all the usual "which tests broke" stuff and report whose changes broke it. If we feel flash with cash we can run it against pull requests too. Who's with me? B

Re: [Mono-dev] Visual Studio project files - update to 2013?

2015-01-27 Thread Bryan Crotaz
2013 would make it possible for us to contribute if the solution files and build scripts are in place. Bryan Crotaz On 27 January 2015 at 21:15, Jo Shields wrote: > Dear all, > > We're currently considering upgrading the Visual Studio project files > for the Mono runtime to requi

Re: [Mono-dev] Mono/Windows Services

2015-06-11 Thread Bryan Crotaz
t; transmission. If verification is required please request a hard-copy > version. Atlium Global Services, 3438 East Lake Rd, Ste 14, PMB #664, Palm > Harbor, FL 34685 > > > > ___ > Mono-devel-list mailing list > Mono-devel-list@li