<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>Please ignore this, I just found there's already Windows binaries on <a href="http://SF.net">SF.net</a></div><div><br></div><div>Sorry</div><br><div><div>ÔÚ 2011-4-22£¬18:14£¬ Chun Tian (binghe) Ð´µÀ£º</div><br class="Apple-interchange-newline"><blockquote type="cite"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>Hi, Juanjo</div><div><br></div><div>If current ECL/Windows can live without a C compiler, could you consider providing prebuilt binaries on Windows so that people would easily download and run ECL?  I also need such a binary with "standard build options" for adjusting USOCKET to run on it, currently USOCKET used lots of inline C code to do networking stuff, and I think it's time to wrote a pure DFFI version as alternate.</div><div><br></div><div>Regards,</div><div><br></div><div>Chun Tian (binghe)</div><br><div><div>ÔÚ 2011-4-22£¬17:38£¬ Juan Jose Garcia-Ripoll Ð´µÀ£º</div><br class="Apple-interchange-newline"><blockquote type="cite"><br><br><div class="gmail_quote">2011/4/22 ÇñÌΠ<span dir="ltr"><<a href="mailto:qiutaoleo@hotmail.com">qiutaoleo@hotmail.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">





<div>
I didn't find the ECL ini file (.eclrc).<br>
But I put (require :cmp) before (compile-file ....) is work.<br></div></blockquote><div><br></div><div>The reason is that in Windows it is very difficult to find a native compiler. Understanding this problem, I designed ECL so that it uses by default a bytecodes compiler (what you saw), and only when you load the compiler package, (require :cmp), does it attempt to use a C compiler</div>

<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div>
Another promble is when I (c:build-shared-library "myecl" :lisp-files '("helo.lisp")).<br>
Error is "In function COPY-TO-SIMPLE-BASE-STRING, the value of the first argument is ("D:/Program Files/ECL/hello.lisp")"<br></div></blockquote><div><br></div><div>:lisp-files does not mean source files, but lisp compiled files. Please avoid yourself a lot of troubles and go with ASDF</div>

<div><br></div><div><a href="http://ecls.sourceforge.net/new-manual/ch16.html">http://ecls.sourceforge.net/new-manual/ch16.html</a></div></div><div><br></div><div>This allows you to do everything, from executables to shared libraries.</div>

<div><br></div><div>Juanjo</div><br>-- <br>Instituto de F¨ªsica Fundamental, CSIC<br>c/ Serrano, 113b, Madrid 28006 (Spain) <br><a href="http://juanjose.garciaripoll.googlepages.com/" target="_blank">http://juanjose.garciaripoll.googlepages.com</a><br>


------------------------------------------------------------------------------<br>Fulfilling the Lean Software Promise<br>Lean software platforms are now widely adopted and the benefits have been <br>demonstrated beyond question. Learn why your peers are replacing JEE <br>containers with lightweight application servers - and what you can gain <br>from the move. <a href="http://p.sf.net/sfu/vmware-sfemails_______________________________________________">http://p.sf.net/sfu/vmware-sfemails_______________________________________________</a><br>Ecls-list mailing list<br><a href="mailto:Ecls-list@lists.sourceforge.net">Ecls-list@lists.sourceforge.net</a><br><a href="https://lists.sourceforge.net/lists/listinfo/ecls-list">https://lists.sourceforge.net/lists/listinfo/ecls-list</a><br></blockquote></div><br></div></blockquote></div><br></body></html>