didierverna / clon

The Command-Line Options Nuker
Other
54 stars 11 forks source link

Fix ECL build: 'strerror' was not declared in scope #6

Closed pritambaral closed 3 years ago

pritambaral commented 4 years ago

Context: Ubuntu 20.04, ECL 20.4.24 (latest release) built with CXX support (./configure --with-cxx), using system g++ 9.

Installation fails with:

;;; /root/.cache/common-lisp/ecl-20.4.24-6b789092-linux-x64/root/quicklisp/dists/quicklisp/software/clon-1.0b24/termio/termio.cxx:145:10: error: ‘strerror’ was not declared in this scope
;;;   145 |    msg = strerror (errno);
;;;       |          ^~~~~~~~
didierverna commented 3 years ago

Hello,

thanks for the report! I won't merge because of my strict commit messages policy, but the patch is applied.