Hi Monks,
Thank you for the reply.
i tried installing make(gmake) on windows and added it in the path in the batch file, like below,
SET PATH=C:\Program Files (x86)\GnuWin32\bin;C:\msys64\mingw64\bin;C:\ +msys64\usr\bin;%PATH%;C:\Program Files\7-Zip
I have changed the make filename to the GNUmakefile, but i am getting below error
Everything is Ok Folders: 952 Files: 6300 Size: 84783072 Compressed: 3722240 patching file 'C:\perlapp\sources\builds\win64\perl5.34.0\win32\GNUmak +efile' Hunk #1 FAILED at 27. Hunk #2 FAILED at 227. Hunk #3 FAILED at 292. 3 out of 3 hunks FAILED -- saving rejects to file 'C:\perlapp\sources\ +builds\win64\perl-5.34.0\win32\GNUmakefile.rej'
Any idea what could cause this error.
Do i need nmake here.

In reply to Re: makefile.mk is missing with Perl 5.34.0 distro. by Anonymous Monk
in thread makefile.mk is missing with Perl 5.34.0 distro. by Anonymous Monk

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.