Could you repost those errors - putting the copy'n'paste inside code tags. I find what you posted to be quite confusing - in fact I can't make sense of it at all.

On ActivePerl build 817, I did find that Tk-800.027_500 failed to build using dmake and MinGW - yet using the very same dmake and MinGW with both my MinGW-built perl-5.8.8 and Strawberry Perl, Tk-804.027_500 built and tested fine.

That section of the build process that you posted worked fine for me with build 817. I get:
. . cp PNG.pm ..\blib\lib\Tk\PNG.pm cd zlib && dmake libz.a "CC=gcc " gcc -O3 -Wall -c -o adler32.o adler32.c gcc -O3 -Wall -c -o compress.o compress.c gcc -O3 -Wall -c -o crc32.o crc32.c gcc -O3 -Wall -c -o deflate.o deflate.c gcc -O3 -Wall -c -o gzio.o gzio.c gcc -O3 -Wall -c -o infback.o infback.c gcc -O3 -Wall -c -o inffast.o inffast.c gcc -O3 -Wall -c -o inflate.o inflate.c gcc -O3 -Wall -c -o inftrees.o inftrees.c gcc -O3 -Wall -c -o trees.o trees.c gcc -O3 -Wall -c -o uncompr.o uncompr.c gcc -O3 -Wall -c -o zutil.o zutil.c ar rcs libz.a adler32.o compress.o crc32.o deflate.o gzio.o infback.o + inffast.o inflate.o inftrees.o trees.o uncompr.o zutil.o . .
You did copy the 'startup' directory to the same location as 'dmake.exe' as per the instructions in the Readme that comes with the dmake bundle ?

I haven't had a chance to properly investigate the failure with ActivePerl. Maybe tomorrow, if I get a chance. (I get a few linking errors with tkwinX.c - which I think will be resolved by successfully linking to libimm32.a. Hopefully it won't be too difficult to fix.)

Cheers,
Rob
Update: For the record, linking to libimm32.a and libcomctl32.a fixes the problem. I'm not sure why they don't get linked in automatically, as happens with my other builds of perl. As "proof of concept" I opened up the ActivePerl lib/Config_heavy.pl and inserted " imm32.lib comctl32.lib" at the beginning of the libs=' ... entry. That's probably not the best way to fix the problem - it's just a hack that enables Tk-804.027_500 to build using MinGW and dmake on ActivePerl 817.

In reply to Re^11: how to install perlmodules in windowsXP by syphilis
in thread how to install perlmodules in windowsXP by veeruch

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.