This repository has been archived by the owner on Jun 30, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 164
Problem with installation #20
Labels
Comments
Wow, thanks, that's stupid. Let me fix. |
Oh how lovely. Thank you! |
NathanFrench
added a commit
that referenced
this issue
Jul 25, 2017
As stated within #20, headers were being installed to include/evhtp/* but were not reflected in the source. This means that even though evhtp specific include files were in /usr/include/evhtp/blah.h, a user still had to use -I/usr/include/evhtp which is just dumb. This is a holdover until we do a proper code refactor that splits up various things logically. So for now, ./include/evhtp == public ./include/. == private Aside from the include/evhtp.h which is a placeholder that points to include/evhtp/evhtp.h
I think this is a short-term fix. What do you think? |
It's okay as a short-term fix. It will be much better after general refactor, I'm sure. |
Yep. |
merged and closing. Thanks for pointing this out! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Running make install after compiling places headers in
/usr/local/evhtp/
dir (under ubuntu). Using those global headers causes compilation to fail because evhtp.h includes files assuming they are installed in/usr/local/
dir instead.The text was updated successfully, but these errors were encountered: