stumpwm-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [STUMP] Problem with Mathematica 6


From: Shawn
Subject: Re: [STUMP] Problem with Mathematica 6
Date: Sat, 18 Oct 2008 21:14:55 -0700
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux)

Kresimir Kumericki <address@hidden> writes:

> If I just copy cl-ppcre directory from stumpw-0.9.4.1 into
> the sources from present git, then stumpwm compiles cleanly
> but crashes on startup. Strace says that error is:
>
> ------------------------------------------------------------------------  
> Welcome to GNU CLISP 2.45 (2008-05-15) <http://clisp.cons.org/>
> [...]
> *** - unknown character set "ISO-10646-1"
> ------------------------------------------------------------------------  

What happens if you open an xterm, switch to the stumpwm dir and run:

Xephyr/XNest -ac :1
clisp -K full
(load "asdf.lisp")
(load "cl-ppcre/cl-ppcre.asd")
(load "stumpwm.asd")
(asdf:oos 'asdf:load-op 'stumpwm)
(stumpwm:stumpwm)

That's Xephyr or Xnest, whichever you have installed (I recommend
Xephyr). The above should start a nested x server, boot clisp, load
stumpwm and run it. I'm curious if, interactively, it produces a more
informative error.

-Shawn




reply via email to

[Prev in Thread] Current Thread [Next in Thread]