While I was building cyrus-sasl with lmdb and open-ssl for windows (as recommend by it Installation guide), I'm encountering some linking error, especially for building sasldb.lib in visual studio 2022, I have properly linked the path for lmdb, open-ssl and gssapi as well. But, the problem occurs for for building sasldb.lib.
This is the setup for the project property for sasldb solution. I'm currently using latest Window SDK for this build-up.
This is the include directory setup of sasldb solution.
This is the directory where all the necessary include header for lmdb is present ( just for reference )
This is library directory setup for sasldb solution.
This the necessary directory for all the library header for lmdb present.
I have also specified the name of lmdbd.lib for to used in the property of sasldb solution.
This is the section of code which is creating the problem.
The error log for this build-up.
Can anybody advice me on this ? This is the only problem I am facing while building up. I'm kind of new at this. I'm trying to use it for building libVNC C library, which I'm using for my project.
Edit: Sorry for earlier. I didn't give the details about the problem I was facing.