-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
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
在centos上无法通过POSIX/Python下的cmake #1337
Comments
I currently don't have a CentOS env at hand, it will take some time. |
I just noticed that your code is not up to date. Line 20 of PBUtility.cpp in the master branch. PS: the master branch is known for some GCC & Linux compile failures. You can checkout the dev branch for testing. |
我可以试试dev分支, |
dev branch is ok, need run setup.py ,custom build Still failed |
我在mac上所有的步骤都能成功,但是迁移到centos上就出现了错误
各种版本:
cmake 3.20.2
Python 3.9.18
clang 16.0.6
不论是我自己构建:
cd mmkv/POSIX mkdir build cd build cmake .. make
还是直接
python3 setup.py install
都是如下的报错
报错信息如下:
The text was updated successfully, but these errors were encountered: