We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2.9.7
Linux al9 5.14.0-427.37.1.el9_4.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Sep 24 17:44:03 EDT 2024 x86_64 x86_64 x86_64 GNU/Linux
boost 1.87 带选项 all=true,zlib=true,bzip2=true,lzma=true,zstd=true 安装失败 cmake编译 提示 查找 zstd shared库失败 packages/b/boost/patches/1.86.0/find-zstd.patch 似乎是处理这个问题,但是该patch没有在1.87上生效.
fix it.
add_requires("boost", {configs = { all = true,zlib=true,bzip2=true,lzma=true,zstd=true}})
build failed
The text was updated successfully, but these errors were encountered:
Bot detected the issue body's language is not English, translate it automatically.
Title: boost 1.87 with options all=true,zlib=true,bzip2=true,lzma=true,zstd=true installation failed
Sorry, something went wrong.
更新 xrepo bd8a6e0
Update xrepo bd8a6e0
No branches or pull requests
Xmake 版本
2.9.7
操作系统版本和架构
Linux al9 5.14.0-427.37.1.el9_4.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Sep 24 17:44:03 EDT 2024 x86_64 x86_64 x86_64 GNU/Linux
描述问题
boost 1.87 带选项 all=true,zlib=true,bzip2=true,lzma=true,zstd=true 安装失败
cmake编译 提示 查找 zstd shared库失败
packages/b/boost/patches/1.86.0/find-zstd.patch 似乎是处理这个问题,但是该patch没有在1.87上生效.
期待的结果
fix it.
工程配置
add_requires("boost", {configs = { all = true,zlib=true,bzip2=true,lzma=true,zstd=true}})
附加信息和错误日志
build failed
The text was updated successfully, but these errors were encountered: