AUR (en) - sc

Latest Comments

andreas_baumann commented on 2025-05-15 19:50 (UTC)

more compilation bugs: - wrong signal handler protoctypes - pow(), free(), fatal(char *) etc.

andreas_baumann commented on 2025-04-01 15:49 (UTC) (edited on 2025-04-01 15:50 (UTC) by andreas_baumann)

There are quite some issues when compiling 'sc' with a modern compiler: - integer default for function parameters - missing prototypes - missing extern declarations for exported variables.

I made a patch here:

https://git.andreasbaumann.cc/cgit/arch/tree/adapted/sc

The compilation patch is a patch on top of the Debian-patched version, not the vanilla version.