Página 1 de 1

Error de nmake test

NotaPublicado: 2008-05-30 14:48 @658
por saliaz
Estoy intentando instalar el paquete GDTextUtil-0.86 y
me aparece el siguiente error al ejecutar nmake test desde la línea de comandos de Ms-dos:

Código: Seleccionar todo
C:\GDTextUtil-0.86\GDTextUtil-0.86>nmake test

Microsoft (R) Program Maintenance Utility   Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.

        C:\Perl\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0, 'bl
ib\lib', 'blib\arch')" t/*.t
t/align....Can't locate GD.pm in @INC (@INC contains: . .. C:\GDTextUtil-0.86\GD
TextUtil-0.86\blib\lib C:\GDTextUtil-0.86\GDTextUtil-0.86\blib\arch C:/Perl/site
/lib C:/Perl/lib) at t/align.t line 8.
BEGIN failed--compilation aborted at t/align.t line 8.
t/align....dubious
        Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 1-21
        Failed 21/21 tests, 0.00% okay
t/text.....Can't locate GD.pm in @INC (@INC contains: . .. C:\GDTextUtil-0.86\GD
TextUtil-0.86\blib\lib C:\GDTextUtil-0.86\GDTextUtil-0.86\blib\arch C:/Perl/site
/lib C:/Perl/lib) at t/text.t line 8.
BEGIN failed--compilation aborted at t/text.t line 8.
t/text.....dubious
        Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 1-20
        Failed 20/20 tests, 0.00% okay
t/wrap.....Can't locate GD.pm in @INC (@INC contains: . .. C:\GDTextUtil-0.86\GD
TextUtil-0.86\blib\lib C:\GDTextUtil-0.86\GDTextUtil-0.86\blib\arch C:/Perl/site
/lib C:/Perl/lib) at t/wrap.t line 7.
BEGIN failed--compilation aborted at t/wrap.t line 7.
t/wrap.....dubious
        Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 1-14
        Failed 14/14 tests, 0.00% okay
Failed Test Stat Wstat Total Fail  List of Failed
-------------------------------------------------------------------------------
t/align.t      2   512    21   42  1-21
t/text.t       2   512    20   40  1-20
t/wrap.t       2   512    14   28  1-14
Failed 3/3 test scripts. 55/55 subtests failed.
Files=3, Tests=55,  0 wallclock secs ( 0.00 cusr +  0.00 csys =  0.00 CPU)
Failed 3/3 test programs. 55/55 subtests failed.
NMAKE : fatal error U1077: 'C:\Perl\bin\perl.exe' : return code '0x2'
Stop.


¿Hay alguna forma de poder instalar este paquete (GDTextUtil-0.86) en el ppm gráfico? me refiero a importarlo para así poder instalarlo, ya que no sale en la lista de paquetes del propio ppm.

NotaPublicado: 2008-05-30 15:18 @679
por explorer
El error dice que no tienes instalado el paquete GD.

En la página de ActiveState, < http://aspn.activestate.com/ASPN/Downlo ... Repository >, al final de la página, te pone cómo añadir el repositorio donde el PPM puede localizar el paquete GD. Una vez instalado el GD, prueba a instalar el otro paquete.

En cuanto a la disponibilidad de GDTextUtil, veo que está disponible en el repositorio de < trouchelle.com >. Añade ese repositorio al PPM gráfico.

NotaPublicado: 2008-06-01 07:06 @337
por saliaz
Ok, creo que ya le he pillado un poco el truquillo. :D . Saludos