in reply to Re^8: Move/Copy files using Clipboard!
in thread Move/Copy files using Clipboard!
Now what?
Now, you need to
That will al look something like this:
c:\Perl\packages>wget -c http://cpan.m.flirble.org/authors/id/H/HI/HIM +AZU/Win32/Win32-Clipboard-0.52.tar.gz --22:24:10-- http://cpan.m.flirble.org/authors/id/H/HI/HIMAZU/Win32/W +in32-Clipboard-0.52.tar.gz => `Win32-Clipboard-0.52.tar.gz' Resolving cpan.m.flirble.org... done. Connecting to cpan.m.flirble.org[212.134.1.32]:80... connected. HTTP request sent, awaiting response... 200 OK Length: 17,739 [application/x-tar] 100%[====================================>] 17,739 3.52K/s +ETA 00:00 22:24:15 (3.52 KB/s) - `Win32-Clipboard-0.52.tar.gz' saved [17739/1773 +9] c:\Perl\packages>gunzip Win32-Clipboard-0.52.tar.gz gunzip: Win32-Clipboard-0.52.tar already exists; do you wish to overwr +ite (y or n)? y c:\Perl\packages>tar -xvf Win32-Clipboard-0.52.tar Win32-Clipboard-0.52/ Win32-Clipboard-0.52/ChangeLog Win32-Clipboard-0.52/Clipboard.html Win32-Clipboard-0.52/Clipboard.pm Win32-Clipboard-0.52/Clipboard.xs Win32-Clipboard-0.52/Makefile Win32-Clipboard-0.52/Makefile.PL Win32-Clipboard-0.52/MANIFEST Win32-Clipboard-0.52/META.yml Win32-Clipboard-0.52/README Win32-Clipboard-0.52/README.txt Win32-Clipboard-0.52/samples/ Win32-Clipboard-0.52/samples/bitmap.pl Win32-Clipboard-0.52/samples/monitor.pl Win32-Clipboard-0.52/samples/test-tie.pl Win32-Clipboard-0.52/samples/test.pl Win32-Clipboard-0.52/t/ Win32-Clipboard-0.52/t/test.t c:\Perl\packages>cd Win32-Clipboard-0.52 c:\Perl\packages\Win32-Clipboard-0.52>makefile.pl Name "main::BORLAND" used only once: possible typo at c:\Perl\packages +\Win32-Clipboard-0.52\Makefile.PL line 9. Writing Makefile for Win32::Clipboard c:\Perl\packages\Win32-Clipboard-0.52>nmake Microsoft (R) Program Maintenance Utility Version 8.00.40607.16 Copyright (C) Microsoft Corporation. All rights reserved. cp Clipboard.pm blib\lib\Win32\Clipboard.pm C:\Perl\bin\perl.exe -Ic:\Perl\lib -Ic:\Perl\lib C:\Perl\lib\E +xtUtils/xsubpp -typemap C:\Perl\lib\ExtUtils\typ cl -c -nologo -Gf -W3 -MD -Zi -DNDEBUG -O1 -DWIN32 -D_CONSO +LE -DNO_STRICT -DHAVE_DES_FCRYPT -DNO_HASH_SEED - cl : Command line warning D4029 : optimization is not available in the + standard edition compiler Clipboard.cpp Clipboard.xs(470) : warning C4018: '<' : signed/unsigned mismatch Clipboard.xs(539) : warning C4018: '<' : signed/unsigned mismatch Running Mkbootstrap for Win32::Clipboard () C:\Perl\bin\perl.exe -MExtUtils::Command -e chmod 644 Clipboar +d.bs C:\Perl\bin\perl.exe -MExtUtils::Mksymlists -e "Mksymlists('N +AME'=>\"Win32::Clipboard\", 'DLBASE' => 'Clipboar link -out:blib\arch\auto\Win32\Clipboard\Clipboard.dll -dll -n +ologo -nodefaultlib -debug -opt:ref,icf -libpath Creating library blib\arch\auto\Win32\Clipboard\Clipboard.lib and o +bject blib\arch\auto\Win32\Clipboard\Clipboard.ex C:\Perl\bin\perl.exe -MExtUtils::Command -e chmod 755 blib\arc +h\auto\Win32\Clipboard\Clipboard.dll C:\Perl\bin\perl.exe -MExtUtils::Command -e cp Clipboard.bs bl +ib\arch\auto\Win32\Clipboard\Clipboard.bs C:\Perl\bin\perl.exe -MExtUtils::Command -e chmod 644 blib\arc +h\auto\Win32\Clipboard\Clipboard.bs c:\Perl\packages\Win32-Clipboard-0.52>nmake test Microsoft (R) Program Maintenance Utility Version 8.00.40607.16 Copyright (C) Microsoft Corporation. All rights reserved. C:\Perl\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harn +ess(0, 'blib\lib', 'blib\arch')" t\test.t t\test....ok All tests successful. Files=1, Tests=9, 0 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 C +PU) c:\Perl\packages\Win32-Clipboard-0.52>
When you get to the point where you see "All tests successful.", come back and I'll tell you how to apply the patch.
And please, do go back and read those guidelines again, carefully. Believe me, everything you need to know is there, has been vetted, often through use, by many of the monks here, and is much more clearly explained, with less likelyhood of errors, than I can do it.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^10: Move/Copy files using Clipboard!
by Ace128 (Hermit) on Oct 14, 2005 at 21:47 UTC | |
by BrowserUk (Patriarch) on Oct 14, 2005 at 21:55 UTC | |
by Ace128 (Hermit) on Oct 16, 2005 at 11:04 UTC | |
by BrowserUk (Patriarch) on Oct 16, 2005 at 13:19 UTC | |
by Ace128 (Hermit) on Oct 16, 2005 at 17:52 UTC |