This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Perl/Expect (IO::Tty) under Cygwin


Hi folks,

just wanted to let the world (well, the mailing list) know that Perl/Expect 
works under Cygwin.  Currently, a patch is needed for Pty.xs in the IO::Tty
package.  Just add

#ifdef __CYGWIN__
#define HAVE_DEV_PTMX
#endif

at the top of Pty.xs.  This will of course be added to the next release of
IO::Tty, but this may take a while, given my current workload.

Hope this helps,

Roland
--
RGiersig@cpan.org

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]