From cmucl-devel at common-lisp.net Sun Jun 9 22:04:14 2013 From: cmucl-devel at common-lisp.net (cmucl) Date: Sun, 09 Jun 2013 22:04:14 -0000 Subject: [cmucl] #85: Hemlock fails to start Message-ID: <052.2acdde3c062ff4e50c08ad8604dc754f@common-lisp.net> #85: Hemlock fails to start ---------------------+------------------------------------------------------ Reporter: rtoy | Owner: rtoy Type: defect | Status: new Priority: minor | Milestone: Component: Hemlock | Version: 2013-06 Keywords: | ---------------------+------------------------------------------------------ On some systems, {{{ (require :hemlock) (ed) }}} causes an X error. This is due to the fact that Hemlock wants to use Courier fonts which are not available on the system. The workaround is to install Courier fonts on the system. -- Ticket URL: cmucl Cmucl is a high-performance, free Common Lisp implementation. From cmucl-devel at common-lisp.net Sun Jun 9 20:09:54 2013 From: cmucl-devel at common-lisp.net (cmucl) Date: Sun, 09 Jun 2013 20:09:54 -0000 Subject: [cmucl] #84: motifd is a 64-bit app Message-ID: <052.f414679ac4c571165fd011781a1ae810@common-lisp.net> #84: motifd is a 64-bit app --------------------+------------------------------------------------------- Reporter: rtoy | Owner: rtoy Type: defect | Status: new Priority: minor | Milestone: Component: CLM | Version: 2013-06 Keywords: | --------------------+------------------------------------------------------- {{{motifd}}} is a 64-bit application, unlike {{{lisp}}} which is a 32-bit app. This is only a problem if you install on a 32-bit OS where {{{motifd}}} won't run at all. But making {{{motifd}}} a 32-bit app may cause problems on a 64-bit OS where the necessary 32-bit X libraries are not installed. In addition, I (rtoy) have difficulties building {{{motifd}}} as a 32-bit app on linux. -- Ticket URL: cmucl Cmucl is a high-performance, free Common Lisp implementation.