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

------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. A cloud service to automate IT design, transition and operations
2. Dashboards that offer high-level views of enterprise services
3. A single system of record for all IT processes
http://p.sf.net/sfu/servicenow-d2d-j
_______________________________________________
Ecls-list mailing list
Ecls-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ecls-list

Reply via email to