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

Fails to build with libevent >= 2.1 #11

Closed
jbeich opened this issue Jan 27, 2017 · 1 comment
Closed

Fails to build with libevent >= 2.1 #11

jbeich opened this issue Jan 27, 2017 · 1 comment

Comments

@jbeich
Copy link

jbeich commented Jan 27, 2017

_EVENT_VERSION was renamed to EVENT__VERSION in libevent/libevent@68120d9b000a + libevent/libevent@f82c57e50531. Maybe switch to LIBEVENT_VERSION to be compatible with both.

checking libevent header version... not found
configure: error: libevent version header not found. -I/usr/local/include
[...]
conftest.c:188:32: error: use of undeclared identifier '_EVENT_VERSION'
        if ((rc = fprintf(fd ,"%s\n", _EVENT_VERSION)) <0)
                                      ^

See also https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216527

@xcllnt
Copy link
Owner

xcllnt commented Jan 28, 2017

Thanks. I think it's probably best to fully convert to libevent2...

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