<div dir="ltr">Hi,<br><br>I'm new to ECL.  I have some questions about the ext:run-program.<br><br>According to the documentation at:<br><br>   <a href="http://ecls.sourceforge.net/new-manual/rn01re63.html">http://ecls.sourceforge.net/new-manual/rn01re63.html</a><br><br>It sounds as though run-program can take :error :stream.  However, when I try<br>to run:<br><br>   (ext:run-program "echo" (list "hello")<br>                    :input :stream<br>                    :output :stream<br>            :error :stream)<br><br>I seem to hit an error:<br><br>   Debugger received error of type: SIMPLE-ERROR<br>   Invalid :ERROR argument to EXT:RUN-PROGRAM:<br>   :STREAM<br><br>Is there some other command I should use besides ext:run-program that might<br>allow me to get all three stdin/out/err streams?<br><br>I'm using x86-64 Linux with the ECL 13.5.1 release from the sourceforge project<br>page.  Perhaps I should use a newer version of ECL from Git?<br><br>Thanks!<br><br>Jared<br><br>-- <br><div class="gmail_signature">Jared C. Davis <<a href="mailto:jared@cs.utexas.edu" target="_blank">jared@cs.utexas.edu</a>><br>11410 Windermere Meadows<br>Austin, TX 78759<br><a href="http://www.cs.utexas.edu/users/jared/" target="_blank">http://www.cs.utexas.edu/users/jared/</a></div>
</div>