Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change include path to fix error with embedded cmake builds #1649

Merged
merged 1 commit into from
Jun 25, 2020

Conversation

heshpdx
Copy link
Contributor

@heshpdx heshpdx commented Jun 24, 2020

Fixed a build issue. I integrate the capstone directory into a larger project and use the cmakefile. It was an easy fix, but not sure how I can show how to reproduce in your git repo.

In file included from /home/mjm/sim/src/capstone/include/capstone/capstone.h:302,
                 from /home/mjm/sim/src/ampere/event_stream/event_stream.cc:22:
/home/mjm/sim/src/capstone/include/capstone/riscv.h:16:10: fatal error: capstone/platform.h: No such file or directory
#include "capstone/platform.h"
          ^~~~~~~~~~~~~~~~~~~~~
compilation terminated.

@aquynh aquynh merged commit d956ced into capstone-engine:next Jun 25, 2020
@aquynh
Copy link
Collaborator

aquynh commented Jun 25, 2020

merged, thanks!

@riptl riptl mentioned this pull request Jul 22, 2022
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants