Hi ironpython,

Here's your Daily Digest of new issues for project "IronPython".

In today's digest:ISSUES

1. [New issue] Mono 3.2.
2. [New issue] Mono 3.2.X build errors? Is Mono still supported?

----------------------------------------------

ISSUES

1. [New issue] Mono 3.2.
http://ironpython.codeplex.com/workitem/34653
User Sushihangover has proposed the issue:

"https://github.com/IronLanguages/main/wiki/Building#wiki-wiki_building-mono"-----------------

2. [New issue] Mono 3.2.X build errors? Is Mono still supported?
http://ironpython.codeplex.com/workitem/34654
User Sushihangover has proposed the issue:

"I am trying to building IronPython (Release or Debug targets) using the build 
inst located at:

https://github.com/IronLanguages/main/wiki/Building#wiki-wiki_building-mono

Looks really simple as build appears to be supported, but the first issue is an 
CS1691 regarding warning error 444:
/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

If you modify the Common.proj and remove the 444:
<NoWarn>1591;1584;1574;444;1685;1573</NoWarn>

You get a long series of CS0234s :
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?
...


Trying to correct those and you progress in more errors. 

So before I invest more cycles, is Mono/XBuild/MonoDevelop/Xamain even support 
in the current master branch?

Thanks in advance for any help…"
----------------------------------------------



----------------------------------------------
You are receiving this email because you subscribed to notifications on 
CodePlex.

To report a bug, request a feature, or add a comment, visit IronPython Issue 
Tracker. You can unsubscribe or change your issue notification settings on 
CodePlex.com.
_______________________________________________
Ironpython-users mailing list
[email protected]
https://mail.python.org/mailman/listinfo/ironpython-users

Reply via email to