<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><br class=""><div><blockquote type="cite" class=""><div class="">On 4 Jun 2017, at 23:15, Ivan Truskov <<a href="mailto:trus19@gmail.com" class="">trus19@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">Hello<br class="">I am trying to have a go with ECL. I have built ECL on windows 10<br class="">machine with 64-bit Visual Studio (community version) and i am trying to<br class="">run example on build that comes with the source code.<br class=""><br class="">In open window of ecl.exe, i go to the folder, and call load on<br class="">"readme.lisp". Then, on the first lines of it, i recieve the following<br class="">error and the execution stops. Error as follows:<br class=""><br class=""><br class=""><blockquote type="cite" class="">Condition of type: SIMPLE-ERROR<br class="">In COMPILE-FILE-PATHNAME, the type OBJECT is unsupported.<br class="">Available restarts:<br class=""><br class="">1. (RESTART-TOPLEVEL) Go back to Top-Level REPL.<br class=""><br class="">Broken at SI:BYTECODES. [Evaluation of: (C::COMPILER-CC "hello_aux.c"<br class="">(COMPILE-FILE-PATHNAME "hello_aux.c" :TYPE :OBJECT))] In: #<process<br class="">TOP-LEVEL>.<br class=""> File:<br class=""> #P"C:/Users/Kurvivor/Development/ecl-16.1.3/examples/build/readme.lisp"<br class=""> (Position #1054)<br class=""></blockquote><br class="">How can i get past this error?<br class="">Related question: how do i set up the compiler used and compiler<br class="">environment? How do i check it (determine what current setings are)?<br class=""></div></div></blockquote><div><br class=""></div>Works for me.</div><div><br class=""></div><div>I have (require :cmp) in ~/.eclrc ; perhaps that’s what you’re missing?</div><div><br class=""></div><div><br class=""></div><div><br class=""></div><div>-- </div><div class=""><div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">__Pascal J. Bourguignon__<br class=""><br class=""><br class=""></div></div>

</div>
<br class=""></body></html>