Hi all,


I am trying to run 10 1.5 on my Windows PC.

I even tried it with cygwin but I don't get it running.



I downloaded the sources and tried to compile runtime, common and compiler.

Runtime and common works perfectly but when I try to build the compiler it 
exits with exceptions like these:



x10.compiler: D:\Downloads\x10-1.5-src\x10.compiler\build.xml

 Compiling 252 source files to D:\Downloads\x10-1.5-src\x10.compiler\classes

 
D:\Downloads\x10-1.5-src\x10.compiler\src\polyglot\ext\x10\ast\ArrayConstructor_c.java:49:
 polyglot.ext.x10.ast.ArrayConstructor_c is not abstract and does not override 
abstract method firstChild() in polyglot.ast.Term

 public class ArrayConstructor_c

        ^

 
D:\Downloads\x10-1.5-src\x10.compiler\src\polyglot\ext\x10\ast\ArrayConstructor_c.java:353:
 cannot find symbol

 symbol  : method entry()

 location: interface polyglot.ast.Expr

                             distribution.entry()

                                             ^

 
D:\Downloads\x10-1.5-src\x10.compiler\src\polyglot\ext\x10\ast\ArrayConstructor_c.java:354:
 cannot find symbol

 symbol  : method entry()

 location: interface polyglot.ast.Expr

                             :  (initializer  != null ? initializer.entry() : 
this);

                                                                       ^





Maybe anybody could help me?



Regards,

Florian

------------------------------------------------------------------------------
_______________________________________________
X10-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/x10-users

Reply via email to