-
-
Notifications
You must be signed in to change notification settings - Fork 73
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
TranslationUnitLoadError #68
Comments
I have the same problem. |
sry 😢 example (tested with Arch Linux)
|
here's the same init file i originally posted. also, this issue was only on macOS. i tried to be thorough in my original report. |
I think it depends clang version. |
I get same errors:
|
Sometimes it was just a matter of removing the translation unit file again. (The .tu file) And it all works again. |
Problems summary
just trying to get autocomplete with neovim.
from neovim :messages : http://pastebin.com/d48cuBTR
this is very similar to #59, but that seems to be solved with setting the right clang paths, which I think I have set correctly in my init.vim (this is minimal, but confirmed): http://pastebin.com/MPHVLRD1
I've installed llvm/clang with homebrew and had the same problem, but my current llvm I compiled into my home tree.
I get the same behavior as #59 where I type std and deoplete-clang goes nuts. also happens with sf (SFML).
Expected
autocomplete
Environment Information
reproduce
logfile
I generated this logfile: http://pastebin.com/dakv1Seu
Screen shot
conclusion
let me know if you need anything else or about any work-arounds
The text was updated successfully, but these errors were encountered: