Package Details: gargoyle 2023.1-2

Git Clone URL: https://aur.archlinux.org/gargoyle.git (read-only, click to copy)
Package Base: gargoyle
Description: Interactive Fiction multi-interpreter that supports all major IF formats.
Upstream URL: https://ccxvii.net/gargoyle/
Keywords: garglk libgarglk
Licenses: GPL2, GPL3, MIT, Artistic2.0, custom:BSD-3-Clause, custom:OFL-1.1, custom:BSD-2-clause
Conflicts: gargoyle-mod
Provides: gargoyle
Replaces: gargoyle-mod
Submitter: beej
Maintainer: autumnontape
Last Packager: autumnontape
Votes: 13
Popularity: 0.002138
First Submitted: 2015-08-18 06:50 (UTC)
Last Updated: 2024-03-16 06:48 (UTC)

Latest Comments

« First ‹ Previous 1 2

dbedrenko commented on 2016-09-18 09:18 (UTC)

I've added an AUR package "gargoyle-git" because stable is so old.

dbedrenko commented on 2016-09-18 08:03 (UTC)

The solution is to change the line in PKGBUILD from: sed -i "s|OPTIM = -O2 ;|OPTIM = ${CFLAGS} ;|" Jamrules to: sed -i 's|OPTIM = -O2 $(CFLAGS) ;|OPTIM = ${CFLAGS} -std=c++11 ;|' Jamrules Explanation: http://forum.simutrans.com/index.php?PHPSESSID=3i6u676cfle81579fstn94m9l1&topic=15661.msg153620#msg153620 Note the sed replace command had to be altered as well, in order for it to match.

Azrael85 commented on 2016-08-15 09:05 (UTC)

Have any of you get this installed?? I'm getting the same problem heere.

beej commented on 2016-07-21 22:54 (UTC)

Adding this gets it farther in an ugly, awful way: CFLAGS="-fpermissive" jam But it still fails on link. I don't have time to maintain. :(

cnte commented on 2016-06-30 16:47 (UTC)

Fails to compile with makepkg. Seems to be related to this warning: ar: `u' modifier ignored since `D' is the default (see `U') Full log here: http://paste.ubuntu.com/18180660/