Saki@lemmy.blahaj.zone to linux4noobsEnglish · 2 months agoI get this error when trying to build fbterm, is it possible to fix?lemmy.blahaj.zoneimagemessage-square2fedilinkarrow-up19arrow-down10file-text
arrow-up19arrow-down1imageI get this error when trying to build fbterm, is it possible to fix?lemmy.blahaj.zoneSaki@lemmy.blahaj.zone to linux4noobsEnglish · 2 months agomessage-square2fedilinkfile-text
minus-squareowseilinkfedilinkarrow-up3·2 months agoDid you modify the make file? By what I understood from the source code, the -1 is a separator for differente escape codes The make file defines if it’s ok to implicitly convert -1 to an unsigned integer (note the -W narrowing flag in red).
Did you modify the make file? By what I understood from the source code, the -1 is a separator for differente escape codes
The make file defines if it’s ok to implicitly convert -1 to an unsigned integer (note the -W narrowing flag in red).