-
Notifications
You must be signed in to change notification settings - Fork 302
Closed
Description
Dear all,
Sorry for bothering. Could you please help me install libmesh?
I am using Windows 10 64 bit, Windows Subsystem Linux, Ubuntu 18.04. I have done:
git clone git://github.com/libMesh/libmesh.git
cd libmesh
./configure
make
The process went on perfect until this happened:
In file included from ./include/libmesh/dtk_adapter.h:27:0,
from src/solution_transfer/dtk_adapter.C:24:
./include/libmesh/dtk_evaluator.h:31:10: fatal error: DTK_MeshContainer.hpp: No such file or directory
#include <DTK_MeshContainer.hpp>
^~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
Makefile:16028: recipe for target 'src/solution_transfer/libmesh_dbg_la-dtk_adapter.lo' failed
make[1]: *** [src/solution_transfer/libmesh_dbg_la-dtk_adapter.lo] Error 1
make[1]: Leaving directory '/mnt/x/libmesh/libmesh'
Makefile:29399: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1
And I checked that DTK_MeshContainer.hpp is not in the source code.
Was I doing something wrong? Any hint would be greatly appreciated.
Best,
Shawn
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels