Search Criteria
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: | |
Conflicts: | |
Provides: | |
Submitter: | None |
Maintainer: | tirrevip |
Last Packager: | tirrevip |
Votes: | 8 |
Popularity: | 0.000000 |
First Submitted: | 2008-02-14 14:24 |
Last Updated: | 2019-12-29 19:26 |
Dependencies (3)
Required by (11)
- cedilla (requires clisp)
- cl-alexandria-git (requires common-lisp)
- cl-asdf-flv (requires common-lisp)
- cl-named-readtables-git (requires common-lisp)
- cl-ppcre (requires common-lisp)
- cl-shop2 (requires common-lisp)
- emacs-sly-git (requires common-lisp)
- quine-relay (requires clisp)
- stumpwm (requires common-lisp) (make)
- stumpwm-git (requires common-lisp) (make)
- texlive-bin-svn (requires clisp) (make)
Latest Comments
haawda commented on 2017-01-26 13:05
disowned
hav3lock commented on 2013-05-01 22:46
updated and adopted.
Anonymous comment on 2011-01-09 06:37
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
This package didn't like -j3, it kept failing at different points during compilation. Adding « options=('!makeflags') » to the pkgbuild allowed it to compile.
Anonymous comment on 2010-09-14 15:36
I think x-server is missing as dependency, although maybe can be done with fewer packages.