Skip to content

Make build fails with LIBMESH_CHKERR errors while compiling CRANE #131

@shanila0220

Description

@shanila0220

I recently installed and built the MOOSE framework on my system and ran the test suite using ./run_tests -j 6. I am pleased to report that MOOSE compiled successfully, with 4088 tests passed, 154 skipped, and only 1 failed. But, I am unable to build the MOOSE CRANE software successfully. The make -j 4 command fails with a series of errors, primarily related to the LIBMESH_CHKERR macro.

I cloned the repository using git clone https://github.com/lcpp/crane.
I navigated into the directory with cd crane.
I ran make -j 4 to compile.

The make command terminates with multiple compilation errors. The core issue appears to be that LIBMESH_CHKERR is not declared, and the compiler suggests LIBMESH_CHKERRRA instead. The errors are found in several files. I have attached screenshots of the full terminal output showing these errors.

Image Image Image Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions