public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* cygwin and perl, win32::Clipboard
@ 2002-07-19 14:10 Chris Game
  2002-07-20 12:30 ` Gerrit P. Haase
  0 siblings, 1 reply; 3+ messages in thread
From: Chris Game @ 2002-07-19 14:10 UTC (permalink / raw)
  To: cygwin

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.

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

C.



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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: cygwin and perl, win32::Clipboard
  2002-07-19 14:10 cygwin and perl, win32::Clipboard Chris Game
@ 2002-07-20 12:30 ` Gerrit P. Haase
  2002-07-20 12:49   ` Chris Game
  0 siblings, 1 reply; 3+ messages in thread
From: Gerrit P. Haase @ 2002-07-20 12:30 UTC (permalink / raw)
  To: Chris Game; +Cc: cygwin

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/

^ permalink raw reply	[flat|nested] 3+ messages in thread

* RE: cygwin and perl, win32::Clipboard
  2002-07-20 12:30 ` Gerrit P. Haase
@ 2002-07-20 12:49   ` Chris Game
  0 siblings, 0 replies; 3+ messages in thread
From: Chris Game @ 2002-07-20 12:49 UTC (permalink / raw)
  To: Gerrit @ cygwin

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@familiehaase.de]
> Sent: 20 July 2002 09:42
> To: Chris Game
> Cc: cygwin@cygwin.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/

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-07-20 17:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-07-19 14:10 cygwin and perl, win32::Clipboard Chris Game
2002-07-20 12:30 ` Gerrit P. Haase
2002-07-20 12:49   ` Chris Game

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).