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
My rtags build directory is not in the system path, so I set cmake-ide-rdm-executable and cmake-ide-rc-executable to the absolute path of the executables. While rdm run as expected, rc is not found:
cmake-ide [Tue Mar 15 15:33:56 2016]: Running rc for rtags error in process sentinel: rtags-call-rc: Can’t find rc error in process sentinel: Can’t find rc
Looking at the code in cmake-ide.el, I suppose the problem is that the cmake-ide-rc-executable variable is declared but never used.
Manually setting the rtags-path variable to the path of the directory of rc and rdm executables solves the problem, but isn't there a way to get this automatically?
The text was updated successfully, but these errors were encountered:
My rtags build directory is not in the system path, so I set
cmake-ide-rdm-executable
andcmake-ide-rc-executable
to the absolute path of the executables. Whilerdm
run as expected,rc
is not found:cmake-ide [Tue Mar 15 15:33:56 2016]: Running rc for rtags
error in process sentinel: rtags-call-rc: Can’t find rc
error in process sentinel: Can’t find rc
Looking at the code in cmake-ide.el, I suppose the problem is that the
cmake-ide-rc-executable
variable is declared but never used.Manually setting the
rtags-path
variable to the path of the directory ofrc
andrdm
executables solves the problem, but isn't there a way to get this automatically?The text was updated successfully, but these errors were encountered: