Hi Rob, Thank you for the revert.

Below is the patch command where it seems failing while patching, I am not sure if "GNUmakefile" is getting updated or modified here.

patch -b %PERL_BUILD_DIR%\win32\GNUmakefile %PERL_SOURCES_DIR%\configu +ration\win64\makefile.patch
Below is the content of the makefile.patch
--- C:/perl_app/sources/builds/perl-5.22.2_win64/perl-5.22.2/win32/mak +efile.mk.orig Fri Apr 08 17:45:19 2016 +++ C:/perl_app/sources/builds/perl-5.22.2_win64/perl-5.22.2/win32/mak +efile.mk Fri May 13 09:51:24 2016 @@ -27,7 +27,7 @@ # newly built perl. # INST_DRV *= c: -INST_TOP *= $(INST_DRV)\perl +INST_TOP *= $(INST_DRV)\perl_app\bin\Perl # # Uncomment if you want to build a 32-bit Perl using a 32-bit compile +r @@ -227,7 +227,7 @@ # not be quoted) # .IF "$(CCTYPE)" == "GCC" -CCHOME *= C:\MinGW +CCHOME *= C:\msys64\mingw64 .ELSE CCHOME *= $(MSVCDIR) .ENDIF @@ -292,7 +292,7 @@ # set this to your email address (perl will guess a value from # from your loginname and your hostname, which may not be right) # -#EMAIL *= +EMAIL *= customer_support@xyz.com ## ## Build configuration ends.
Can you please tell me what's going on here, do I need to modify the makefile.patch file.
Thank you.

In reply to Re^3: 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.