"Good Luck Buddy" Message
Hey, I've been using irony for a while, but got a little frustrated waiting ~5 seconds every time I open a file within a cocos2d-x project (lots of files). Decided to try rtags, which tends to work fairly well but has its own set of issues.
Anyways, decided to go back to Irony today, did a successful irony-install-server, and now I'm getting this frustrating "You're on your own, good luck buddy" message that makes my blood boil a little :)
Instead of wasting the status line with that pointless message, why don't you log something a little bit more useful so that users can have a better idea of where to start?
Decided to run irony-server from the terminal and saw that it can't find libclang.dylib, probably has to do with the fact I recently upgraded my clang version. I guess there's no way to display that message into emacs since its failing on the dynamic library load. Is this correct?
Fixed my issue by using the "install_name_tool" as per the documentation. Noticed the cmake process actually finds the dylib properly, but the irony-server executable doesn't seem to know where it is. Any idea how to solve this so that I don't have to run "install_name_tool..." every time I update irony?