-
Notifications
You must be signed in to change notification settings - Fork 39
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
dereferencing pointer to incomplete type ‘struct clone_args’ #15
Comments
Thank you for your message. I have updated the program in 773a09f ; I hope this change fixes the reported issue. I would appreciate it if you give us another message here if you still see the same error after applying the change above. Thank you very much for reporting the issue. |
Thank you for your reply. But for libzpoline.so I type the following: and I get another error: Does the error mean suggests that there is a relocation issue with this symbol ? |
Thank you for your quick reply. Actually, I already have the pointer to the solution #11 , but I have not reflected it yet. I made a change in aa18e55 to resolve this issue, and I hope that now you can compile the program. Again, I would appreciate it if you write another message here if you still see the compilation error. Thank you very much for your report. |
For libzpoline.so, i type the following command.
make
I get the following error: main.c:242:9: error: dereferencing pointer to incomplete type ‘struct clone_args’
if (ca->flags & CLONE_VM)
The text was updated successfully, but these errors were encountered: