Skip to content

Include errors with compatibility headers in v6-alpha #2509

@rth7680

Description

@rth7680

#include <capstone/aarch64.h>

and

#include <capstone/systemz.h>

use <capstone/...> to include, whereas everything else uses "".

This fails when using -I$includedir because <> only searches system headers.

Either capstone.pc should use -isystem, or these two instances should also use "".

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething is not working as it shouldbuild & packagingBuild system and packaging related

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions