We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
We are trying to compile Libtins for AIX platform and we are getting the below compilation errors.
Can you please help us if there are any known issues or solutions for AIX.
While for some of the header files missing like getifaddrs issues there are some alternatives suggested at https://stackoverflow.com/questions/20469857/is-there-any-getifaddrs-alternative-on-hp-ux-solaris-or-aix
Since there are multiple errors I would like to understand if there is any support from Libtins for AIX?
The following are the other errors I am getting...
/home/skytap/libtins-4.4/src/dot3.cpp:36:18: fatal error: netpacket/packet.h: No such file or directory 36 | #include <netpacket/packet.h>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
We are trying to compile Libtins for AIX platform and we are getting the below compilation errors.
Can you please help us if there are any known issues or solutions for AIX.
While for some of the header files missing like getifaddrs issues there are some alternatives suggested at https://stackoverflow.com/questions/20469857/is-there-any-getifaddrs-alternative-on-hp-ux-solaris-or-aix
Since there are multiple errors I would like to understand if there is any support from Libtins for AIX?
The following are the other errors I am getting...
/home/skytap/libtins-4.4/src/dot3.cpp:36:18: fatal error: netpacket/packet.h: No such file or directory
36 | #include <netpacket/packet.h>
The text was updated successfully, but these errors were encountered: