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

make install should install dict.h system-wide #20

Closed
wants to merge 1 commit into from

Conversation

priteau
Copy link
Contributor

@priteau priteau commented Jan 14, 2011

async.h includes dict.h, so dict.h needs to be installed system-wide too.
This fixes compilation of example-libev.c when it is modified to use system-wide installed include files.

@antirez
Copy link
Contributor

antirez commented Jan 14, 2011

What about instead trying to make the hash table lib completely opaque to hiredis users?

@pietern
Copy link
Contributor

pietern commented Jan 14, 2011

Yes, this is indeed a problem. I'd rather fix async.h to contain a forward declaration though. Adding this header system-wide has no real value. Even more so, I'm planning on making making dict.c all-static, so the entire c file can be included (because it is only used in isolation).

@pietern
Copy link
Contributor

pietern commented Jan 14, 2011

I've patched this on master, could you let me know this works out for you?

@priteau
Copy link
Contributor Author

priteau commented Jan 14, 2011

It works, thanks.

This pull request was closed.
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

Successfully merging this pull request may close these issues.

3 participants