On Wed, 8 Oct 2014, Kameeko Kiwi wrote: > I'm trying to compile Libmesh with the latest version of PETSc (3.5.2), > using the following command: > > ./configure --prefix=/home/kameeko/software/libmesh_build3 > --enable-everything --enable-petsc --disable-laspack > PETSC_DIR=/home/kameeko/software/petsc > > Running make afterwards gives many errors, all similar to > > /home/kameeko/software/petsc/include/mpiuni/mpi.h:120:14: error: expected > '=', ',', ';', 'asm' or '__attribute__' before 'void'
Is it possible that you have multiple versions of PETSc in your peth? Did mpi.h include petscconf.h successfully? What was the first error(s)? Did the PETSc "make test" work? --- Roy ------------------------------------------------------------------------------ Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
