[Bug-openmcl] quick clx fix
Gary Byers
gb at clozure.com
Sat Jan 31 20:20:35 MST 2004
On Sat, 31 Jan 2004, bryan o'connor wrote:
> the version of clx on clozure.com needs arch::misc-data-offset
> in dependent.lisp changed to target::misc-data-offset. or is
> misc-data-offset supposed to be in the arch package?
>
> this (and the values-ctype fix) are enough to get clx (and
> consequently mcclim) up and running again with bleeding-edge.
>
> ...bryan
>
> _______________________________________________
> Bug-openmcl mailing list
> Bug-openmcl at clozure.com
> http://clozure.com/mailman/listinfo/bug-openmcl
>
>
It'll be target::misc-data-offset for the forseeable future, but it
might be best to get the stuff that needs to know things like this
(various flavors of STORE-CONDITIONAL) out of portable code and into
the lisp (e.g., make the lisp either support STORE-CONDITIONAL or make
it possible to define it in terms of slightly higher-level things.)
More information about the Bug-openmcl
mailing list