[Mono-dev] mono from git will not build on cygwin 32
mlgo
mlintner at sinenomine.net
Thu Sep 5 18:45:55 UTC 2013
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 to download them. The only time it would take to install is the download and unzip and you will be up and debugging. It does not even require mono or xamarin to do it. I would build one for you but if you are following we are still waiting for at least another fix to be able to complete the build on Cygwin. The site could also contain developer advice and tutorials on doing it yourself. Just a page on someones corporate or personal site would do. One that could come up in a google search.
________________________________
From: londondev [via Mono] [ml-node+s1490590n4660791h6 at n4.nabble.com]
Sent: Thursday, September 05, 2013 12:24 PM
To: Mark Lintner
Subject: Re: mono from git will not build on cygwin 32
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 <[hidden email]<https://connect.emailsrvr.com/owa/UrlBlockedError.aspx>> 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 <[hidden email]<https://connect.emailsrvr.com/owa/UrlBlockedError.aspx>> 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 [[hidden email]<https://connect.emailsrvr.com/owa/UrlBlockedError.aspx>]
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 <[hidden email]<https://connect.emailsrvr.com/owa/UrlBlockedError.aspx>> 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 [[hidden email]<https://connect.emailsrvr.com/owa/UrlBlockedError.aspx>]
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 <[hidden email]<https://connect.emailsrvr.com/owa/UrlBlockedError.aspx>> 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<http://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<http://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
_______________________________________________
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
--
Le doute n'est pas une condition agréable, mais la certitude est absurde.
_______________________________________________
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-tp4660749p4660791.html
To unsubscribe from mono from git will not build on cygwin 32, click here<http://mono.1490590.n4.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=4660749&code=bWxpbnRuZXJAc2luZW5vbWluZS5uZXR8NDY2MDc0OXw2OTQwNjY1ODM=>.
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: http://mono.1490590.n4.nabble.com/mono-from-git-will-not-build-on-cygwin-32-tp4660749p4660795.html
Sent from the Mono - Dev mailing list archive at Nabble.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/mono-devel-list/attachments/20130905/f6580f76/attachment-0001.html>
More information about the Mono-devel-list
mailing list