mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-08 10:13:36 -08:00
More explicit error message at end of compilation time.
This commit is contained in:
parent
ffbfd24425
commit
69712a6b5a
1 changed files with 2 additions and 1 deletions
|
|
@ -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))
|
||||
))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue