Errors with current build
I pulled down the latest changes but when building get a number of errors re: Protocol.cpp and Protocol.h. See attched error file. I am currently running version 0.62-49-gdca36198. Is this something I can ignore and just install or does this require some type of fix?
Thanks, Mike
Can you show the output of cmake as well? Thanks!
My suspicion is that you need to install libssl-dev but, in any case, it should just build fine even then.
Ok, so indeed the case. You can build again by getting the latest source or install libssl-dev and run cmake again.
Thanks for flagging. The aim is to always build even if not all dependencies are installed.
Correct, I do not have libssl-dev installed. OS is a vanilla Debian ssh server with only the absolutely necessary additional packages added. Thanks for the fix, the build works without throwing any errors.