LAM/MPI logo

LAM/MPI Development Mailing List Archives

  |   Home   |   Download   |   Documentation   |   FAQ   |   all just in this list

From: Pierre (pierre42d_at_[hidden])
Date: 2006-07-06 16:36:18


[...]
Making all in cxx
make[3]: Entering directory `/tmp/lam-7.1.2/share/mpi/cxx'
if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H
-I. -I. -I../../../share/include -I../../../romio/include
-I../../../share/include -DLAM_BUILDING=1 -s -O3 -march=i686
-fexceptions -pthread -MT mpicxx.lo -MD -MP -MF ".deps/mpicxx.Tpo" -c -o
mpicxx.lo mpicxx.cc; \
then mv -f ".deps/mpicxx.Tpo" ".deps/mpicxx.Plo"; else rm -f
".deps/mpicxx.Tpo"; exit 1; fi
  g++ -DHAVE_CONFIG_H -I. -I. -I../../../share/include
-I../../../romio/include -I../../../share/include -DLAM_BUILDING=1 -s
-O3 -march=i686 -fexceptions -pthread -MT mpicxx.lo -MD -MP -MF
.deps/mpicxx.Tpo -c mpicxx.cc -fPIC -DPIC -o .libs/mpicxx.o
In file included from ../../../share/include/mpicxx.h:72,
                  from mpicxx.cc:20:
../../../share/include/mpi2cxx/pmpicxx.h:52: error: `MPI_Offset' does
not name a type
In file included from ../../../share/include/mpi2cxx/pmpicxx.h:75,
                  from ../../../share/include/mpicxx.h:72,
                  from mpicxx.cc:20:
../../../share/include/mpi2cxx/pfile.h:30: error: expected `,' or `...'
before '&' token
../../../share/include/mpi2cxx/pfile.h:30: error: ISO C++ forbids
declaration of `MPI_File' with no type
../../../share/include/mpi2cxx/pfile.h:40: error: expected `,' or `...'
before '&' token
../../../share/include/mpi2cxx/pfile.h:40: error: ISO C++ forbids
declaration of `MPI_File' with no type
../../../share/include/mpi2cxx/pfile.h:42: error: `MPI_File' has not
been declared
../../../share/include/mpi2cxx/pfile.h:55: error: `Offset' does not name
a type
../../../share/include/mpi2cxx/pfile.h:61: error: `Offset' does not name
a type
../../../share/include/mpi2cxx/pfile.h:63: error: `Offset' does not name
a type
../../../share/include/mpi2cxx/pfile.h:65: error: `Offset' does not name
a type
../../../share/include/mpi2cxx/pfile.h:69: error: `Offset' has not been
declared
../../../share/include/mpi2cxx/pfile.h:70: error: ISO C++ forbids
declaration of `disp' with no type
../../../share/include/mpi2cxx/pfile.h:75: error: `Offset' has not been
declared
../../../share/include/mpi2cxx/pfile.h:76: error: ISO C++ forbids
declaration of `offset' with no type
../../../share/include/mpi2cxx/pfile.h:84: error: `Offset' has not been
declared
../../../share/include/mpi2cxx/pfile.h:85: error: ISO C++ forbids
declaration of `offset' with no type
../../../share/include/mpi2cxx/pfile.h:94: error: `Offset' has not been
declared
../../../share/include/mpi2cxx/pfile.h:94: error: ISO C++ forbids
declaration of `size' with no type
[...]