Bonjour,

J'utilise le module pp avec ActivePerl 5.16.3 Build 1603. Mais lorsque je lance le programme j'ai une erreur :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
 
C:\Users\seb\Desktop\Scripts>photo_quotidienne.exe
Can't locate arybase.pm in @INC (@INC contains: CODE(0x33d333c) C:\Users\seb\AppData\Local\Temp\par-736562\cache-8409f814d88d09b92fcc2dfae8ad8bcc6fac1581\inc\lib C:\Users\seb\AppData\Local\Temp\par-736562\cache-8409f814d88d09b92fcc2dfae8ad8bcc6fac158
1\inc CODE(0x329a0b4) CODE(0x329a444)) at Net/Telnet.pm line 576.
BEGIN failed--compilation aborted at Net/Telnet.pm line 576.
Compilation failed in require at script/photo_quotidienne.pl line 28.
BEGIN failed--compilation aborted at script/photo_quotidienne.pl line 28.
Pourtant lors de la compilation avec pp je n'ai pas d'erreurs :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
C:\Users\seb\Desktop\Scripts>pp -o photo_quotidienne.exe photo_quotidienne.pl
Set up gcc environment - 3.4.5 (mingw-vista special r3)
Set up gcc environment - 3.4.5 (mingw-vista special r3)
Copyright (C) 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
 
Set up gcc environment - 3.4.5 (mingw-vista special r3)
Copyright (C) 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Je précise que le script est fonctionnel et tourne très bien.