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 on Ubuntu 12.04 LTS with znc/IRCNetwork.h: No such file or directory #76

Closed
mgedmin opened this issue Apr 11, 2014 · 1 comment

Comments

@mgedmin
Copy link

mgedmin commented Apr 11, 2014

The README claims support for ZNC versions as old as 0.078. Ubuntu 12.04 LTS comes with znc 0.206. When I try to build there, I get the following error:

$ sudo apt-get install znc-dev libcurl4-openssl-dev
$ make curl=yes
sed -i -e "s|PUSHVERSION \".*\"|PUSHVERSION \"v1.0.0-46-g20d3f02-dirty\"|" push.cpp
CXXFLAGS=" -DUSE_CURL -lcurl" LIBS=" -DUSE_CURL -lcurl" znc-buildmod push.cpp
Building "push.so" for znc 0.206... push.cpp:17:28: fatal error: znc/IRCNetwork.h: No such file or directory
compilation terminated.
[ !! ] Error while building "push.so"
make: *** [push.so] Error 1

Looks like 6c413a9 broke compatibility with older znc versions.

This was referenced Apr 11, 2014
@amyreese
Copy link
Owner

As mentioned in #77 and the readme, building on ZNC version 0.206 or older requires using the "legacy" branch of znc-push.

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 a pull request may close this issue.

2 participants