ppm for Prima
by Justin Allegakoen other posts by this author
Jul 21 2009 5:05AM messages near this date
view in the new Beta List Site
Reg :seek in perl
|
Re: ppm for Prima
When I install Win32::GUIRobot the dependency for Prima gets installed
as well or so it says:
C:\Perl> ppm install Win32-GUIRobot
Downloading trouchelle packlist...not modified
Downloading Win32-GUIRobot-0.05...done
Downloading Prima-1.26...done
Unpacking Win32-GUIRobot-0.05...done
Unpacking Prima-1.26...done
Generating HTML for Win32-GUIRobot-0.05...done
Updating files in site area...done
2 files installed
So getting the following after the install seems odd:
C:\Perl> perl -MWin32::GUIRobot
Can't locate Prima.pm in @INC (@INC contains: C:/Perl/site/lib
C:/Perl/lib .) at C:/Perl/site/lib/Win32/GUIRobot.pm line 7.
BEGIN failed--compilation aborted at C:/Perl/site/lib/Win32/GUIRobot.pm line 7.
Compilation failed in require.
BEGIN failed--compilation aborted.
A Windows search on C:\Perl is unable to find Prima.pm either.
Out of curiosity I looked at
http://trouchelle.com/perl/ppmrepview.pl?l=prima&v=10 which showed
that the Prima build failed but
http://ppm4.activestate.com/MSWin32-x86/5.10/1000/K/KA/KARASIK/Image-Match-1.02.d/log-200906
13T221146.txt
seems ok - I havenât had time to look at Randy's ppm (although I've
added his repository).
Prima is very troublesome to install by the source or binary for that
matter (problems with MSVCR80.dll not being found even though theres a
manifest and my Path has been appended . . . so could someone help fix
what seems to be a phantom ppd/module and ensure that all the jpeg and
png references are linked up (as in Prima-codecs which does install
from ppm)?
I'll devote some more time into looking at it tomorrow, but thought
I'd post first in the hope of some pointers.
Cheers,
Just in
Here's my perl -V:-
C:\Perl\Programs> perl -V
Summary of my perl5 (revision 5 version 10 subversion 0) configuration:
Platform:
osname=MSWin32, osvers=5.00, archname=MSWin32-x86-multi-thread
uname=''
config_args='undef'
hint=recommended, useposix=true, d_sigaction=undef
useithreads=define, usemultiplicity=define
useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
use64bitint=undef, use64bitall=undef, uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cl', ccflags ='-nologo -GF -W3 -MD -Zi -DNDEBUG -O1 -DWIN32
-D_CONSOLE -DNO_STRICT -DHAVE_DES_FCRYPT -DUSE_SITECUSTOMIZE
-DPRIVLIB_LAST_IN_INC -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS
-DUSE_PERLIO -DPERL_MSVCRT_READFIX',
optimize='-MD -Zi -DNDEBUG -O1',
cppflags='-DWIN32'
ccversion='14.0.50727', gccversion='', gccosandvers=''
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
d_longlong=undef, longlongsize=8, d_longdbl=define, longdblsize=10
ivtype='long', ivsize=4, nvtype='double', nvsize=8,
Off_t='__int64', lseeksize=8
alignbytes=8, prototype=define
Linker and Libraries:
ld='link', ldflags ='-nologo -nodefaultlib -debug -opt:ref,icf
-libpath:"C:\Perl\lib\CORE" -machine:x86'
libpth=\lib
libs= oldnames.lib kernel32.lib user32.lib gdi32.lib winspool.lib
comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib
netapi32.lib uuid.lib ws2_32.lib mpr.lib winmm.lib version.lib
odbc32.lib odbccp32.lib msvcrt.lib
perllibs= oldnames.lib kernel32.lib user32.lib gdi32.lib
winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib
oleaut32.lib netapi32.lib uuid.lib ws2_32.lib mpr.lib winmm.lib
version.lib odbc32.lib odbccp32.lib msvcrt.lib
libc=msvcrt.lib, so=dll, useshrplib=true, libperl=perl510.lib
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_win32.xs, dlext=dll, d_dlsymun=undef, ccdlflags=' '
cccdlflags=' ', lddlflags='-dll -nologo -nodefaultlib -debug
-opt:ref,icf -libpath:"C:\Perl\lib\CORE" -machine:x86'
Characteristics of this binary (from libperl):
Compile-time options: MULTIPLICITY PERL_DONT_CREATE_GVSV
PERL_IMPLICIT_CONTEXT PERL_IMPLICIT_SYS
PERL_MALLOC_WRAP PL_OP_SLAB_ALLOC USE_ITHREADS
USE_LARGE_FILES USE_PERLIO USE_SITECUSTOMIZE
Locally applied patches:
ActivePerl Build 1004 [287188]
33741 avoids segfaults invoking S_raise_signal() (on Linux)
33763 Win32 process ids can have more than 16 bits
32809 Load 'loadable object' with non-default file extension
32728 64-bit fix for Time::Local
Built under MSWin32
Compiled at Sep 3 2008 13:16:37
@INC:
C:/Perl/site/lib
C:/Perl/lib
.
C:\Perl\Programs>
_______________________________________________
PPM mailing list
PPM@[...].com
http://listserv.ActiveState.com/mailman/listinfo/ppm
Thread:
Justin Allegakoen
Serguei Trouchelle
Justin Allegakoen
Sisyphus
|