Woops, I should have read the response to my earlier post (below) before making that last post... Sorry...
Nevertheless: I tried following them and I get the error message "Error: Package 'ExeUtils-PackgConfig' not found. Please 'search for this first'. Well, I used google and found a copy on CPAN. I tried "perl -MCPAN -e 'install "ExtUtils-PkgConfig"' and it said to try "i /ExtUtils-PkgCofnig/". I don't have an "i" command. So I download ExtUtils-PkgConfig from CPAN and ran Makefile.PL. I typed nmake and that worked. I typed nmake test and it complained that gnome-config not found. Gnome sounds like something from Linux.... What am I doing wrong? Thanks, Siegfried -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of zentara Sent: Monday, May 09, 2005 3:39 AM To: beginners@perl.org Subject: Re: How to install Gtk2 on Windows XP Pro/ActiveState 5.8+? On Sun, 8 May 2005 23:53:14 -0600, [EMAIL PROTECTED] (Siegfried Heintze) wrote: >I type >$ perl -MCPAN -e 'install "Gtk2"' >I get these errors (below). >Can someone tell me what I am doing wrong? > Here is a copy of a post on the gtk2-perl maillist. I havn't tried it myself. ########################################################### From: Gabor Szabo <[EMAIL PROTECTED]> For ActiveState users * I assume you already have ActiveState Perl installed on your system. If not, download and install ActiveState Perl from http://activestate.com/Products/ActivePerl/ * Next you need to install the GTK+ 2.x.x runtime environment. The latest version can be downloaded from http://gimp-win.sourceforge.net/stable.html * Ensure that the <INSTALL_PATH>\GTK\2.0\bin directory is in your PATH after this installation. * Next you need to install the Win32 binary packages for gtk2-perl. Download and install the latest version of Gtk2.ppd and Glib.ppd from http://gtk2-perl.sourceforge.net/win32/ppm/ (Another way to install these ppds is as follows C:\Temp> ppm install http://gtk2-perl.sourceforge.net/win32/ppm/Gtk2.ppd C:\Temp> ppm install http://gtk2-perl.sourceforge.net/win32/ppm/Glib.ppd ) Your system should be ready to roll ! ############################################################# -- I'm not really a human, but I play one on earth. http://zentara.net/japh.html -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response> -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>