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

2013-09-04 Thread Bryan Crotaz
After ./autogen.sh ... I get: Running ./configure --enable-maintainer-mode --enable-compile-warnings --host=i686-pc-mingw32 --profile=/cygdrive/c/mono ... configure: error: unrecognized option: `--profile=/cygdrive/c/mono' Try `./configure --help' for more information On 4 September 2013

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

2013-09-04 Thread Robert Jordan
On 05.09.2013 00:36, Bryan Crotaz wrote: After ./autogen.sh ... I get: Running ./configure --enable-maintainer-mode --enable-compile-warnings --host=i686-pc-mingw32 --profile=/cygdrive/c/mono ... configure: error: unrecognized option: `--profile=/cygdrive/c/mono' Try `./configure --help' for

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 robe...@gmx.net wrote: On 05.09.2013 00:36, Bryan Crotaz wrote: After ./autogen.sh ... I get: Running ./configure --enable-maintainer-mode --enable-compile-warnings --host=i686-pc-mingw32

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

2013-09-04 Thread Mark Lintner
gee, sorry. that should be prefix not profile --prefix=/usr/local I rushed because I had to go somewhere and got sloppy. Let me know if you still have issues. From: mono-devel-list-boun...@lists.ximian.com [mono-devel-list-boun...@lists.ximian.com] on

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

2013-09-04 Thread Bryan Crotaz
Result from ./autogen: Git submodules updated successfully mcs source:mcs Engine: GC:sgen and bundled Boehm GC with typed GC and parallel mark TLS: pthread SIGALTSTACK: no Engine:Building and using the JIT

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

2013-09-04 Thread mlgo
Again I apologize. I typed it up very fast and did not check. The rest should work From: londondev [via Mono] [ml-node+s1490590n4660764...@n4.nabble.com] Sent: Wednesday, September 04, 2013 5:54 PM To: Mark Lintner Subject: Re: mono from git will not build on

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

2013-09-04 Thread Mark Lintner
As Zoltan suggested in another case use make V=1 to get some more information From: Bryan Crotaz [bryan.cro...@silvercurve.co.uk] Sent: Wednesday, September 04, 2013 5:56 PM To: Mark Lintner Cc: Robert Jordan; mono-devel-list@lists.ximian.com Subject: Re:

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

2013-09-04 Thread mlgo
also I think you can try make -d V=1 From: londondev [via Mono] [ml-node+s1490590n4660766...@n4.nabble.com] Sent: Wednesday, September 04, 2013 5:58 PM To: Mark Lintner Subject: Re: mono from git will not build on cygwin 32 Result from ./autogen: Git

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

2013-09-04 Thread mlgo
also type which make make --version to find out where it is and where it is From: Mark Lintner Sent: Wednesday, September 04, 2013 6:04 PM To: londondev [via Mono] Subject: RE: mono from git will not build on cygwin 32 also I think you can try make -d

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

2013-09-04 Thread mlgo
The Mono site has been recently updated. From: londondev [via Mono] [ml-node+s1490590n4660761...@n4.nabble.com] Sent: Wednesday, September 04, 2013 5:32 PM To: Mark Lintner Subject: Re: mono from git will not build on cygwin 32 That tutorial should go up on the

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

2013-09-04 Thread Bryan Crotaz
Einstein@Einstein-PC /mono/git/mono $ make -d V=1 Einstein@Einstein-PC /mono/git/mono $ On 5 September 2013 00:04, mlgo mlint...@sinenomine.net wrote: also I think you can try make -d V=1 -- *From:* londondev [via Mono] [ml-node+[hidden

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

2013-09-04 Thread Mark Lintner
I previously found an issue in mingw/include/ddk/ntapi.h /* FIXME: Unknown definitions */ typedef PVOID POBJECT_TYPE_LIST; typedef PVOID PEXECUTION_STATE; typedef PVOID PLANGID; commenting out as follows: /* FIXME: Unknown definitions */ typedef PVOID POBJECT_TYPE_LIST; //typedef PVOID

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

2013-09-04 Thread Rodrigo Kumpera
I just pushed a fix for that. On Wed, Sep 4, 2013 at 7:32 PM, Mark Lintner mlint...@sinenomine.netwrote: I previously found an issue in mingw/include/ddk/ntapi.h /* FIXME: Unknown definitions */ typedef PVOID POBJECT_TYPE_LIST; typedef PVOID PEXECUTION_STATE; typedef PVOID PLANGID;

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

2013-09-04 Thread mlgo
Did you find the version and location of make? From: londondev [via Mono] [ml-node+s1490590n4660773...@n4.nabble.com] Sent: Wednesday, September 04, 2013 6:21 PM To: Mark Lintner Subject: Re: mono from git will not build on cygwin 32 Einstein@Einstein-PC

[Mono-dev] (no subject)

2013-09-04 Thread Mario Chavez
— Sent from Mailbox for iPhone___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

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

2013-09-04 Thread Mark Lintner
Very cool. Thanks for the heads up and the effort. I will do a pull now. From: Rodrigo Kumpera [kump...@gmail.com] Sent: Wednesday, September 04, 2013 7:22 PM To: Mark Lintner Cc: Zoltan Varga [var...@gmail.com]; mono-devel Subject: Re: [Mono-dev] mono make on

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

2013-09-04 Thread Mark Lintner
I'm just gonna post this. So we don't lose time. I'm not sure about it. I think it may be treating warnings as errors cc1: some warnings being treated as errors but either way it is stopped again. I will look at how to turn off warnings as errors. I did not turn it on and I have not seen it

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

2013-09-04 Thread Mark Lintner
I changed this in configure-in and ran configure and make if test x$GCC = xyes; then # Implicit function declarations are not 64 bit safe # Do this late, since this causes lots of configure tests to fail #CFLAGS=$CFLAGS -m-implicit-function-declaration # jay has a lot of implicit

Re: [Mono-dev] Contributing to xbuild

2013-09-04 Thread Alan
Hey, The correct thing to do is probably to build the entire mono class libraries first using the normal procedure for building mono on your OS. Once that's done you should not need to modify assembly references in the csproj files. You may need to add missing cs files to the csproj though. I'm

[Mono-dev] Ok, here is a cleaned up version of a MONO Cygwin tutorial.

2013-09-04 Thread Mark Lintner
I had posted a rough and buggy version of this before when I was in a hurry so it behooved me to clean it up a little and make it somewhat usable. I cannot take credit for this as it is gleaned from other sites and help I have receive from other developers but it contains in one place things

[Mono-dev] FW: A cleaned up and correct version of a MONO Cygwin tutorial - Version 001

2013-09-04 Thread Mark Lintner
I had posted a rough and buggy version of this before when I was in a hurry so it behooved me to clean it up a little and make it somewhat usable. I cannot take credit for this as it is gleaned from other sites and help I have receive from other developers but it contains in one place