Hello,
    I want to install GD.pm on Tru64 OS V5.1A. I have installed the modules
    necessary for GD.pm: 
    Perl v5.6
    GD graphics Library
    PNG  Graphics Lib.
    Zlib
    freetype-2.1.10
    When I execute make command I get the following error :
cc -c -I/usr/local/include -I/usr/local/include/gd -fprm d -ieee -std
-DLANGUAGE_C -O4      -DVERSION=\"2.01\"  -DXS_VERSION=\"2.01\"
-I/usr/lib/perl-5.6.0/lib/5.6.0/alpha-dec_osf/CORE -DHAVE_JPEG -DHAVE_FT
GD.c
cc: Error: GD.xs, line 345: In this statement, "free" is not a member of
"ctx->ctx". (needmember)
  ctx->ctx.free   = bufFree;
--^
cc: Error: GD.xs, line 499: In this statement, "free" is not a member of
"ctx". (needmember)
        (ctx->free)(ctx);
---------^
cc: Error: GD.xs, line 518: In this statement, "free" is not a member of
"ctx". (needmember)
        (ctx->free)(ctx);
---------^
cc: Error: GD.xs, line 535: In this statement, "free" is not a member of
"ctx". (needmember)
        (ctx->free)(ctx);
---------^
cc: Error: GD.xs, line 555: In this statement, "free" is not a member of
"ctx". (needmember)
        (ctx->free)(ctx);
---------^
cc: Error: GD.xs, line 580: In this statement, "free" is not a member of
"ctx". (needmember)
        (ctx->free)(ctx);
---------^
*** Exit 1
Stop.
   I will be thankful if you can help me. Whether any one of you has
installed this Perl Module?
  Thanks in advance,
    Kumar
------------------------------------------------------------------
Padiyath Sreekumar       |   Tel: +41.56.310.3643
Paul Scherrer Institut   |   email: kumar.padiyath_at_psi.ch
AIT                      |   Office: WHGA/U132 
WHGA/U132                |   Fax: +41.56.310.3649
CH-5232 Villigen PSI     | 
Switzerland              |
-----------------------------------------------------------------
Received on Wed Jun 29 2005 - 14:41:57 NZST