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
All the kak sessions had to be killed off before continuing with the installation. (Thought of mentioning it as it hadn't happened before. This is the first time actually).
The text was updated successfully, but these errors were encountered:
"Text file busy" is the standard POSIX error for when something tries to write to a program while it's running, or run a program while it's being written to.
make install might be able to work around this by using cp -f (which will delete the destination file and try again), but in general it's a bad idea to have version mismatches between Kakoune clients, Kakoune servers, and the standard library. Quitting all Kakoune sessions before an upgrade is a much better way to go about it.
Question
The latest installation of kak would not let me continue and returned a
All the kak sessions had to be killed off before continuing with the installation. (Thought of mentioning it as it hadn't happened before. This is the first time actually).
The text was updated successfully, but these errors were encountered: