Hello, I'm trying to compile libmesh using Ubuntu 9.10 (cannot upgrade to a more recent version for the moment) and 1. petsc-3.3-p1 2. slepc-dev (future 3.3) 3. libmesh-dev
I noticed two errors 1. In make.common, line 478 will produce an error for 3.3 version ifeq ($(petsc-major-minor),3.2.x) # 3.2.x & newer style include ${SLEPC_DIR}/conf/slepc_variables else include ${SLEPC_DIR}/conf/slepc_common_variables endif I commented these lines to make it work 2. I got the following error while compiling Compiling using special rule for vtk_io.C (in optimized mode) src/mesh/vtk_io.C... src/mesh/vtk_io.C: In member function ‘vtkCellArray* libMesh::VTKIO::cells_to_vtk(const libMesh::MeshBase&, std::vector<int, std::allocator<int> >&)’: src/mesh/vtk_io.C:196: error: ‘VTK_BIQUADRATIC_QUADRATIC_WEDGE’ was not declared in this scope src/mesh/vtk_io.C:199: error: ‘VTK_TRIQUADRATIC_HEXAHEDRON’ was not declared in this scope make: *** [src/mesh/vtk_io.i686-pc-linux-gnu.opt.o] Error 1 I thought it was linked to VTK, so I installed this software, but it didn't solve the problem. Does anyone have any idea how to make it work?? Thank you very much Daniele ------------------------------------------------------------------------------ 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/ _______________________________________________ Libmesh-users mailing list Libmesh-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/libmesh-users