Re: [Libmesh-users] compilation of libmesh on a virtual machine

2013-11-20 Thread Roy Stogner
On Thu, 21 Nov 2013, Kathrin Smetana wrote: > src/utils/xdr_cxx.C:228:36: error: invalid use of incomplete type > 'std::ifstream {aka struct std::basic_ifstream}' You're using one of the release tarballs? It looks like there's a bugfix in the git master that we never got around to backporting:

[Libmesh-users] compilation of libmesh on a virtual machine

2013-11-20 Thread Kathrin Smetana
Hi all, I want to configure and compile libmesh on a virtual machine (VMWare Fusion6), on which I installed Ubuntu 12.04 (underlying OS: Mac OS). I have installed and tested MPICH, Petsc and Slepc already and that worked well. However during the compilation of libmesh I get the following error: