Hello: Have compiled the X10 2.0.1 sources as downloaded from the web page on my Max OSX 10.6 machine.
The first thing to notice is, that ant fails on downloading the ECJ. That is fixable by changing build.xml to use the following. <property name="ecj.url" value="http://archive.eclipse.org/eclipse/downloads/drops/R-3.4.1-200809111700"/> At first I tried to use ECJ 3.5.1 which fails with some compilation errors. (I used that ecj.url: http://download.eclipse.org/eclipse/downloads/drops/R-3.5.1-200909170800) Now to my actual problem: I try to run the Clocks test cases, but some of them fail with compilation errors pasted below. I already set the time limit to a value which prevents unwanted failures on my machine. Is that expected, or is there anything I should look into? Thanks Stefan ****** Constructs.Clock ClockPascal ****** "/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/bin/java" -Xmx512m -classpath "/Users/smarr/tmp/x10/x10.dist/lib/x10c.jar:/Users/smarr/tmp/x10/x10.dist/lib/x10.jar:/Users/smarr/tmp/x10/x10.dist/lib/polyglot3.jar:/Users/smarr/tmp/x10/x10.dist/lib/lpg.jar:./Constructs/Clock" polyglot.main.Main -post 'java -jar "/Users/smarr/tmp/x10/x10.dist/lib/ecj.jar" -1.5 -nowarn' -extclass x10.ExtensionInfo -noserial -sourcepath "/Users/smarr/tmp/x10/x10.dist/lib/x10.jar" '-sourcepath' './x10lib' '-sourcepath' './Constructs/Clock' '-d' './Constructs/Clock' './Constructs/Clock/./ClockPascal.x10' /Users/smarr/Projects/PhD/BARRIERSXX/Experiments/x10-2.0.1_macos_x86_64/x10.tests/examples/Constructs/Clock/ClockPascal.x10:111: No valid method call found for sum() in x10.lang.Array[x10.lang.Int]{_self41747==A, A.dist.region.rank==2}. /Users/smarr/Projects/PhD/BARRIERSXX/Experiments/x10-2.0.1_macos_x86_64/x10.tests/examples/Constructs/Clock/ClockPascal.x10:112: No valid method call found for sum() in x10.lang.Array[x10.lang.Int]{_self41747==A, A.dist.region.rank==2}. 2 errors. real 0m59.425s user 1m7.854s sys 0m2.854s ****** Constructs.Clock ClockPascal failed: compile ****** Constructs.Clock ClockPascal2 ****** "/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/bin/java" -Xmx512m -classpath "/Users/smarr/tmp/x10/x10.dist/lib/x10c.jar:/Users/smarr/tmp/x10/x10.dist/lib/x10.jar:/Users/smarr/tmp/x10/x10.dist/lib/polyglot3.jar:/Users/smarr/tmp/x10/x10.dist/lib/lpg.jar:./Constructs/Clock" polyglot.main.Main -post 'java -jar "/Users/smarr/tmp/x10/x10.dist/lib/ecj.jar" -1.5 -nowarn' -extclass x10.ExtensionInfo -noserial -sourcepath "/Users/smarr/tmp/x10/x10.dist/lib/x10.jar" '-sourcepath' './x10lib' '-sourcepath' './Constructs/Clock' '-d' './Constructs/Clock' './Constructs/Clock/./ClockPascal2.x10' /Users/smarr/Projects/PhD/BARRIERSXX/Experiments/x10-2.0.1_macos_x86_64/x10.tests/examples/Constructs/Clock/ClockPascal2.x10:101: No valid method call found for sum() in x10.lang.Array[x10.lang.Int]{_self47771==A, A.dist.region.rank==2}. 1 error. real 1m2.919s user 1m8.107s sys 0m2.787s ****** Constructs.Clock ClockPascal2 failed: compile -- Stefan Marr Software Languages Lab Vrije Universiteit Brussel Pleinlaan 2 / B-1050 Brussels / Belgium http://soft.vub.ac.be/~smarr Phone: +32 2 629 3956 Fax: +32 2 629 3525 ------------------------------------------------------------------------------ SOLARIS 10 is the OS for Data Centers - provides features such as DTrace, Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW http://p.sf.net/sfu/solaris-dev2dev _______________________________________________ X10-users mailing list X10-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/x10-users