AIS-catcher icon indicating copy to clipboard operation
AIS-catcher copied to clipboard

Errors with current build

Open otm64 opened this issue 6 months ago • 4 comments

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

Build_Errors.txt

otm64 avatar Jun 18 '25 18:06 otm64

Can you show the output of cmake as well? Thanks!

jvde-github avatar Jun 18 '25 18:06 jvde-github

My suspicion is that you need to install libssl-dev but, in any case, it should just build fine even then.

jvde-github avatar Jun 18 '25 18:06 jvde-github

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.

jvde-github avatar Jun 18 '25 18:06 jvde-github

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.

otm64 avatar Jun 19 '25 05:06 otm64