Wolfgang, Thanks for the fix. One thing though, I do have the latest svn revision, but still had to comment out the lines in utilities.h.
Thanks, Jon On Sep 16, 2008, at 8:54 AM, Wolfgang Bangerth wrote: > >> I'm not quite what to do about this error. Is this a conflict >> between LAM MPI and deal? Should I try another MPI implementation? >> [...] >> =====deal.II====1d====optimized==MT== fe/fe_abf.cc >> /usr/include/lam/mpi.h:41: error: conflicting declaration 'typedef >> struct _comm* MPI_Comm' >> /home/jpitt/prog/lib/deal/base/include/base/utilities.h:26: error: >> 'MPI_Comm' has a previous declaration as 'typedef int MPI_Comm' >> /usr/bin/mpic++: No such file or directory > > This is an old wart we have. You can either simply comment out the > typedef > in utilities.h and include mpi.h instead, or checkout the latest > version > from our subversion repository where this problem is fixed. > > Best > W. > > ---------------------------------------------------------------------- > --- > Wolfgang Bangerth email: > [EMAIL PROTECTED] > www: http://www.math.tamu.edu/ > ~bangerth/ > > _______________________________________________
