From 69712a6b5a3c582ac0b17ef204faeb7423180df0 Mon Sep 17 00:00:00 2001 From: jjgarcia Date: Thu, 28 Nov 2002 09:43:19 +0000 Subject: [PATCH] More explicit error message at end of compilation time. --- src/cmp/cmpmain.lsp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/cmp/cmpmain.lsp b/src/cmp/cmpmain.lsp index a1149a60a..71c3cde17 100644 --- a/src/cmp/cmpmain.lsp +++ b/src/cmp/cmpmain.lsp @@ -351,7 +351,8 @@ Cannot compile ~a." (when (probe-file h-pathname) (delete-file h-pathname)) (when (probe-file data-pathname) (delete-file data-pathname)) (when (probe-file o-pathname) (delete-file o-pathname)) - (format t "~&;;; No FASL generated.~%") + (format t "~&;;; Due to errors in the compilation process, no FASL was generated. +;;; Search above for the \"Error:\" tag to find the error messages.~%") (setq *error-p* t) (values nil t t)) ))