All Manuals > Delivery User Guide > 11 Troubleshooting the delivery process

11.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 10.1.2.1 Finding the necessary templates and 10.1.2.2 Incorporating the templates into the application.


Delivery User Guide - 01 Dec 2021 19:35:04