Very simple issue, but newly added compiler directives resulted in "#elif with no expression" in kpty.cpp, preventing successful compilation. Changing this new #elif directives to #else directives solved the problem.
Very simple issue, but newly added compiler directives resulted in "#elif with no expression" in kpty.cpp, preventing successful compilation. Changing this new #elif directives to #else directives solved the problem.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Very simple issue, but newly added compiler directives resulted in "#elif with no expression" in kpty.cpp, preventing successful compilation. Changing this new #elif directives to #else directives solved the problem.
Absolutely right! Thank you.