You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
The text was updated successfully, but these errors were encountered: