首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >未能安装Mircosoft SEAL

未能安装Mircosoft SEAL
EN

Stack Overflow用户
提问于 2021-02-06 08:12:23
回答 1查看 307关注 0票数 0

当我使用vcpkg安装SEAL时,会发生以下情况:

代码语言:javascript
复制
Please ensure you're using the latest portfiles with `.\vcpkg update`, then
submit an issue at https://github.com/Microsoft/vcpkg/issues including:
  Package: seal:x86-windows
  Vcpkg version: 2021-01-13-unknownhash

Additionally, attach any relevant sections from the log files above.

C:\src\vcpkg\vcpkg\buildtrees\seal\config-x86-windows-dbg-out.log

代码语言:javascript
复制
-- The CXX compiler identification is MSVC 19.28.29335.0
-- The C compiler identification is MSVC 19.28.29335.0
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.28.29333/bin/Hostx64/x86/cl.exe - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.28.29333/bin/Hostx64/x86/cl.exe - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Build type (CMAKE_BUILD_TYPE): Debug
-- Microsoft SEAL debug mode: ON
-- Microsoft GSL: found
-- Found ZLIB: optimized;C:/src/vcpkg/vcpkg/installed/x86-windows/lib/zlib.lib;debug;C:/src/vcpkg/vcpkg/installed/x86-windows/debug/lib/zlibd.lib (found suitable version "1.2.11", minimum required is "1.2.11") 
-- ZLIB: found
-- Configuring incomplete, errors occurred!
See also "C:/src/vcpkg/vcpkg/buildtrees/seal/x86-windows-dbg/CMakeFiles/CMakeOutput.log".

C:\src\vcpkg\vcpkg\buildtrees\seal\config-x86-windows-dbg-err.log

代码语言:javascript
复制
 CMake Error at CMakeLists.txt:186 (message):
  Zstandard: must be static

what's the maining of "Zstandard: must be static" ???

请告诉我如何修复它或如何在Windows上安装SEAL。谢谢!

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2021-02-07 06:20:52

密封要求Zstandard是静态建造的。如果希望获得Zstandard支持,只能使用vcpkg安装静态SEAL。为此,请按以下方式指定三元组(例如):.\vcpkg install seal:windows-x64-static

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/66074818

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档