Help for this page

Select Code to Download


  1. or download this
    E:\dev\new\Tk-PNG-2.005>perl Makefile.PL -I./zlib -I./libpng -L./zlib 
    +-L./libpng
    E:/dev/new/Tk-PNG-2.005 does not start with C:/Perl/site/lib
    ...
    
    NMAKE : fatal error U1073: don't know how to make 'png.h'
    Stop.
    
  2. or download this
    imgPNG$(OBJ_EXT) : imgPNG.c C:/Perl/site/lib/Tk/pTk/Lang.h \
     C:/Perl/site/lib/Tk/pTk/Lang.m C:/Perl/site/lib/Tk/pTk/Lang.t \
    ...
     C:/Perl/site/lib/Tk/pTk/tkInt_f.h C:/Perl/site/lib/Tk/pTk/tkPort.h \
     C:/Perl/site/lib/Tk/pTk/tkVMacro.h C:/Perl/site/lib/Tk/pTk/tkWinPort.
    +h \
     C:/Perl/site/lib/Tk/pTk/tk_f.h png.h
    
  3. or download this
    
    #ifdef MAC_TCL
    ...
    #   include "png.h"
    #endif
    #endif
    
  4. or download this
    
    Microsoft (R) Program Maintenance Utility   Version 6.00.8168.0
    ...
    blib\arch\auto\Tk\PNG\PNG.dll : fatal error LNK1120: 31 unresolved ext
    +ernals
    NMAKE : fatal error U1077: 'link' : return code '0x460'
    Stop.