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
之前成功编译过,今天 pull 了一下,按照 readme 中的编译说明,执行 cmake --build . --config release 会报下面的错误:
cmake --build . --config release
[ 3%] Building CXX object 3rd/sxtwl_cpp/src/CMakeFiles/sxtwl.dir/JD.cpp.o In file included from /Users/herald/repo/qimen/3rd/sxtwl_cpp/src/JD.cpp:1: /Users/herald/repo/qimen/3rd/sxtwl_cpp/src/JD.h:4:10: fatal error: 'string' file not found 4 | #include <string> | ^~~~~~~~ 1 error generated. make[2]: *** [3rd/sxtwl_cpp/src/CMakeFiles/sxtwl.dir/JD.cpp.o] Error 1 make[1]: *** [3rd/sxtwl_cpp/src/CMakeFiles/sxtwl.dir/all] Error 2 make: *** [all] Error 2
macOS 版本:15.0 x-select 版本:2409
The text was updated successfully, but these errors were encountered:
好的,感谢反馈,我有空的时候验证一下。
Sorry, something went wrong.
我尝试在我的M1 Pro上编译可行,要不你全部重新拉取一下,使用git clone --recursive https://github.com/taynpg/csp。
M1 Pro
git clone --recursive https://github.com/taynpg/csp
No branches or pull requests
之前成功编译过,今天 pull 了一下,按照 readme 中的编译说明,执行
cmake --build . --config release
会报下面的错误:macOS 版本:15.0
x-select 版本:2409
The text was updated successfully, but these errors were encountered: