-
I'm trying to use the ryml library in a VS 2015 x86 application. What am I doing wrong? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Looking at the entry in vcpkg, the existing ryml version is old -- from october 2021 (or july, can't really tell), so it still does not have those functions. The vcpkg is produced downstream and needs to be updated. I am not familiar with the details, as the package was put there by somebody else. So you either need to push a package submission to the vcpkg, or compile ryml from source as the examples in the README show. |
Beta Was this translation helpful? Give feedback.
Looking at the entry in vcpkg, the existing ryml version is old -- from october 2021 (or july, can't really tell), so it still does not have those functions. The vcpkg is produced downstream and needs to be updated. I am not familiar with the details, as the package was put there by somebody else.
So you either need to push a package submission to the vcpkg, or compile ryml from source as the examples in the README show.