-
Notifications
You must be signed in to change notification settings - Fork 99
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
"couldn't find irony.el's version header!" #592
Comments
|
Hi @Sarcasm I am on Window 11 and using Emacs 29.4 and I am getting the same error:
The command used to install the irony-server was the one showed up automatically after I typed M-x: irony-install-server was
Also, when I type:
When also type:
I have clang 19.1.2 isntalled and set in the PATH as well. Any ideas? I have this included in the init.el if relevant:
|
Hey folks, I am running into the same issue on Arch 6.11.6:
Emacs 29.4, CMake 3.31 Please share if you found a fix, thank you! |
I debugged it a bit, it appears that melpa rewrite the irony version header from: ;; Version: 1.6.1 To: ;; Package-Version: 20231018.1915
;; Package-Revision: 40e0ce19eb85 This breaks https://github.com/Sarcasm/irony-mode/blob/master/irony.el#L445 Not sure what is a proper fix yet. |
The work around for now is obviously to just insert |
Hey guys,
I am trying to compile irony server in emacs and I am getting this error:
I've tried ripgrepping
irony_find_package_version
, but it does not seem to be a keyword in sources, or maybe I am doing it wrong.How can I fix/debug this?
Additional system info:
I am running GNU Emacs 29.4, irony-20231018.1915, glibc 2.39-r6, clang 18.1.8
Gentoo linux, kernel 6.11.3
Thanks,
Vlad
The text was updated successfully, but these errors were encountered: