-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
I have installed Clang7 in my Debian 9 32bit in parrallels #2958
Comments
There are no 32-bit pre-built Clang binaries available on Linux. Since you have installed the latest version of Clang, you should run the
|
Yes, it works ! , but seemed there is sth else wrong. when I open my vim a red line in the bottom say sth wrong and ask me to read ycmtogglelogs I opened it , following is what he said: 2018-03-26 08:20:29,959 - ERROR - libclang.so.7: cannot open shared object file: No such file or directory I can use $clang a.c to compile my c code, and I do not know where is wrong Also when I use command "whereis libclang.so.7" it can show ➜ / whereis libclang.so.7 |
What's the output of the commands:
and
? |
Sorry, I should've asked you to list the files with
Also, does it work if you start Vim like this:
? |
It should work with |
I suppose there are dependencies of
and
The missing dependencies would be the ones not found in the first command but found in the second.
There are several ways to permanently add
or you can create a file in the
then run |
Nevermind, you don't need to create a file in |
ThX! You really helped me, Thank you for your patient guidance. However, the two seems the same ? What's more, maybe "How to install ycm in 32bit linux" can add to README I suggest? It is pretty hard to deal with in 32bit machine, while easily installed in my OS X. LOL, I have never used this plug before and I hope I can enjoy it ! |
Strange. Not sure what's happening then.
Running a 32-bit Linux is rather uncommon so I think the wiki would be a better place to add such instructions.
If you have any questions, feel free to ask them in the Gitter room or on the ycm-users Google group. |
Issue Prelude
Please complete these steps and check these boxes (by putting an
x
insidethe brackets) before filing your issue:
Frequently Asked Questions section.
about to report and couldn't find an answer to my problem. (Example Google
search.)
vim --version
.:YcmDebugInfo
.the
:YcmToggleLogs
command.version) I am using.
my issue, including what I expected to happen and what actually happened.
of
install.py
(orcmake
/make
/ninja
) including its invocationthat any help I receive is a selfless, heartfelt gift of their free time. I
know I am not entitled to anything and will be polite and courteous.
actually perform all of these steps.
Thank you for adhering to this process! It ensures your issue is resolved
quickly and that neither your nor our time is needlessly wasted.
Issue Details
Find in Google/stackflow but find nothing.
Diagnostic data
Output of
vim --version
Output of
YcmDebugInfo
Contents of YCM, ycmd and completion engine logfiles
OS version, distribution, etc.
Linux bad 4.9.0-4-686-pae #1 SMP Debian 4.9.65-3+deb9u1 (2017-12-23) i686 GNU/Linux
4GB/64G given
which run in parallels desktop on my MacBook Pro 2017 macOS10.13.3
Output of build/install commands
The text was updated successfully, but these errors were encountered: