|
From: | Tatsuro MATSUOKA |
Subject: | [Octave-bug-tracker] [bug #47614] pipe() does not work on Windows |
Date: | Mon, 04 Apr 2016 22:29:01 +0000 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36 |
Follow-up Comment #5, bug #47614 (project octave): I have yet built development branch of octave with mxe-octave. (I am now building.) Seeing log file of stable-octave, octave-4.0.1/libgnu/unistd.in.h | sed -e 's|@''HAVE_CHOWN''@|1|g' <snip> -e 's|@''HAVE_PIPE''@|1|g' -e 's|@''HAVE_PIPE2''@|1|g' <snip> Octave uses the gnulib pipe. The gnulib pipe does nothing on the posix system and replace pipe by _pipe on Windows. > Another option is to keep things the way they are now. The pipe function currently throws an error: At the moment, I also think that it is better to do so. _______________________________________________________ Reply to this item at: <http://savannah.gnu.org/bugs/?47614> _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |