nmos-cpp icon indicating copy to clipboard operation
nmos-cpp copied to clipboard

[windows] ERROR LNK1104 cannot open file “Debug\jwt-cpp.lib”

Open ganfm opened this issue 1 year ago • 1 comments

When I followed the tutorial to generate project files, but the above error occurred. I tried to find this file in the corresponding generation directory, but it was indeed not generated. So can I fix this problem? Thanks a lot. ` image

ganfm avatar Aug 11 '24 03:08 ganfm

Hi @ganfm

jwt-cpp is header only library, i.e. no jwt-cpp.lib is generated, if you are not using conan please insert -DNMOS_CPP_USE_SUPPLIED_JWT_CPP:BOOL="1" while running cmake, see https://github.com/sony/nmos-cpp/blob/master/Documents/Dependencies.md#jwt-cpp and https://github.com/sony/nmos-cpp/blob/master/Documents/Getting-Started.md#preparation

lo-simon avatar Aug 13 '24 10:08 lo-simon

Closes issue: it seems like this issue has been resolved.

lo-simon avatar Feb 05 '25 16:02 lo-simon