Skip to content

missing c-header files for memcpy and printf #3

@mittelmark

Description

@mittelmark

The g++ compiler needs to include the header for memcpy and the header for printf.

  • in ckwargs.cpp the function memcpy is used, this needs for g++ the header <cstring>.
  • in SomeFunction.cpp the function printf needs the inclusion of <cstdio>

I finally got this fixed and could compile the code on Linux with g++ 12.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions