Hi All, I was trying to install fenics development version on my laptop (macOS, M1 chip) from source. As indicated in Installation — FEniCS Project documentation, mshr is optional. mshr has multiple dependencies, e.g., CGAL and Tetgen, shown in fenics-project / mshr / wiki / Installation — Bitbucket. After all dependencies are correctly installed, I was compiling mshr by issuing ‘cmake …’ at mshr/build directory but got an error: declaration not compatible in make_multicomponent_mesh_3.h, shown in the title. It seems that 3 prototypes in make_multicomponent_mesh_3.h are different from functions in CSGCGALMeshGenerator3D.cpp. So changed ‘CGAL::Mesh_3::internal::C3t3_initializer’ to ‘CGAL::internal::Mesh_3::C3t3_initializer’ manually, the same to other 2 prototypes. And it worked! Hope someone could add a note to the installation of mshr, thanks!
Thanks! I’m new to FEniCS and walking through the fenics book, so obsolete usage, functions and tools are common. btw, do we have schematic time line/time tree that shows what is deprecated, what is added ? Thanks!