[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: bugs using flavors (and more)
- To: smith@NRL-AIC.ARPA, franz-friends@Berkeley
- Subject: Re: bugs using flavors (and more)
- From: Sean McLinden <MCLINDEN@RUTGERS.ARPA>
- Date: Sat, 1 Dec 84 03:45:59 GMT
- Cc: MCLINDEN@RUTGERS.ARPA
- In-reply-to: Message from "Russ Smith <smith@nrl-aic.ARPA>" of 30 Nov 84 11:50:00 EST
- Original-date: 30 Nov 84 22:45:59 EST
There is a bug in the way that describe is compiled according to the
makefile. Basically the problem is that defstruct-description-name
is a macro which is NOT compiled so that when you fasl the compiled
version of struct (as you are compiling describe), you don't get
the proper definition for defstruct-description-name.
You can either 1). load struct.l when compiling describe.l or
2). (declare (macros t)) in struct.l and recompile.
Sean McLinden
Decision Systems Laboratory
-------