[DEBUG] ReadFile() finished with GetLastError(): 109 [DEBUG] 12976: cmd_execute_and_stream_data() returned 0 after 31572 us The following packages will be built and installed: nlohmann-json[core]:x64-windows -> 3.10.5#2 * vcpkg-cmake[core]:x64-windows -> 2022-05-06 * vcpkg-cmake...
1>--- Build started: Project: IfcConvert, Configuration: Release x64 --- 1>IfcConvert.cpp 1>C:\Users\darko\Documents\IfcOpenshell\src\ifcconvert\../serializers/GltfSerializer.h(27,10): fatal error C1083: Cannot open include file: 'nlohmann/json.hpp': No such file or directory ...
运行vcpkg install polyclipping:x64-windows。 在没有 vcpkg.json 文件的情况下使用vcpkg install: 如果你不想使用 vcpkg.json 文件,可以在命令中直接指定要安装的库,而无需依赖项目目录中是否存在 vcpkg.json 文件。例如: .\vcpkg install polyclipping:x64-windows 请注意,这种方法可能不会将库添加到项目的依赖...
no finding nlohmann_json from xmake .. checking for xmake::nlohmann_json ... nlohmann_json v3.11.3 checking for ping ... ok pinging the host(github.com) ... 58 ms checking for 7z ... C:\Users\mengdimwang\xmake\winenv\bin\7z C:\Users\mengdimwang\xmake\winenv\bin\7z x -y v11...
Solution to issue cannot be found in the documentation. I checked the documentation. Issue Hi, guys! I met an error on Win11 when running colcon build --symlink-install --merge-install in the Humble tutorial. The command and error output...
* nlohmann-json[core]:x64-linux -> 3.9.1 Additional packages (*) will be modified to complete this operation. Detecting compiler hash for triplet x64-linux... Could not locate cached archive: /root/.cache/vcpkg/archives/ef/ef8eae8cfe4cd361bbfa4442a297140dab61a8632529693b94219e95801c42e...
auto json = nlohmann::json::parse(util::read_to_string(file.path() / "manifest.json")); PluginManifest manifest; json.get_to(manifest); plugins.push_back(std::make_shared<Plugin>(manifest, file.path())); std::optional<std::filesystem::path> packed_file_path=std::nullopt; auto plugi...