Swordfish90 / cool-retro-term

A good looking terminal emulator which mimics the old cathode display...
22.11k stars 840 forks source link

Termux - not compiling #616

Closed xslendix closed 2 years ago

xslendix commented 4 years ago

Hello I am trying to compule the terminal on my phone but I get the following errors:

lib/kpty.cpp:577:5: error: use of undeclared identifier 'pututline'
    pututline(&l_struct);
    ^
lib/kpty.cpp:579:5: error: use of undeclared identifier 'updwtmp'
    updwtmp(_PATH_WTMP, &l_struct);
    ^
lib/kpty.cpp:629:15: error: use of undeclared identifier 'getutline'
    if ((ut = getutline(&l_struct))) {
              ^
lib/kpty.cpp:650:5: error: use of undeclared identifier 'pututline'
    pututline(ut);
    ^

Is there any way to fix this?

RickConsole commented 2 years ago

I don't believe it's possible to run crt on an Android phone

xslendix commented 2 years ago

I don't know why I even tried to do this. Closing this issue now, this also doesn't belong here.