Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Date: Sat, 20 Jul 2002 10:42:06 +0200
From: "Gerrit P. Haase" <gp@familiehaase.de>
Reply-To: "Gerrit @ cygwin" <cygwin@cygwin.com>
Organization: Esse keine toten Tiere
X-Priority: 3 (Normal)
Message-ID: <1931171538082.20020720104206@familiehaase.de>
To: Chris Game <chrisgame@bigfoot.com>
CC: cygwin@cygwin.com
Subject: Re: cygwin and perl, win32::Clipboard
In-Reply-To: <MPG.17a266c75b4717e3989691@news.gmane.org>
References: <MPG.17a266c75b4717e3989691@news.gmane.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Hallo Chris,

Am Freitag, 19. Juli 2002 um 20:11 schriebst du:

> I'm trying to install the win32::Clipboard perl module and it can't 
> find a win32.h file - is this a Cygwin file? Can't find in in the 
> setup.

It is not included with Cygwin Perl.

> Are these win32 modules SUPPOSED to work with Cygwin? The install 
> prog keeps downloading zip files.

Not OOTB, Clive did a port of libwin32 and Win32-API, I have his
latest patch online: http://koeln.convey.de/cywgin/libwin32/

Look what he changed in the libwin32 modules and do so for your
module.  Don't forget:

To build with perl-5.6.1 you need to define the
 following at the beginning of perl.h:

#ifdef __CYGWIN__
#undef WIN32
#undef _WIN32
#endif


Gerrit
-- 
=^..^=


--
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/

