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

Rodrigo Kumpera kumpera at gmail.com
Thu Sep 5 18:43:17 UTC 2013


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 <bryan.crotaz at silvercurve.co.uk
> 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 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 (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
> Silver Curve
>
> On 5 Sep 2013, at 17:41, Greg Young <gregoryyoung1 at gmail.com> wrote:
>
> 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
> contributing.
>
> Cheers,
>
> Greg
>
>
> On Thu, Sep 5, 2013 at 6:22 PM, Mark Lintner <mlintner at sinenomine.net>wrote:
>
>>  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 beginning. Good luck.
>>
>>
>>  ------------------------------
>> *From:* Bryan Crotaz [bryan.crotaz at silvercurve.co.uk]
>> *Sent:* Thursday, September 05, 2013 10:03 AM
>> *To:* Mark Lintner
>> *Cc:* Rafael Teixeira; Mono Development
>>
>> *Subject:* Re: [Mono-dev] mono from git will not build on cygwin 32
>>
>>   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 <mlintner at sinenomine.net> wrote:
>>
>>   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.
>>
>>
>>  ------------------------------
>> *From:* Rafael Teixeira [monoman at gmail.com]
>> *Sent:* Thursday, September 05, 2013 6:22 AM
>> *To:* Mark Lintner
>> *Cc:* Mono Development
>> *Subject:* Re: [Mono-dev] mono from git will not build on cygwin 32
>>
>>   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..:.)oooo
>>
>>
>> On Wed, Sep 4, 2013 at 9:25 PM, mlgo <mlintner at sinenomine.net> wrote:
>>
>>>  Did you find the version and location of make?
>>>
>>>
>>>  ------------------------------
>>>  *From:* londondev [via Mono] [ml-node+[hidden email]<http://user/SendEmail.jtp?type=node&node=4660776&i=0>
>>> ]
>>>  *Sent:* Wednesday, September 04, 2013 6:21 PM
>>>
>>> *To:* Mark Lintner
>>> *Subject:* Re: mono from git will not build on cygwin 32
>>>
>>>    Einstein at Einstein-PC /mono/git/mono
>>> $ make -d V=1
>>>
>>>  Einstein at Einstein-PC /mono/git/mono
>>> $
>>>
>>>
>>>
>>> On 5 September 2013 00:04, mlgo <[hidden email]<https://connect.emailsrvr.com/owa/UrlBlockedError.aspx>
>>> > wrote:
>>>
>>>>  also I think you can try
>>>>
>>>>
>>>>
>>>> make -d V=1
>>>>  ------------------------------
>>>>  *From:* londondev [via Mono] [ml-node+[hidden email]<http://user/SendEmail.jtp?type=node&node=4660770&i=0>
>>>> ]
>>>>  *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 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
>>>>         oprofile:      no
>>>>         BigArrays:     no
>>>>         DTrace:        no
>>>>         LLVM Back End: no (dynamically loaded: no)
>>>>
>>>>     Libraries:
>>>>         .NET 2.0/3.5:  yes
>>>>         .NET 4.0:      yes
>>>>         .NET 4.5:      yes
>>>>         MonoDroid:     no
>>>>         MonoTouch:     no
>>>>         JNI support:   no
>>>>         libgdiplus:    assumed to be installed
>>>>         zlib:          system zlib
>>>>
>>>>
>>>>  Now type `make' to compile
>>>>
>>>>  Einstein at Einstein-PC /mono/git/mono
>>>> $ make
>>>>
>>>>  Einstein at Einstein-PC /mono/git/mono
>>>> $
>>>>
>>>>
>>>>  Huh??
>>>>
>>>>
>>>>  On 4 September 2013 23:53, Mark Lintner <[hidden email]<https://connect.emailsrvr.com/owa/UrlBlockedError.aspx>
>>>> > wrote:
>>>>
>>>>> 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: [hidden email]<https://connect.emailsrvr.com/owa/UrlBlockedError.aspx>[[hidden
>>>>> email] <https://connect.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.com/owa/UrlBlockedError.aspx>
>>>>>
>>>>> 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 ...
>>>>> >
>>>>> > 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
>>>>>
>>>>> Profile? You want `--prefix'.
>>>>>
>>>>> Robert
>>>>>
>>>>>
>>>>> _______________________________________________
>>>>> Mono-devel-list mailing list
>>>>>  [hidden email]<https://connect.emailsrvr.com/owa/UrlBlockedError.aspx>
>>>>>
>>>>> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>>>>> _______________________________________________
>>>>> Mono-devel-list mailing list
>>>>>  [hidden email]<https://connect.emailsrvr.com/owa/UrlBlockedError.aspx>
>>>>> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>>>>>
>>>>
>>>>
>>>>
>>>>  --
>>>> Bryan Crotaz
>>>> Managing Director
>>>> Silver Curve
>>>>
>>>> _______________________________________________
>>>> Mono-devel-list mailing list
>>>> [hidden email] <https://connect.emailsrvr.com/owa/UrlBlockedError.aspx>
>>>> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>>>>
>>>>
>>>> ------------------------------
>>>>   If you reply to this email, your message will be added to the
>>>> discussion below:
>>>>
>>>> http://mono.1490590.n4.nabble.com/mono-from-git-will-not-build-on-cygwin-32-tp4660749p4660766.html
>>>>  To unsubscribe from mono from git will not build on cygwin 32, click
>>>> here.
>>>> NAML<http://mono.1490590.n4.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
>>>>
>>>> ------------------------------
>>>> View this message in context: RE: mono from git will not build on
>>>> cygwin 32<http://mono.1490590.n4.nabble.com/mono-from-git-will-not-build-on-cygwin-32-tp4660749p4660770.html>
>>>>
>>>> Sent from the Mono - Dev mailing list archive<http://mono.1490590.n4.nabble.com/Mono-Dev-f1517221.html>at
>>>> Nabble.com.
>>>>
>>>> _______________________________________________
>>>> Mono-devel-list mailing list
>>>> [hidden email] <https://connect.emailsrvr.com/owa/UrlBlockedError.aspx>
>>>> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>>>>
>>>>
>>>
>>>
>>>  --
>>> Bryan Crotaz
>>> Managing Director
>>> Silver Curve
>>>
>>> _______________________________________________
>>> Mono-devel-list mailing list
>>> [hidden email] <https://connect.emailsrvr.com/owa/UrlBlockedError.aspx>
>>> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>>>
>>>
>>> ------------------------------
>>>    If you reply to this email, your message will be added to the
>>> discussion below:
>>>
>>> http://mono.1490590.n4.nabble.com/mono-from-git-will-not-build-on-cygwin-32-tp4660749p4660773.html
>>>  To unsubscribe from mono from git will not build on cygwin 32, click
>>> here.
>>> NAML<http://mono.1490590.n4.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
>>>
>>> ------------------------------
>>> View this message in context: RE: mono from git will not build on
>>> cygwin 32<http://mono.1490590.n4.nabble.com/mono-from-git-will-not-build-on-cygwin-32-tp4660749p4660776.html>
>>> Sent from the Mono - Dev mailing list archive<http://mono.1490590.n4.nabble.com/Mono-Dev-f1517221.html>at
>>> Nabble.com.
>>>
>>> _______________________________________________
>>> Mono-devel-list mailing list
>>> Mono-devel-list at lists.ximian.com
>>> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>>>
>>>
>>     _______________________________________________
>> Mono-devel-list mailing list
>> Mono-devel-list at lists.ximian.com
>> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>>
>>
>> _______________________________________________
>> Mono-devel-list mailing list
>> Mono-devel-list at lists.ximian.com
>> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>>
>>
>
>
> --
> Le doute n'est pas une condition agréable, mais la certitude est absurde.
>
>
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/mono-devel-list/attachments/20130905/247062b3/attachment-0001.html>


More information about the Mono-devel-list mailing list