Hello,

I successfully built the x10 v2.2.2.2 compiler from source, using:
javac 1.6.0_11
gcc version 4.4.6 20110731 (Red Hat 4.4.6-3)
Apache Ant version 1.6.5 (the x10-lang website mentions 1.7, but 1.6.5
works fine as well.)

I also successfully built the MPI implementation of X10RT, and I am using
mvapich2 1.8

When trying to compile programs in the x10.dist/samples directory, I get
the following internal compiler error:
-bash-3.2$ my/path/bin/x10c++ -x10rt mpi -MAIN_CLASS=KMeansDist -d .
KMeansDist.x10
x10c++: my/path/x10.dist/stdlib/include/x10/array/Array.h: In member
function 'void x10::array::Array<T>::_constructor(x10_int) [with x10tp__T =
int]':
     my/path/x10.dist/stdlib/include/x10/array/Array.h:1551: internal
compiler error: in cp_expr_size, at cp/cp-objcp-common.c:101

Am I doing something incorrectly?

Thanks,
Jeeva
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
X10-users mailing list
X10-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/x10-users

Reply via email to