That file is the source code and would have to be installed using the following steps:
cd to the folder you unziped to: perl makefile.pl nmake nmake test nmake install This assumes you have nmake. If not, you can get it from MS ftp. I dont know exactly where it is now, but you could go to MS site and perform a search. OR... http://www.activestate.com/PPMPackages/zips/6xx-builds-only/win32-gui.zi p. THIS contains the ppd file for install. 1) unzip 2) cd to foldery where you unziped files 3) type "ppm install Win32-GUI.ppd" Can you not install any packages via ppm? If you can, as I said earlier, you can just install directly from AS repository by typeing "ppm install Win32-GUI" and it will download from AS and install. If you CANNOT ppm from AS ( and I doubt it unless you have the wrong installation path in your ppm config) then take off the file name from the URL above and you will see ALL the 6xx build packages available for local ppm install. > -----Original Message----- > From: Peter Eisengrein [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 05, 2001 10:25 > To: 'perl-win32-gui-users@lists.sourceforge.net' > Subject: RE: [perl-win32-gui-users] Win32::GUI::Timer memory leak? > > > Joe, thanks for all your help but, man I'm getting nowhere fast! I > downloaded the Win-GUI-0.0.558.tar.gz, extracted it and tried > doing the > install as you described and again no deal (no ppd in the > archive). Then I > tried doing another install from AS and I'm still on 0.0.502. > > > C:\ActivePerl\lib\gui\Win32-GUI-0.0.558>perl -v > > This is perl, v5.6.0 built for MSWin32-x86-multi-thread > > > > C:\ActivePerl\lib\gui\Win32-GUI-0.0.558>ppm install Win32-GUI.ppd > Retrieving package 'Win32-GUI.ppd'... > Error installing package 'Win32-GUI.ppd': Could not locate a > PPD file for > package Win32-GUI.ppd > > > > C:\ActivePerl\lib\gui\Win32-GUI-0.0.558>ppm install Win32::GUI > Retrieving package 'Win32-GUI'... > Writing C:\ActivePerl\site\lib\auto\Win32\GUI\.packlist > > C:\ActivePerl\lib\gui\Win32-GUI-0.0.558>ppm > PPM interactive shell (2.0) - type 'help' for available commands. > PPM> query > Archive-Tar [0.072 ] module for manipulation of tar archives. > Compress-Zlib [1.03 ] Interface to zlib compression library > HTML-Parser [2.23 ] SGML parser class > MIME-Base64 [2.11 ] Encoding and decoding of base64 strings > Net-Telnet [3.02 ] Interact with TELNET port or other TCP ports > PPM [2 ] Perl Package Manager: locate, install, upgrade > software > packages. > Tk [800.022] Tk - a Graphical User Interface Toolkit > URI [1.04 ] Uniform Resource Identifiers > (absolute and relative) > Win32-API [0.01 ] Implementation of arbitrary Win32 APIs. > Win32-GUI [0.0.502] Perl-Win32 Graphical User Interface Extension > XML-Element [1.07 ] Base element class for XML elements > XML-Parser [2.27 ] A Perl module for parsing XML documents > libwin32 [0.16 ] A collection of extensions that aims > to provide > comprehensive access to the Windows API. > libwww-perl [5.45 ] Library for WWW access in Perl > > > > _______________________________________________ > Perl-Win32-GUI-Users mailing list > Perl-Win32-GUI-Users@lists.sourceforge.net > http://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users >