Hi
just installed this :
strawberry-perl-5.10.0.5
C:\strawberry\perl\bin>perl -v This is perl, v5.10.0 built for MSWin32-x86-multi-thread Copyright 1987-2007, Larry Wall
(last version available for Win2k)

then that :

ActiveTcl 8.5.9.0 October, 2010
This ActiveTcl release is based on the 8.5.9 Tcl core.
I'm now trying to install Tkx from CPAN, and i cant get it's prerequisite Tcl.pm installed :
cpan> install Tcl Running install for module 'Tcl' Running make for V/VK/VKON/Tcl-1.00.tar.gz Checksum for C:\strawberry\cpan\sources\authors\id\V\VK\VKON\Tcl-1.00. +tar.gz ok Scanning cache C:\strawberry\cpan\build for sizes ...........----------------------------------------------------------- +------DONE DEL(1/13): C:\strawberry\cpan\build\PAR-Packer-1.008-waHY5l DEL(2/13): C:\strawberry\cpan\build\PAR-Packer-1.008-waHY5l.yml DEL(3/13): C:\strawberry\cpan\build\Tcl-1.00-B88ybd DEL(4/13): C:\strawberry\cpan\build\Tcl-1.00-B88ybd.yml DEL(5/13): C:\strawberry\cpan\build\Tkx-1.09-j36K2e DEL(6/13): C:\strawberry\cpan\build\Tcl-Tk-0.97-r94a3Y.yml DEL(7/13): C:\strawberry\cpan\build\Tcl-Tk-0.97-r94a3Y DEL(8/13): C:\strawberry\cpan\build\Tkx-1.09-j36K2e.yml DEL(9/13): C:\strawberry\cpan\build\Tcl-1.00-P0ip0t DEL(10/13): C:\strawberry\cpan\build\Tcl-1.00-P0ip0t.yml DEL(11/13): C:\strawberry\cpan\build\Tcl-1.00-a2wn2v DEL(12/13): C:\strawberry\cpan\build\Tkx-1.09-wzWQ1G DEL(13/13): C:\strawberry\cpan\build\Tkx-1.09-wzWQ1G.yml CPAN.pm: Going to build V/VK/VKON/Tcl-1.00.tar.gz tclsh=C:/Tcl/bin/tclsh.exe tclConfig.sh=C:/Tcl/lib/tclConfig.sh tcl_library=C:/Tcl/lib/tcl8.5 tcl_version=8.5 LIBS = -LC:/Tcl/lib -ltcl85 INC = -IC:/Tcl/include DEFINE = Checking if your kit is complete... Looks good Note (probably harmless): No library found for -ltcl85 Writing Makefile for Tcl cp Tcl.pm blib\lib\Tcl.pm C:\strawberry\perl\bin\perl.exe C:\strawberry\perl\lib\ExtUtils\xsubpp + -typemap C:\strawberry\perl\lib\ExtUtils\typemap -typemap typemap Tcl.xs > Tc +l.xsc && C :\strawberry\perl\bin\perl.exe -MExtUtils::Command -e mv Tcl.xsc Tcl.c Please specify prototyping behavior for Tcl.xs (see perlxs manual) gcc -c -IC:/Tcl/include -s -O2 -DWIN32 -DHAVE_DES_FCRYPT -DPER +L_IMPLICIT _CONTEXT -DPERL_IMPLICIT_SYS -fno-strict-aliasing -DPERL_MSVCRT_READFI +X -s -O2 -DVERSION=\"1.00\" -DXS_VERSION=\"1.00\" "-IC:\strawberry\perl\l +ib\CORE" Tcl.c Tcl.xs:126: error: initializer element is not constant dmake.EXE: Error code 129, while making 'Tcl.o' VKON/Tcl-1.00.tar.gz C:\strawberry\c\bin\dmake.EXE -- NOT OK Running make test Can't test without successful make Running make install Make had returned bad status, install seems impossible cpan>
any clue ?

In reply to installing Tkx.pm with Strawberry by iefbr14

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.