mohammed elsaeedy <mohammed.elsae...@kaust.edu.sa> wrote on 11/14/2010 
05:53:04 PM:

> Dear list,
> 
>   I was successful on using X10 over a Linux cluster, and now I'm 
jumping
> over a new environment, IBM's Blue Gene/P, so I'm trying to build the 
X10
> first, but I get problems.
> 
> I'm using X10 2.0.4.
> Java JDK 1.5.0
> ANT version 1.7.1 compiled on September 8 2010
> 
> the problem appears at the build.xml file for the X10RT,
> 
> here is the error:
> 
> BUILD FAILED
> <PATH>/x10-2.0.4-src/x10.dist/build.xml:217: The following error 
occurred
> while executing this line:
> <PATH>/x10-2.0.4-src/x10.runtime/build.xml:270: Could not create task or
> type of type: javah.
> Ant could not find the task or a class this task relies upon.
> 
> Any help please??

Hi, Mohammed,

Looks like you have a JRE instead of a JDK.  Either that, or ant is
picking up the wrong Java installation.  Please check that you have
a javah executable as part of your JDK installation on the build
machine, and if you have one, try setting JAVA_HOME to point to the
installation directory and exporting that variable before the build.

Hope this helps,
        Igor
-- 
Igor Peshansky  (note the spelling change!)
IBM T.J. Watson Research Center
X10: Parallel Productivity and Performance (http://x10-lang.org/)
XJ: No More Pain for XML's Gain (http://www.research.ibm.com/xj/)
"I hear and I forget.  I see and I remember.  I do and I understand" -- 
Xun Zi


------------------------------------------------------------------------------
Centralized Desktop Delivery: Dell and VMware Reference Architecture
Simplifying enterprise desktop deployment and management using
Dell EqualLogic storage and VMware View: A highly scalable, end-to-end
client virtualization framework. Read more!
http://p.sf.net/sfu/dell-eql-dev2dev
_______________________________________________
X10-users mailing list
X10-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/x10-users

Reply via email to