Package Details: clisp-new-clx 2.50-5

Git Clone URL: https://aur.archlinux.org/clisp-new-clx.git (read-only, click to copy)
Package Base: clisp-new-clx
Description: ANSI Common Lisp interpreter, compiler and debugger
Upstream URL: http://clisp.cons.org/
Keywords: compiler debugger interpreter lisp
Licenses: GPL
Conflicts: clisp
Provides: clisp, common-lisp
Submitter: None
Maintainer: 0ofta
Last Packager: 0ofta
Votes: 8
Popularity: 0.000000
First Submitted: 2008-02-14 14:24 (UTC)
Last Updated: 2019-12-29 19:26 (UTC)

Dependencies (3)

Required by (30)

Sources (1)

Latest Comments

haawda commented on 2017-01-26 13:05 (UTC)

disowned

hav3lock commented on 2013-05-01 22:46 (UTC)

updated and adopted.

<deleted-account> commented on 2011-01-09 06:37 (UTC)

Stumpwm has bug related to this package, and needs a patch applied to function properly. You can take a look to this [1] thread to see an explanation and patch submition. [1] http://www.mail-archive.com/stumpwm-devel@nongnu.org/msg01687.html --- clisp-2.48.orig/modules/clx/new-clx/clx.f 2009-09-08 23:18:11.000000000 +0000 +++ clisp-2.48/modules/clx/new-clx/clx.f 2009-09-08 23:19:08.000000000 +0000 @@ -8099,7 +8099,7 @@ Display *dpy; Window win = get_window_and_display(popSTACK(),&dpy); Status r; - XWMHints *hints; + XWMHints *hints = NULL; Atom actual_type; int actual_format; unsigned long leftover;

jackoneill commented on 2010-10-04 08:37 (UTC)

This package didn't like -j3, it kept failing at different points during compilation. Adding « options=('!makeflags') » to the pkgbuild allowed it to compile.

<deleted-account> commented on 2010-09-14 15:36 (UTC)

I think x-server is missing as dependency, although maybe can be done with fewer packages.