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<char>}'
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:
xdr_cxx.C needs
#include <fstream>
to be standards-conforming, and some C++ standard libraries call us on
that. Adding that line to the includes manually should fix it for
you. Sorry about the inconvenience.
Let us know what version of libMesh you're building and whether you
run into any other issues? I don't think our git master is currently
stable enough for us to want to make a new real release, but we can
put out a 0.9.2.3 with a few backported fixes easily enough.
---
Roy
------------------------------------------------------------------------------
Shape the Mobile Experience: Free Subscription
Software experts and developers: Be at the forefront of tech innovation.
Intel(R) Software Adrenaline delivers strategic insight and game-changing
conversations that shape the rapidly evolving mobile landscape. Sign up now.
http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk
_______________________________________________
Libmesh-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/libmesh-users