kmscon icon indicating copy to clipboard operation
kmscon copied to clipboard

SIGUNUSED vs SIGSYS

Open addeps3 opened this issue 7 years ago • 3 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.

addeps3 avatar Jan 20 '18 00:01 addeps3

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

Aetf avatar Jan 24 '18 22:01 Aetf

@Aetf yours failed with:

/home/ciro/git/kmscon/src/kmscon_terminal.c:105: undefined reference to `tsm_vte_get_def_attr'

on Ubuntu 18.04.

I recommend enabling the issue tracker there.

cirosantilli avatar May 27 '18 22:05 cirosantilli

@cirosantilli

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

Aetf avatar May 28 '18 02:05 Aetf