Hello Dave 

Thank you the reply and it helped me to progress further. As you suggested I 
selected a program but again I encountered an error: 

" Exception in thread "main" java.lang.Error: Unresolved compilation problem: 
The method getIPrsStream() from the type X10SemanticRules refers to the missing 
type IPrsStream " 

I believe this IPrsStream is part of "lpj.jar" and during the build phase 
(using ant script) there is no error. Though even in the "x10.dist" folder 
imported by me to eclipse consists of the various jar, the error persists. What 
can be the reason, can you specify. 

Regards 

Suyash 


From: "David P Grove" <gro...@us.ibm.com> 
To: "Mailing list for users of the X10 programming language" 
<x10-users@lists.sourceforge.net> 
Sent: Wednesday, March 19, 2014 10:34:41 PM 
Subject: Re: [X10-users] X10 compiler debugging 



suy...@cse.iitm.ac.in wrote on 03/18/2014 03:34:00 AM: 
> 
> Thank you for the help. I was able to locate the configurations and 
> also set them. But while run/debug using eclipse, I encountered 
> following error: /workspace/x10.compiler/src/polyglot/main/ 
> Main.java" does not have any of the extensions ".x10" or ".x10ml" 
> 
> -- What does this error signify and how can it be resolved. 
> 

Sorry, I misplaced this email yesterday, 

The default launch configuration passes whatever is currently selected as the 
file to compile. (usually what you want, but can be annoying). Right before 
using the run/debug you have to select a .x10 file in your workspace to 
compile. You can also edit the launchconfig to hardwire a file to compile by 
replacing "${resource_loc}" with the name of an x10 source file. 

--dave 

------------------------------------------------------------------------------ 
Learn Graph Databases - Download FREE O'Reilly Book 
"Graph Databases" is the definitive new guide to graph databases and their 
applications. Written by three acclaimed leaders in the field, 
this first edition is now available. Download your free book today! 
http://p.sf.net/sfu/13534_NeoTech 
_______________________________________________ 
X10-users mailing list 
X10-users@lists.sourceforge.net 
https://lists.sourceforge.net/lists/listinfo/x10-users 
------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
X10-users mailing list
X10-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/x10-users

Reply via email to