[Ecls-list] missing newline warnings

Timo Myyrä timo.myyra at wickedbsd.net
Thu Jun 6 20:12:51 UTC 2013


Hi,

Just tested ECL 13.5.1 on OpenBSD with QuickLisp.
Its hard to follow the output of library loading as its littered with warnings:
> (ql:quickload 'cl-utilities)
To load "cl-utilities":
  Load 1 ASDF system:
    cl-utilities
; Loading "cl-utilities"
[package cl-utilities]/tmp/eclinitjDFkxX.c:52:2: warning: no newline at end of file
/tmp/eclinitcQI8A3.c:52:2: warning: no newline at end of file
/tmp/eclinitXqaxJP.c:52:2: warning: no newline at end of file
./tmp/eclinit2EATjY.c:52:2: warning: no newline at end of file
./tmp/eclinitlF1B1J.c:52:2: warning: no newline at end of file
/tmp/eclinitDUualV.c:52:2: warning: no newline at end of file
/tmp/eclinitODl31h.c:52:2: warning: no newline at end of file
/tmp/eclinitAmsdfR.c:52:2: warning: no newline at end of file
./tmp/eclinitkjCcHx.c:52:2: warning: no newline at end of file
/tmp/eclinitNV4Tpu.c:52:2: warning: no newline at end of file
/tmp/eclinits4ac4a.c:52:2: warning: no newline at end of file

(CL-UTILITIES)
>

Seems that ECL is creating temp file while compiling the libraries which
doesn't have the newline at the end.
Any idea where this happens so it could be fixed?

Timo




More information about the ecl-devel mailing list