NextPrevUpTopContentsIndex

10.9 Warnings about combinations and templates

Warning messages such as the following:

;***** 
;>>> Add this combination to the template file <<< 
(PRE-COMPILE-COMBINED-METHODS 
  ((1 NIL) NIL (_CALL-METHOD_))) ;
*****

occur when a method combination required by a particular function call is not available. You can eliminate these warnings either by compiling the method combination template forms output in the message and loading them into the image before delivery, or by using the keyword :warn-on-missing-templates . See Finding the necessary templates, Incorporating the templates into the application.


LispWorks Delivery User Guide - 14 Mar 2008

NextPrevUpTopContentsIndex