when i configure openmpi-1.8.2 e.g. $./configure --enable-mpi-java
--with-jdk-bindir=/usr/jdk6/bin --with-jdk-headers=/usr/jdk6/include
--prefix=/usr/openmpi8 configure not complete, and I have in end of configure
onfig.status: executing depfiles commandsconfig.status: executing
opal/mca/event/libevent2021/libevent/include/event2/event-config.h
commandsopal/mca/event/libevent2021/libevent/include/event2/event-config.h is
unchangedconfig.status: executing libtool commands
, when $make all install, I have have at the end the following error
return getData(buffer, index);
^../../../../ompi/mpi/java/java/Struct.java:722: type parameters of <T>T cannot
be determined; no unique maximal instance exists for type variable T with upper
bounds D,mpi.Struct.Data return s.newData(buffer, offset + field);
^../../../../ompi/mpi/java/java/Struct.java:737: type
parameters of <T>T cannot be determined; no unique maximal instance exists for
type variable T with upper bounds D,mpi.Struct.Data return
s.newData(buffer, offset + field + index * s.extent); ^6
errorsmake[3]: *** [mpi/MPI.class] Error 1make[3]: Leaving directory
`/usr/openmpi-1.7.5/ompi/mpi/java/java'make[2]: *** [all-recursive] Error
1make[2]: Leaving directory `/usr/openmpi-1.7.5/ompi/mpi/java'make[1]: ***
[all-recursive] Error 1make[1]: Leaving directory
`/usr/openmpi-1.7.5/ompi'make: *** [all-recursive] Error 1
how can i slove this problem