Subject: | Compiling Win32-GUI on Cygwin |
Hi. I'm really interested in this module. I need to begin windows GUI programming, and I want to do it with perl. Is there currently a work around for this problem?
Thank you.
The problem is that Win32-GUI-0.0.558 will not make on Cygwin on a laptop with Win2K Pro:
$ perl Makefile.PL
Checking if your kit is complete...
Looks good
Note (probably harmless): No library found for -lcomctl32
Writing Makefile for Win32::GUI
$ make
Makefile:344: *** missing separator. Stop.
$ uname -a
CYGWIN_NT-5.0 e263919 1.3.22(0.78/3/2) 2003-03-18 09:20 i686 unknown unknown Cygwin
$ cygcheck -V
cygcheck version 1.32
System Checker for Cygwin
Copyright 1998, 1999, 2000, 2001, 2002, 2003 Red Hat, Inc.
Compiled on Mar 18 2003
$ perl -v
This is perl, v5.8.0 built for cygwin-multi-64int
Copyright 1987-2002, Larry Wall
Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5 source kit.
Complete documentation for Perl, including FAQ lists, should be found on
this system using `man perl' or `perldoc perl'. If you have access to the
Internet, point your browser at http://www.perl.com/, the Perl Home Page.