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

fix cstest Makefile #1989

Merged
merged 1 commit into from Apr 11, 2023
Merged

fix cstest Makefile #1989

merged 1 commit into from Apr 11, 2023

Conversation

imbillow
Copy link
Contributor

fix

cc src/*.c -Iinclude -o build/cstest -lcmocka -lcapstone -L../..
In file included from src/arm64_detail.c:5:
include/factory.h:8:10: fatal error: capstone/capstone.h: No such file or directory
    8 | #include <capstone/capstone.h>
      |          ^~~~~~~~~~~~~~~~~~~~~
compilation terminated.
In file included from src/arm_detail.c:5:
include/factory.h:8:10: fatal error: capstone/capstone.h: No such file or directory
    8 | #include <capstone/capstone.h>
      |          ^~~~~~~~~~~~~~~~~~~~~
compilation terminated.

@kabeor
Copy link
Member

kabeor commented Apr 11, 2023

Cool, thx!

@kabeor kabeor merged commit 19bd1f9 into capstone-engine:next Apr 11, 2023
7 checks passed
@imbillow imbillow deleted the cstest branch April 11, 2023 18:00
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