RE: Problem with compiling
Brad Myers <[email protected]> Mon, 24 May 2004 18:29:44 -0400
| Newsgroups | gmane.lisp.garnet.user |
|---|---|
| Message-ID | <[email protected]> |
Remember to send such questions to <[email protected]> Brad Myers -----Original Message----- From: Freyr Gudmundsson [mailto:[email protected]] Sent: Monday, May 24, 2004 5:00 PM To: [email protected] Subject: Problem with compiling When running garnet-compiler, the compile process stops with an error while trying to load v-scroll-bar.fasl Loading #p"/a/soleil.cs.umd.edu/export/home/gudmunds/garnetx/src/gadgets/v-scroll-ba r" ; Fast loading ; /a/soleil.cs.umd.edu/export/home/gudmunds/garnetx/src/gadgets/v-scroll-bar.f asl Error: bad KR type: value *DESTROYED*(was #k<KR-DEBUG:FONT-338>), a SCHEMA, is not valid for slot :INDICATOR-FONT in object #k<V-SCROLL-BAR>. The slot is declared of type KR::FONT, i.e., [either an instance of opal:FONT or opal:FONT-FROM-FILE]. Earlier in the compile process a bunch of messages popped up. An example is: warning create schema is recursively destroying *k<KR-DEBUG:FONT-338> So my question is...why is this KR type destroyed before it is needed? Is there something else I should be worrying about? How can I fix this? Thank you, Freyr Gudmundsson