Skip to content
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

Nbase fails to build on Solaris 9 due to missing stdint.h #309

Open
dmiller-nmap opened this issue Feb 21, 2016 · 0 comments
Open

Nbase fails to build on Solaris 9 due to missing stdint.h #309

dmiller-nmap opened this issue Feb 21, 2016 · 0 comments
Labels

Comments

@dmiller-nmap
Copy link

In file included from netutil.cc:131:
../nbase/nbase.h:227:20: stdint.h: No such file or directory

Looks like the alternative is <inttypes.h> or <sys/int_types.h>, though perhaps <sys/int_limits.h> is needed as well? Likely affects non-Solaris systems, too (https://gcc.gnu.org/bugzilla/show_bug.cgi?id=448).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant