>From PPD you can setup additional repositories. These are the ones I have
configured, and you can get GUI off Jenda's repository.
Current PPD repository paths:
BOHNET: http://www.xray.mpe.mpg.de/~ach/ptk/ppm
ActiveState Package Repository: http://www.activestate.com/Packages/
JENDA: http://Jenda.Krynicky.cz/perl
JENDA2: http://jenda.mccann.cz/perl/
ROTH: http://www.roth.net/perl/packages/
to add one I think it's something like: set respository JENDA
http://jenda.mccann.cz/perl
then do a: set save
to save your settings
Took me awhile to get PPM working, especially through a firewall, but now it
works great!
Good luck!
----------------------------------------------------------------------------
---------------------
Tim Thomas
Unix Systems Administrator
Lockheed Martin EIS · Denver Data Center
303-430-2281 · Pager 800-545-3704
mailto:[EMAIL PROTECTED]
Pager: mailto:[EMAIL PROTECTED]
----------------------------------------------------------------------------
---------------------
> -----Original Message-----
> From: Eric Poulsen [SMTP:[EMAIL PROTECTED]]
> Sent: Wednesday, March 01, 2000 10:28 AM
> To: [EMAIL PROTECTED]
> Subject: RE: [perl-win32-gui] Re: Imbedding IE object within GUI
> window/dialog
>
>
> First off, thanks for sending along this code. I just wish I could run
> it.
> Unfortunately, I cannot get the Win32::GUI module to install. I've tried
> installing it before (with the results below). I'm using the Gurusamy
> port
> of Perl, primarily because it comes with all of the "standard" modules,
> which I've noticed ActiveState does *not*.
>
> In any case, I installed the AS version also, and I figured since they are
> considered to be the "Win32 Perl Standard" now, that Win32::GUI would be
> pre-installed. In fact, it's not even available from AS via the PPM. The
> more I use the AS version of Perl for Win32, the more disappointed I
> become.
> It's too bad that Gurusamy Sarathy is no longer creating his own ports --
> I
> believe he works for AS now.
>
> So, to make a long story short, does anyone have any insight on how to
> make
> the GUI module install properly? The documentation that comes with the
> module is sparse at best.
>
> -- Eric
>
>
>
> -------------------------------------------------------------
>
> C:\WINNT\Profiles\eric\Desktop\gui>perl Makefile.PL
> Checking if your kit is complete...
> Looks good
> 'AUTHOR' is not a known MakeMaker parameter name.
> Note (probably harmless): No library found for 'comctl32.lib'
> Note (probably harmless): No library found for 'import32.lib'
> Note (probably harmless): No library found for 'cw32mti.lib'
> Note (probably harmless): No library found for 'odbc32.lib'
> Note (probably harmless): No library found for 'odbccp32.lib'
> Writing Makefile for Win32::GUI
>
> C:\WINNT\Profiles\eric\Desktop\gui>nmake
>
> Microsoft (R) Program Maintenance Utility Version 6.00.8168.0
> Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
>
> makefile(417) : fatal error U1003: syntax error : '=' missing in macro
> Stop.
>
> C:\WINNT\Profiles\eric\Desktop\gui>perl -v
>
> This is perl, version 5.004_02
>
> Copyright 1987-1997, 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.0 source kit.
>
> -------------------------------------------------------------