octave-maintainers
[Top][All Lists]
Advanced

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

Re: pipes in Octave on Windows?


From: Nicholas Jankowski
Subject: Re: pipes in Octave on Windows?
Date: Sun, 3 Apr 2016 19:27:16 -0400


On Apr 3, 2016 6:32 PM, "Philip Nienhuis" <address@hidden> wrote:
>
> Mike Miller wrote:
>>
>> On Sat, Apr 02, 2016 at 22:36:36 +0200, Philip Nienhuis wrote:
>>>
>>> OK I also confirmed this to fail on Windows 7.
>>>
>>> (BTW I couldn't build the octave...xz file in mxe-octave; mxe-octave first
>>> complained about a failing patch (in mxe-octave). After removing the
>>> offending patch the cross-build run but broke somewhere halfway.
>>> So I just applied the cset you attached to a development tree and
>>> cross-built that.)
>>>
>>> Any other suggestions I could try to help get pipe() going on Windows ?
>>
>>
>> Did you happen to try in octave-cli to see if there's any difference?
>>
>> Failing that, looks like gnulib won't help, that's all I can contribute.
>
>
> Not not yet (didn't think of it), but now that you mention:
>
>
>  >> [a, b] = pipe ()
> a = -1
> b = -1
> >>
>
> so no luck :-(
>
> Philip
>

Neophyte question here:

Is this a system/shell issue or something more internal to octave? Windows shell has a pipe construct. It calls them handles, but see here:
https://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/redirection.mspx?mfr=true

Rather than figure out how to implement linux pipes on windows, could some sort of ispc() syntax dependency be used?


reply via email to

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