RE: Anyone get Tk::PNG to compile on Win32 or get further than I did?

I know this has come up before, but you never know who is reading ;-)

I *think* I got all parts compiled and tested OK, but when I try and use
it, I get a GP fault...

1) Compile libpng -OK (see below for the output for steps 1-4)
2) Run pngtest.exe -OK
3) Create Tk::PNG makefile -OK
4) Make Tk::PNG -OK
5) Run t/basic.t
    ***GP -> TclNotifier: PERL.EXE
    The instruction @ 0x01eb2605 referenced memory @ 0x0000006c.
    The memory could not be read

Anyone know what next step I can take in debugging this?
The testers.cpan.org shows that someone got it working for Perl 5.6.0...


1)======compile libpng===========================
[c:\delme\tk-png\tk-png-2.005\libpng]nmake -f scripts\makefile.vcawin32

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

        cl -c -DPNG_USE_PNGVCRD -Ox -GA3s -nologo -W3 -I..\zlib png.c
png.c
        cl -c -DPNG_USE_PNGVCRD -Ox -GA3s -nologo -W3 -I..\zlib pngset.c
pngset.c
        cl -c -DPNG_USE_PNGVCRD -Ox -GA3s -nologo -W3 -I..\zlib pngget.c
pngget.c
        cl -c -DPNG_USE_PNGVCRD -Ox -GA3s -nologo -W3 -I..\zlib pngrutil.c
pngrutil.c
        cl -c -DPNG_USE_PNGVCRD -Ox -GA3s -nologo -W3 -I..\zlib pngtrans.c
pngtrans.c
        cl -c -DPNG_USE_PNGVCRD -Ox -GA3s -nologo -W3 -I..\zlib pngwutil.c
pngwutil.c
        cl -c -DPNG_USE_PNGVCRD -Ox -GA3s -nologo -W3 -I..\zlib pngmem.c
pngmem.c
        cl -c -DPNG_USE_PNGVCRD -Ox -GA3s -nologo -W3 -I..\zlib pngpread.c
pngpread.c
        cl -c -DPNG_USE_PNGVCRD -Ox -GA3s -nologo -W3 -I..\zlib pngread.c
pngread.c
        cl -c -DPNG_USE_PNGVCRD -Ox -GA3s -nologo -W3 -I..\zlib pngerror.c
pngerror.c
        cl -c -DPNG_USE_PNGVCRD -Ox -GA3s -nologo -W3 -I..\zlib pngwrite.c
pngwrite.c
        cl -c -DPNG_USE_PNGVCRD -Ox -GA3s -nologo -W3 -I..\zlib pngrtran.c
pngrtran.c
        cl -c -DPNG_USE_PNGVCRD -Ox -GA3s -nologo -W3 -I..\zlib pngwtran.c
pngwtran.c
        cl -c -DPNG_USE_PNGVCRD -Ox -GA3s -nologo -W3 -I..\zlib pngrio.c
pngrio.c
        cl -c -DPNG_USE_PNGVCRD -Ox -GA3s -nologo -W3 -I..\zlib pngwio.c
pngwio.c
        cl -c -DPNG_USE_PNGVCRD -Ox -GA3s -nologo -W3 -I..\zlib pngvcrd.c
pngvcrd.c
        del libpng.lib
4DOS/NT: The system cannot find the file specified.
 "C:\delme\tk-png\Tk-PNG-2.005\libpng\libpng.lib"
     0 files deleted
        lib /OUT:libpng.lib png.obj pngset.obj pngget.obj pngrutil.obj
pngtrans.
obj pngwutil.obj pngmem.obj pngpread.obj pngread.obj pngerror.obj
pngwrite.obj p
ngrtran.obj pngwtran.obj pngrio.obj pngwio.obj pngvcrd.obj

--- GoldED/386 2.42.G0614+
 * Origin: Everything goes the bach runter ... 
 * http://escortservicepictures.com

Received on Thursday, 16 December 2004 17:30:03 UTC