You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JSON library less than 3.11.3 can't be build with the same way. However after required local updates on some files I succeed to build JSON version 3.11.2. But again the json-schema-validator failed with the same message.
The text was updated successfully, but these errors were encountered:
Hi.
I am trying to build this library in windows for MinGW64 with nlohmann/json 3.11.3 version, but it fails at some point.
Starting by the error I get:
Question: Is the
json-schema-validator
compatible up to any specific version of nlohmann/json ?The procedure I follow is describe below.
Question: Is it ok? Am I missing something?
Trying to build with msys2 mingw64
MSYS2 MINGW64
(there are multiple executables installed).pacman -Syu
and wait. The window will close during updating. If after 1-2 minutes it doesn't open, reopen it.Now suppose we are working in folder
/c/Git/external/
.Build JSON library
Clone the library:
git clone https://github.com/nlohmann/json.git cd json git checkout v3.11.3
From the
MSYS2 MINGW64
do:Build the validator library
Clone the library:
git clone https://github.com/pboettch/json-schema-validator cd json-schema-validator git checkout 2.3.0
From the
MSYS2 MINGW64
do:Then the initial provided error occurs.
Notes
The text was updated successfully, but these errors were encountered: