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
why ycm_core compile to x86_64, not to arm64?
[100%] Linking CXX shared library ~/.vim/bundle/YouCompleteMe/third_party/ycmd/ycm_core.cpython-313-darwin.so ld: warning: ignoring file '/opt/homebrew/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/Python': found architecture 'arm64', required architecture 'x86_64' ld: Undefined symbols: _PyBaseObject_Type, referenced from: pybind11::detail::make_object_base_type(_typeobject*) in PythonSupport.cpp.o _PyBuffer_Release, referenced from: pybind11::buffer_info::~buffer_info() in ycm_core.cpp.o
The text was updated successfully, but these errors were encountered:
Please do not delete the issue template and, instead, fill it up.
Sorry, something went wrong.
Final warning.
Please see CONTRIBUTING.md.
I spent almost one day to solve this issue. I have seen many times. But I still don't know why ycm_core compile to x86_64, not to arm64 in m1 mac.
We can't help you if you do not give us enough information, which we do ask for in the issue template. The CONTRIBUTING.md says this:
A good place to ask questions is the Gitter room
So you can go there as well, but once again, we'd need at least the verbose cmake output.
No branches or pull requests
why ycm_core compile to x86_64, not to arm64?
[100%] Linking CXX shared library ~/.vim/bundle/YouCompleteMe/third_party/ycmd/ycm_core.cpython-313-darwin.so
ld: warning: ignoring file '/opt/homebrew/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/Python': found architecture 'arm64', required architecture 'x86_64'
ld: Undefined symbols:
_PyBaseObject_Type, referenced from:
pybind11::detail::make_object_base_type(_typeobject*) in PythonSupport.cpp.o
_PyBuffer_Release, referenced from:
pybind11::buffer_info::~buffer_info() in ycm_core.cpp.o
The text was updated successfully, but these errors were encountered: