-
Notifications
You must be signed in to change notification settings - Fork 22
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
Compilation issues #85
Comments
Hi, i've just installed libvmi from master branch, created a venv, and ran
it completed without any issues. How did you proceed to get the error ? |
well it seems to me that i have done this exactly. Now I try to install python bindings
--> errors ==> I should say that i am not python friendly:) |
I retriggered a CI build, and I had to fixes a few things in libvmi dependencies, etc |
I've been having this same issue. For reference, I'm trying to build it on Oracle Linux 7. As best I can tell, what's happening (or not happening) is that the stuff that gets created in
|
Digging into it a bit more, it makes no difference whether I include |
@pjcolp this is the build script that's used to create the GCC command line: If you have a Dockerfile to repro this issue, we can take a look. |
Unfortunately I don't have a Dockerfile, but this is just running |
I just tried compiling it on an OL8 box and that worked fine. It could just be an issue with the python packages on OL7. |
Hi,
I am trying to compile python bindings to test libvmi with volatility, but got compilation errors :
(BTW: All libvmi/libkvmi examples are working with my VM and libvmi is installed on my system)
Indeed this struct has no member (def in /usr/local/include/libvmi.h)
BTW: header file in build/lib.linux-xxx/libvmi_cdef.h is present.
So my questions are:
Best regards,
The text was updated successfully, but these errors were encountered: