The build will fail without yacc.
yacc -d gram.y
make: yacc: Command not found
make: *** [Makefile:167: gram.c] Error 127
Git Clone URL: | https://aur.archlinux.org/sc-im.git (read-only, click to copy) |
---|---|
Package Base: | sc-im |
Description: | A spreadsheet program based on SC |
Upstream URL: | https://github.com/andmarti1424/sc-im |
Licenses: | BSD |
Conflicts: | sc-im-git, scim-spreadsheet |
Submitter: | Rhinoceros |
Maintainer: | TwoFinger |
Last Packager: | TwoFinger |
Votes: | 61 |
Popularity: | 1.20 |
First Submitted: | 2015-09-05 01:44 (UTC) |
Last Updated: | 2024-08-20 14:26 (UTC) |
The build will fail without yacc.
yacc -d gram.y
make: yacc: Command not found
make: *** [Makefile:167: gram.c] Error 127
@Rhinoceros It does indeed look like it. Last comment suggests that trouble comes from "shared formulas", but these are so common in speadsheets!
@snake Looks like this? https://github.com/andmarti1424/sc-im/issues/218
Did anyone manage to make the --xlsx_readformulas option work? On my system it fails with a segmentation fault.
@terinjokes That's pretty straightforward for me to do, but I'm surprised that github.com would be reachable and githubusercontent.com wouldn't be?
Do you mind including the patch in the Git repo, rather than fetching it from GitHub? I was having issues fetching it this morning.
Thanks @tealeaf. Good call. I've patched with the pull request, changing the executable name. Please let me know if it works (I don't use the scim
package).
Ah, looks like an upstream change: https://github.com/andmarti1424/sc-im/pull/258
I notice that installing sc-im-git
creates a binary at /usr/bin/sc-im
, whilst this PKGBUILD produces /usr/bin/scim
. Is that a naming change upstream, or has the scim
name been implemented here?
The reason I ask is that /usr/bin/scim
is a file conflict with the scim
input method, which prevented me from installing both.
Looking at github, it does seem that the binary should be sc-im
.
@armanleftarm Thanks for the feedback. Done.
Pinned Comments