[EMAIL PROTECTED] wrote: > Hi All, > I run AS Perl 5.x on a Win95 box at work. The firewall > prevents ppm from working properly, so when installing > modules, I usually just take the *.pm files and stick > them in the right directories. This has worked ok so far. it works as long the module has no C/C++ part, otherwise you need one or more *.dll ... > With Win32::GUI though, I can't seem to get it to work. > > I copied the 3 *.pm files in the GUI module into > perl/site/lib/Win32 and attempted to run hello.pl which > comes in samples/. I got this error: > > Can't locate loadable object for module Win32::GUI in > @INC (@INC contains: D:/Perl/lib D:/Perl/site/lib .) > at samples\hello.pl line 8 > > BEGIN failed--compilation aborted at samples\hello.pl line 8. > > Deep recursion on subroutine "Win32::GUI::AUTOLOAD" at > D:/Perl/site/lib/Win32/GUI.pm line 317. > > I take the first line to mean that it can't find GUI.pm. > But the last line is referencing GUI.pm, so obviously it > can find it. the first line mention the "loadable object", which is GUI.dll in this case. > Is this because I didn't install the module using > Makefile.pl? I tried to do so, but am unsure what to do > with the resulting makefile since I do not have "make" or > a C compiler on this machine. How do Win32 users usually > install modules other than by using PPM? I tried to access > the precompiled binary from Jenda's site, but it was down > (I assume this is since he joined the Czech army and so it > will be down for the next year or so... on the other hand, I > seem to remember some talk of a couple of other people > maintaining the site while he is away... ?) Jenda is away, but the site is there; it just changed name, try http://jenda.mccann.cz :-) cheers, Aldo
Thanks for the help everyone, I finally managed to get it working. :)
sG
Aldo Calpini <[EMAIL PROTECTED]> on 2000/04/10 18:48:53
[EMAIL PROTECTED]に返信してください
宛先: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
cc: (bcc: Atlas21 Shawn/OIPQA/Canon Inc/JP)
件名: Re: [perl-win32-gui] Installing Win32::GUI
- [perl-win32-gui] Installing Win32::GUI gray_s
- Re: [perl-win32-gui] Installing Win32::GUI Aldo Calpini
- RE: [perl-win32-gui] Installing Win32::GUI gray_s
- RE: [perl-win32-gui] Installing Win32::GUI Davies, Kenny A
- RE: [perl-win32-gui] Installing Win32::GUI timothy . b . thomas
- Re: [perl-win32-gui] Installing Win32::GUI Mahesh Sekar