From: Bruno H. <br...@cl...> - 2017-03-04 00:05:38
|
Don Cohen wrote: > so do something like this? > make -f Makefile.devel -k multibuild-porting64-gcc Yes. > That ends up with > *** - SYSTEM::INITIAL-BREAK-DRIVER: The value of *DEBUG-IO* was not an appropriate stream: #<UNBOUND>. It has been changed to #<IO SYNONYM-STREAM *TERMINAL-IO*>. This is caused by Sam's commit at Feb 26 21:39:18 2017 -0500. You need to revert it locally $ hg diff -c d61ff18e7daa | patch -R -p1 before you can build clisp in any configuration. Bruno |