#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: <http://trac.common-lisp.net/cmucl/ticket/85>
cmucl <http://common-lisp.net/project/cmucl>
Cmucl is a high-performance, free Common Lisp implementation.
#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: <http://trac.common-lisp.net/cmucl/ticket/84>
cmucl <http://common-lisp.net/project/cmucl>
Cmucl is a high-performance, free Common Lisp implementation.