-
Notifications
You must be signed in to change notification settings - Fork 347
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
Compile Error on OS X Capitain #2
Comments
The issue is probably with some header file. Presently it works fine on linux. Will look into it in some time |
For what it's worth, I also tried compiling this with gcc47 (sourced from pkg-src and installed on OS X 10.11.2) instead of clang and it still exited with errors
running |
Perhaps I'm still searching for other solutions though. |
👍 |
Yeah, I tried declaring the structs manually in the icmp.c file [struct iphdr{stuff}; , etc], which fixed the 'incomplete type' issues. I do agree that there is probably a more portable solution to the problem though. |
@JohnDDuncanIII may you explain how do you do it? Thanks |
@martinorob An alternative ICMP tunnel implementation with a working OS X client is Hans: |
Any updates on this? |
Not yet. |
struct iphdr not exists on MacOS, use the define code below #ifdef APPLE |
Got the same issues |
Same here |
I'm having the same. |
This is the error I get when I try to compile icmptunnel on OS X Capitain.
The text was updated successfully, but these errors were encountered: