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

Martin Möllenbeck martin at moellenbecks.de
Mon Mar 28 12:15:05 EST 2005


Hoi,

I mine mono 1.1.5

Greetings

Martin

Am 28.03.2005 um 18:49 schrieb Martin Möllenbeck:

> 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
>
>
Martin Moellenbeck
martin at moellenbecks.de




More information about the Mono-devel-list mailing list