Skip to content

Check C standard headers availability #91

@fvalette

Description

@fvalette

Check availability of standard header we used in meson.build.
If the environment is not well configured, those might be out of header resolution scope.
Such errors must be catch at setup time instead of build time.

e.g.

#include <stdarg.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdlib.h>

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions