Lisp HUG Maillist Archive

deliver error: advice definitions

Error: There are advice definitions for the following functions:
EDITOR::QUERY-REPLACE-STRING
EDITOR::EDIT-CALLERS-COMMAND
EDITOR:FIND-COMMAND-DEFINITION-COMMAND
EDITOR::FIND-PATTERN
EDITOR:FIND-SOURCE-COMMAND
EDITOR:CONTINUE-TAGS-SEARCH-COMMAND
EDITOR:PROMPT-FOR-FILE
EDITOR::FIND-NEXT-ORDINARY-WINDOW
EDITOR:FIND-ALTERNATE-FILE-COMMAND
EDITOR:FIND-TAG-COMMAND
EDITOR::EDIT-CALLEES-COMMAND
ASDF::PARSE-COMPONENT-FORM
EDITOR:TAGS-SEARCH-COMMAND
EDITOR:FIND-SOURCE-FOR-DSPEC-COMMAND
Use the :KILL-DSPEC-TABLE NIL option to DELIVER if you need to keep them.

Type :b for backtrace, :c <option number> to proceed,  or :? for other options


;;;;

WIN XP, LW 5.02

What does this mean, and how do I avoid this error?

Jens


Re: deliver error: advice definitions

On Tue, 13 Nov 2007 23:45:59 +0100, "Jens Teich" <info@jensteich.de> wrote:

> Error: There are advice definitions for the following functions:
>
> [...]
>
> Use the :KILL-DSPEC-TABLE NIL option to DELIVER if you need to keep them.
>
> What does this mean,

What the message says - there are advice definitions in the image
you're trying to save.

> and how do I avoid this error?

What the message says - use the :KILL-DSPEC-TABLE NIL option to
DELIVER if you /need/ to keep them.

It seems you're trying to add LW-ADD-ONS to your delivered image.  Is
that really what you want?

See also here:

  http://thread.gmane.org/gmane.lisp.lispworks.general/6524

Edi.


Updated at: 2020-12-10 08:44 UTC