guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: open-input-pipe messes with output buffers


From: Thien-Thi Nguyen
Subject: Re: open-input-pipe messes with output buffers
Date: Thu, 29 Aug 2002 13:11:57 -0700

   From: Neale Pickett <address@hidden>
   Date: 29 Aug 2002 11:28:39 -0700

   [rebuffering weirdness w/ popen + test case]

   Is this the desired behavior?

older versions of guile did not separate fdes and port handling properly
when doing pipe operations.  guile-1.4.1.8 DTRT, for example.  to try:

 wget http://www.glug.org/tmp/2002-08/guile-1.4.1.8.tar.gz
 tar xzf guile-1.4.1.8.tar.gz
 cd guile-1.4.1.8 && ./configure --prefix /tmp/a/b/c && make install
 alias guile=/tmp/a/b/c/bin/guile

i believe 1.5.x works too, but i don't recommend that for other reasons.

thi




reply via email to

[Prev in Thread] Current Thread [Next in Thread]