Phil Miller <[email protected]> wrote on 06/12/2009 01:07:37 PM:

> I'm trying to build X10 1.7 from the head of the Subversion
> repository, according to the directions at
> <http://x10.codehaus.org/Building+from+SVN+head>. If these directions
> are out of date, please let me know where to look for the right ones.
> 
> At the last step on that page, running 'ant distclean dist' in
> x10.dist/, I get errors that start with a missing header 'x10/x10.h'
> and pile up from there. When I looked through the folders the
> instructions lead me to download into the working copy, I didn't find
> any such file. Looking through the entire trunk, there does appear to
> be one at
> x10.lib.crt/src/x10.h, though just pulling in that tree doesn't solve
> the build issue.
> 
> My tool versions (from Ubuntu 8.10) are as follows:
> $ ant -version
> Apache Ant version 1.7.1 compiled on October 3 2008
> $ javac -version
> javac 1.6.0_0-internal
> $ g++ --version
> g++ (Ubuntu 4.3.2-1ubuntu12) 4.3.2
> 
> My checkout of the x10 code gave me revision 8525, and polyglot gave
> me revision 2553.
> 
> The log of the last phase of my attempted build is attached. I'll be
> happy to provide any further information or try steps to diagnose
> this, since I assume the builds aren't failing everywhere.

Hi, Phil,

Looks like you're missing the PGAS binaries.  Please download the
tarball appropriate for your system and untar it into x10.dist.
You can also untar it into some other directory and export X10LIB
to point to that directory.

The build instructions page was out of date.  I've updated it
accordingly.  Thanks for catching this.
        Igor
-- 
Igor Peshansky  (note the spelling change!)
IBM T.J. Watson Research Center
XJ: No More Pain for XML's Gain (http://www.research.ibm.com/xj/)
X10: Parallel Productivity and Performance (http://x10.sf.net/)


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

Reply via email to