On 21 Oct 2007, at 11:36, Luis Pureza wrote: > Hello, > > I'm trying to experiment with X10 for the first time, but I'm having > some newbie problems. > > When I run the testScript, every test fails to compile. All logs seem > to report the same problem: > > Exception in thread "main" java.lang.AbstractMethodError > at polyglot.visit.CFGBuilder.visitCFG(CFGBuilder.java:380) > at polyglot.visit.CFGBuilder.visitCFG(CFGBuilder.java:291) > (...) > > I'm using the polyglot version downloaded (today) by the setupX10 > script and tried with both java 5 and java 6. > > I'm attaching one of those test logs. If you need me to provide > further information about my system configuration, I'll be at your > disposal. > > Thanks in advance, > > Luís Pureza
Hi Luís, The latest version of Polyglot (2.3.0) has some API changes that break X10. This has been fixed in CVS, but I don't think we've released a new version of X10 since Polyglot was updated. Using Polyglot 2.2.3 should fix the problem. Nate ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ X10-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/x10-users
