cocodelabs / znc-palaver

ZNC module for push notifications
MIT License
112 stars 14 forks source link

`znc-buildmod palaver.cpp` fails to build. #3

Closed dvessel closed 11 years ago

dvessel commented 11 years ago

I followed the instructions here: http://wiki.znc.in/Compiling_modules

It worked for the colloquy module that I've used before but compiling the palaver module gives me this error.

I'm still a newb with Linux so if you can give some clear directions, it'd be appreciated. Thanks.

error:

znc-buildmod palaver.cpp 
Building "palaver.so" for znc 0.206... palaver.cpp:12:28: fatal error: znc/IRCNetwork.h: No such file or directory
compilation terminated.
[ !! ] Error while building "palaver.so"

Ubuntu 12.04.2 LTS ZNC 0.206+deb1

dvessel commented 11 years ago

Hrm, I did a bit of searching and it must be due to the outdated version of ZNC.

kylef commented 11 years ago

Yes, this module requires ZNC 1.0 or newer. Sorry