Package Details: sc 7.16-10

Git Clone URL: https://aur.archlinux.org/sc.git (read-only, click to copy)
Package Base: sc
Description: Ncurses-based spreadsheet program
Upstream URL: https://ibiblio.org/pub/linux/apps/financial/spreadsheet/!INDEX.html
Licenses: Public Domain
Submitter: arojas
Maintainer: andreas_baumann
Last Packager: andreas_baumann
Votes: 1
Popularity: 0.36
First Submitted: 2025-03-31 20:00 (UTC)
Last Updated: 2025-05-15 19:49 (UTC)

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.