dvdhrm / kmscon

Linux KMS/DRM based virtual Console Emulator

Home Page:http://www.freedesktop.org/wiki/Software/kmscon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SIGUNUSED vs SIGSYS

addeps3 opened this issue · comments

(had to rewrite this from earlier)
I'll submit this report here.

Compiling fails if src/pty.c:302 contains for (i = 1; i < SIGUNUSED; ++i) instead of for for (i = 1; i < SIGSYS; ++i) on some systems, such as Arch Linux because that signal seems to have a different name.

Wikipedia calls the two synonymous

Compilation finishes and kmscon runs well afterwards.

commented

You could try my fork, which fixes this and a few other things. And this is an updated version of its dependency: libtsm.

commented

@************

Oh somehow I didn't notice I've disabled the issue tracker. Please move the discussion there: Aetf#2