Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com From: "Chris Game" To: "Gerrit @ cygwin" Subject: RE: cygwin and perl, win32::Clipboard Date: Sat, 20 Jul 2002 17:56:00 +0100 Message-ID: <000101c2300e$536ddee0$4fecfc3e@saturn> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal In-Reply-To: <1931171538082.20020720104206@familiehaase.de> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Gerrit: Thanks for the information; rebuilding modules and so on is getting much deeper than I wanted to go! Thanks for your response anyway. Chris. > -----Original Message----- > From: Gerrit P. Haase [mailto:gp AT familiehaase DOT de] > Sent: 20 July 2002 09:42 > To: Chris Game > Cc: cygwin AT cygwin DOT com > Subject: Re: cygwin and perl, win32::Clipboard > > > 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/