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
xmake v2.9.7+20241219
macOS Sonoma 14.7.4
scnlib v4.0.1 无法在 macOS 上正常安装
scnlib v4.0.1 能够在 macOS 上正常安装
add_requires("scnlib v4.0.1")
note: install or modify (m) these packages (pass -y to skip confirm)? in xmake-repo: -> scnlib v4.0.1 [license:Apache-2.0] please input: y (y/n/m) => download https://github.com/eliaskosunen/scnlib/archive/refs/tags/v4.0.1.tar.gz .. ok => install scnlib v4.0.1 .. failed /Users/cubic/.xmake/cache/packages/2503/s/scnlib/v4.0.1/source/src/scn/impl.cpp:726:41: error: no member named 'fixed' in namespace 'fast_float' 726 | format_flags |= fast_float::fixed; | ~~~~~~~~~~~~^ /Users/cubic/.xmake/cache/packages/2503/s/scnlib/v4.0.1/source/src/scn/impl.cpp:729:41: error: no member named 'scientific' in namespace 'fast_float' 729 | format_flags |= fast_float::scientific; | ~~~~~~~~~~~~^ 2 errors generated. make[2]: *** [CMakeFiles/scn.dir/src/scn/impl.cpp.o] Error 1 make[1]: *** [CMakeFiles/scn.dir/all] Error 2 make: *** [all] Error 2 if you want to get more verbose errors, please see: -> /Users/cubic/.xmake/cache/packages/2503/s/scnlib/v4.0.1/installdir.failed/logs/install.txt error: install 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: scnlib v4.0.1 cannot be installed normally on macOS
Sorry, something went wrong.
更新一下 xrepo,理论上这个问题已经解决了 #6328
No branches or pull requests
Xmake 版本
xmake v2.9.7+20241219
操作系统版本和架构
macOS Sonoma 14.7.4
描述问题
scnlib v4.0.1 无法在 macOS 上正常安装
期待的结果
scnlib v4.0.1 能够在 macOS 上正常安装
工程配置
附加信息和错误日志
The text was updated successfully, but these errors were encountered: