<html><head><style type="text/css" media="screen">Body{font-family: Verdana;font-size:.75em;}h4{font-size:.9em;}a{color: #3a62a6;}.digest .toc {margin-bottom: 15px; padding-bottom:8px; border-bottom: 1px solid #ccc;}.digest .tocItem {margin-bottom: 15px;}.tocItem a{color:#000;text-decoration: none;}.tocItem a:hover{color: #3a62a6;text-decoration: underline;}.topic{padding-bottom: 8px;margin-bottom: 20px; border-bottom: 1px solid #ccc;}.topicHeader{margin-bottom:10px;}.topicTitle{font-weight: bold;}.replies p{margin:0;padding:0;}.replies hr{width: 15%;text-align: left;margin: 0 auto 5px 0;border: none 0;border-top: 1px solid #ccc;height: 1px;}.reply{margin-bottom: 6px;padding-bottom: 4px;}.anchorMarker{color: #3a62a6;}.footer{color: gray;}</style></head><body><div class="digest"><p>Hi ironpython,</p><p>Here's your Daily Digest of new issues for project "<a href="http://ironpython.codeplex.com/">IronPython</a>".</p><p>In today's digest:</p><h4>ISSUES</h4><div class="toc"><div class="tocItem"><a href="#toc_issue_1">1. <span class="tocTitle">[New issue] Mono 3.2.</span> <span class="anchorMarker">↓</span></a></div><div class="tocItem"><a href="#toc_issue_2">2. <span class="tocTitle">[New issue] Mono 3.2.X build errors? Is Mono still supported?</span> <span class="anchorMarker">↓</span></a></div></div><h4>ISSUES</h4><div class="topic"><a name="toc_issue_1"></a><div class="topicHeader"><span class="topicTitle">1. [New issue] Mono 3.2.</span> <a href="http://ironpython.codeplex.com/workitem/34653">view online</a></div><p>User Sushihangover has proposed the issue:</p><p>"<a href="https://github.com/IronLanguages/main/wiki/Building#wiki-wiki_building-mono" rel="nofollow">https://github.com/IronLanguages/main/wiki/Building#wiki-wiki_building-mono</a>"</p></div><div class="topic"><a name="toc_issue_2"></a><div class="topicHeader"><span class="topicTitle">2. [New issue] Mono 3.2.X build errors? Is Mono still supported?</span> <a href="http://ironpython.codeplex.com/workitem/34654">view online</a></div><p>User Sushihangover has proposed the issue:</p><p>"I am trying to building IronPython (Release or Debug targets) using the build inst located at:<br />
<br />
<a href="https://github.com/IronLanguages/main/wiki/Building#wiki-wiki_building-mono" rel="nofollow">https://github.com/IronLanguages/main/wiki/Building#wiki-wiki_building-mono</a><br />
<br />
Looks really simple as build appears to be supported, but the first issue is an CS1691 regarding warning error 444:<br />
<pre><code>/Users/administrator/Documents/Code/GitRepos/ironlangs/Solutions/IronPython.sln (default targets) ->
(Build target) ->
/Users/administrator/Documents/Code/GitRepos/ironlangs/Runtime/Microsoft.Scripting/Microsoft.Scripting.csproj (default targets) ->
/Library/Frameworks/Mono.framework/Versions/3.2.4/lib/mono/4.0/Microsoft.CSharp.targets (CoreCompile target) ->
: error CS1691: Warning as Error: `444' is not a valid warning number</code></pre>
If you modify the Common.proj and remove the 444:<br />
<pre><code><NoWarn>1591;1584;1574;444;1685;1573</NoWarn></code></pre>
You get a long series of CS0234s :<br />
<pre><code>Runtime/DynamicOperations.Generated.cs(24,27): error CS0234: The type or namespace name `Ast' does not exist in the namespace `Microsoft.Scripting'. Are you missing an assembly reference?
Runtime/ObjectDictionaryExpando.cs(26,14): error CS0234: The type or namespace name `Dynamic' does not exist in the namespace `System'. Are you missing an assembly reference?
...
</code></pre>
Trying to correct those and you progress in more errors. <br />
<br />
So before I invest more cycles, is Mono/XBuild/MonoDevelop/Xamain even support in the current master branch?<br />
<br />
<strong>Thanks in advance for any help…</strong>"</p></div><div class="footer"><p>You are receiving this email because you subscribed to notifications on CodePlex.</p><p>To report a bug, request a feature, or add a comment, visit <a href="http://ironpython.codeplex.com/workitem/list/basic">IronPython Issue Tracker</a>. You can <a href="http://ironpython.codeplex.com/subscriptions/workitem/project/edit">unsubscribe or change your issue notification settings</a> on CodePlex.com.</p></div></div></body></html>