You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to use Irony as completion backend for my daily C++-editing. I have configured the Irony package in my Emacs config according to the Readme. However as soon as I open an C++ file and enter irony mode I get the following error message:
Irony CDB: error in compilation database: (irony-server-error "irony-server is broken! /home/zufall/.emacs.d/irony/bin/irony-server exited with status 127")
I checked the value of of the 'irony-cdb-json--project-alist' variable. It refers to the correct directory and the correct json file. Also when I start irony-server via shell it works.
So what could be the reason that in Emacs it doesn't works.
Best regards
The text was updated successfully, but these errors were encountered:
Hello together,
I want to use Irony as completion backend for my daily C++-editing. I have configured the Irony package in my Emacs config according to the Readme. However as soon as I open an C++ file and enter irony mode I get the following error message:
Irony CDB: error in compilation database: (irony-server-error "irony-server is broken! /home/zufall/.emacs.d/irony/bin/irony-server exited with status 127")
I checked the value of of the 'irony-cdb-json--project-alist' variable. It refers to the correct directory and the correct json file. Also when I start irony-server via shell it works.
So what could be the reason that in Emacs it doesn't works.
Best regards
The text was updated successfully, but these errors were encountered: