-
Notifications
You must be signed in to change notification settings - Fork 50
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
fatal error: dyninstversion.h #10
Comments
#include "dyninstversion.h" // if this include errors, compile and install https://github.com/dyninst/dyninst you should do that. |
i had already installed dyninst. |
what does the output of "find / -name dyninstversion.h" show? |
i finally change the code from dyninstversion.h to version.h. it did work |
maybe dyninst changed the filename in the last week(s). I will look into it. |
can you please provide the output of the following commands: thanks |
/local/include/version.h |
by the way, would mind helping me to solve the following problem. |
recently. i got the following error ,when i typed 'make ' command
`
afl-dyninst.cpp:19:28: fatal error: dyninstversion.h: 没有那个文件或目录
`
The text was updated successfully, but these errors were encountered: