CLX

ACL crashes on compilation of input.lisp

Bug #496374 reported by Robert P. Goldman
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
CLX
New
Undecided
Unassigned

Bug Description

When trying to asdf-compile CLX on ACL 81 (linux) I get an error as follows:

 attempt to call `XLIB::EXTENSION-EVENT-KEY-P' which is an undefined
function.

Seems like this is being called at compile time by ACL, but not by SBCL. I don't claim to understand why.

I can fix this with two changes:

1. use eval-when to force XLIB::EXTENSION-EVENT-KEY-P to be defined at compile-time and

2. push the definition of the variable *extensions* upstream so that its value is available to XLIB::EXTENSION-EVENT-KEY-P at compile time.

I will try to attach a patch...

Tags: allegro patch
Revision history for this message
Robert P. Goldman (rpgoldman) wrote :
Revision history for this message
Christophe Rhodes (csr21-cantab) wrote : Re: [Bug 496374] [NEW] ACL crashes on compilation of input.lisp

 tag allegro patch
 done

Christophe

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.