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

uthash.h #20

Open
pax2111 opened this issue Jan 24, 2023 · 1 comment
Open

uthash.h #20

pax2111 opened this issue Jan 24, 2023 · 1 comment

Comments

@pax2111
Copy link

pax2111 commented Jan 24, 2023

hi,
when running ./configure I am getting this error:
configure: error: Required header uthash.h not found; install uthash and try again

I downloaded added uthash.h and copied it to /usr/local/include and the local directory.
Still I get the same error.

@salcock
Copy link
Contributor

salcock commented Jan 24, 2023

Hi,

Here are a couple of things that you can try:

  • run ./configure as follows: ./configure CPPFLAGS=-I/usr/local/include -- this will tell configure to look inside /usr/local/include for any missing header files.
  • install uthash using a package for your operating system / distro -- e.g. on Ubuntu/Debian, you would use apt to install the uthash-dev package

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

No branches or pull requests

2 participants