ed580325a3
redbear-ci / check (push) Has been cancelled
- FindUTEMPTER aborts when cross-compiling unless told what to do; Redox has no utmp/wtmp login-record DB, so pass -DCMAKE_DISABLE_FIND_PACKAGE_UTEMPTER=ON (PTYs work without it; utempter only feeds who/w login accounting). - kpty.cpp's __redox__ no-op guard around KPty::login()/logout() had dropped the #endif for the UTEMPTER_PATH and HAVE_LOGIN blocks and never closed the new __redox__ #ifdef, leaving both functions 3 #if deep at their closing brace (unterminated #else / expected '}'). Add the 3 missing #endif to each.