[Mono-devel-list] Compile IronPython 0.7 with mono 1.1.7 on MacOS X 10.3 failed

Zoltan Varga vargaz at gmail.com
Mon Mar 28 12:41:34 EST 2005


                                   Hi,

  You might be running into this:

http://www.gotdotnet.com/workspaces/bugtracker/bugdetails.aspx?id=ad7acff7-ab1e-4bcb-99c0-57ac5a3a9742&bugid=24b57ba6-e75e-4c4e-b86f-3979acea618b

                                Zoltan

BTW, IronPython 0.7 will not compile with mono 1.1.5, since it uses some net 2.0
methods which are missing from 1.1.5. Mono SVN should work, through.

                        Zoltan

On Mon, 28 Mar 2005 18:49:21 +0200, Martin Möllenbeck
<martin at moellenbecks.de> wrote:
> Hoi,
> 
> have anybody tried to build ironpython 0.7 with mono?
> 
> I have made a simple nant build file:
> 
> <project name="IronPython" default="build">
> 
>      <property name="basename" value="IronPython" />
> 
>      <target name="clean">
>      </target>
> 
>      <target name="build">
>          <csc target="library" output="${basename}.dll" verbose="true">
>              <sources>
>                  <include name="**/*.cs" />
>              </sources>
>              <!--
>              <references>
>                  <include name="../IronMath/IronMath.dll" />
>              </references>
>              -->
>          </csc>
>      </target>
> 
> </project>
> 
> and gote an undefined error from the gmcs comiler:
> 
> [csc] Starting
> '/Library/Frameworks/Mono.framework/Versions/1.1.5/bin/mono
> ("/Library/Frameworks/Mono.framework/Versions/1.1.5/lib/mono/2.0/
> gmcs.exe" @"/var/tmp/tmp69b0c330")' in
> '/Users/Martin/Projekte/DotNet/mono/IronPython/IronPython'
>        [csc] syntax error, got token `ERROR'
>        [csc] error CS0666: Compilation aborted:
> Mono.CSharp.yyParser.yyException: irrecoverable syntax error
>        [csc] in <0x00958> Mono.CSharp.CSharpParser:yyparse
> (Mono.CSharp.yyParser.yyInput)
>        [csc] in <0x00098> Mono.CSharp.CSharpParser:parse ()
>        [csc] in <0x0017c> Mono.CSharp.Driver:parse
> (Mono.CSharp.SourceFile)
>        [csc]
>        [csc] syntax error, got token `ERROR'
>        [csc] error CS0666: Compilation aborted:
> Mono.CSharp.yyParser.yyException: irrecoverable syntax error
>        [csc] in <0x00958> Mono.CSharp.CSharpParser:yyparse
> (Mono.CSharp.yyParser.yyInput)
>        [csc] in <0x00098> Mono.CSharp.CSharpParser:parse ()
>        [csc] in <0x0017c> Mono.CSharp.Driver:parse
> (Mono.CSharp.SourceFile)
>        [csc]
>        [csc] Compilation failed: 2 error(s), 0 warnings
> 
> BUILD FAILED - 0 non-fatal error(s), 10 warning(s)
> 
> /Users/Martin/Projekte/DotNet/mono/IronPython/IronPython/
> IronPython.build(11,10):
> External Program Failed:
> /Library/Frameworks/Mono.framework/Versions/1.1.5/lib/mono/2.0/gmcs.exe
> (return code was 1)
> 
> has anybody some hints?
> 
> Martin Moellenbeck
> martin at moellenbecks.de
> 
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>



More information about the Mono-devel-list mailing list