Subject: | Build problem, AS Perl 5.8.7, Win XP |
I want to compile my program with PP(PAR).
I use Windows XP SP2
I use activestate .
This is perl, v5.8.7 built for MSWin32-x86-multi-thread
(with 14 registered patches, see perl -V for more detail)
Copyright 1987-2005, Larry Wall
Binary build 815 [211909] provided by ActiveState
http://www.ActiveState.com
ActiveState is a division of Sophos.
Built Nov 2 2005 08:44:52
I install PAR version 0.90 with PPM (I use the activestate
repository).
I compile with this commande :
pp -I D:/RSP/GPC/cvsgpc/GC/gpc/lib -M
Gpc::Services::Permissions::Client -M Gpc::Service::Client -M
Class::Accessor -o D:/RSP/GPC/GL/install/ppcvs.exe
D:/RSP/GPC/cvsgpc/GC/gpc/bin/rspcvs
the compile seems OK but when I execute the exe file
Use of uninitialized value in string eq at Gpc/Outils.pm line 52.
Can't load 'C:\DOCUME~1\amlegoff\LOCALS~1\Temp\par-amlegoff\cache-
1138955125\f16f3b90.dll' for module Socket: load_file:La procédure
spécifiée est introuvable at D:/cpanrun/build/5-8-0/lib/DynaLoader.pm
line 229.
at ../blib/lib/PAR/Heavy.pm line 107
Compilation failed in require at IO/Socket.pm line 12.
BEGIN failed--compilation aborted at IO/Socket.pm line 12.
Compilation failed in require at Gpc/Service/Client.pm line 101.
Thanks for your help