Hi,

I'm new to ECL.  I have some questions about the ext:run-program.

According to the documentation at:

   http://ecls.sourceforge.net/new-manual/rn01re63.html

It sounds as though run-program can take :error :stream.  However, when I
try
to run:

   (ext:run-program "echo" (list "hello")
                    :input :stream
                    :output :stream
            :error :stream)

I seem to hit an error:

   Debugger received error of type: SIMPLE-ERROR
   Invalid :ERROR argument to EXT:RUN-PROGRAM:
   :STREAM

Is there some other command I should use besides ext:run-program that might
allow me to get all three stdin/out/err streams?

I'm using x86-64 Linux with the ECL 13.5.1 release from the sourceforge
project
page.  Perhaps I should use a newer version of ECL from Git?

Thanks!

Jared

-- 
Jared C. Davis <ja...@cs.utexas.edu>
11410 Windermere Meadows
Austin, TX 78759
http://www.cs.utexas.edu/users/jared/
------------------------------------------------------------------------------
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet
_______________________________________________
Ecls-list mailing list
Ecls-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ecls-list

Reply via email to