[MOAB-dev] MOAB/trunk build failure
Jason Kraftcheck
kraftche at cae.wisc.edu
Thu Mar 11 15:06:02 CST 2010
Dmitry Karpeev wrote:
> I just tried building MOAB/trunk on cosmea and failed at the make stage.
> configure and make logs are attached.
> Might that be due to the recent source code rearrangements?
>
It looks like something did not get updated correctly in your source tree.
Build fails with:
MBCore.cpp(55): catastrophic error: could not open source file "WriteHDF5.hpp"
# include "WriteHDF5.hpp"
Build the compilation command includes:
-I./io
which is where WriteHDF5.hpp should be. So why do you not have a copy of
WriteHDF5.hpp at that location?
- jason
More information about the moab-dev
mailing list