Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
X-Authentication-Warning: mailserver.xsoft.at: Host devpc47.xsoft.co.at [10.1.1.34] claimed to be xsoft.at
Message-ID: <3B4042A4.40EF7CE5@xsoft.at>
Date: Mon, 02 Jul 2001 11:45:08 +0200
From: Roland Giersig <r.giersig@xsoft.at>
Reply-To: RGiersig@cpan.org
Organization: X-Soft
X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.2.18 i686)
X-Accept-Language: en, de-AT, de
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: Perl/Expect (IO::Tty) under Cygwin
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Scanned-By: MIMEDefang 1.0 (http://www.roaringpenguin.com/mimedefang/)

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/

