cocodelabs / znc-palaver

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

Build Failure, OS X 10.11.2 #35

Closed ForumFerret closed 8 years ago

ForumFerret commented 8 years ago

Getting an error during build as follows:


$ make Building "palaver.so" for ZNC 1.0... In file included from palaver.cpp:15: In file included from /usr/local/Cellar/znc/1.0/include/znc/Modules.h:13: In file included from /usr/local/Cellar/znc/1.0/include/znc/WebModules.h:13: In file included from /usr/local/Cellar/znc/1.0/include/znc/Template.h:13: /usr/local/Cellar/znc/1.0/include/znc/Utils.h:188:10: fatal error: 'openssl/blowfish.h' file not found # include ``` ^ ``` 1 error generated. [ !! ] Error while building "palaver.so" make: **\* [palaver.so] Error 1
kylef commented 8 years ago

This seems to be a problem with your ZNC install / openssl. The error is coming from the ZNC header znc/Utils.h referencing openssl/blowfish.h. Did you remove openssl after you built ZNC?

ForumFerret commented 8 years ago

Not intentionally!

Could it be fixed by going into my znc directory and doing git clone again? On Fri, Jan 15, 2016 at 17:01 Kyle Fuller notifications@github.com wrote:

This seems to be a problem with your ZNC install / openssl. The error is coming from the ZNC header znc/Utils.h referencing openssl/blowfish.h. Did you remove openssl after you built ZNC?

— Reply to this email directly or view it on GitHub https://github.com/cocodelabs/znc-palaver/issues/35#issuecomment-172106344 .

kylef commented 8 years ago

I'd try rebuilding ZNC and then trying to build the module again.