So I'm trying to rebuild pp in Strawberry on my flash drive per this link.

But I'm trying to do it on a plug-in flash drive (G:) on a Win10 laptop which also has Perl in drive C:.

I get this result...

G:\Strawberry\cpan\build\PAR-Packer-1.047-0>dmake Makefile dmake: Error: -- Configuration file `C:\Strawberry\c\bin\startup\star +tup.mk' not found G:\Strawberry\cpan\build\PAR-Packer-1.047-0>

So next I try it instead like so and get...

G:\Strawberry\cpan\build\PAR-Packer-1.047-0>G:/Strawberry/c/bin/dmake +G:/Strawberry/cpan/build/PAR-Packer-1.047-0/Makefile dmake: makefile: line 1106: Warning: -- Empty recipe for special or + meta target .NOTPARALLEL G:\Strawberry\cpan\build\PAR-Packer-1.047-0> <p>The reason I'm needing to build PAR-Packer versus install it is so +as to have my own icon put into every exe it creates (as detailed in +the link). It had worked before, but then I was installing into regul +ar Strawberry on the C: drive, whereas now I'm trying to do the same +on a flash drive instead. Before I had been doing on Win7 and this is + now Win10.</p>

So next I try it on the C: drive like regular and get this...

C:\Strawberry\cpan\build\PAR-Packer-1.047-0>perl MakeFile.PL Checking if your kit is complete... Looks good Subroutine MY::postamble redefined at ./Makefile.PL line 225. # using "objdump" recursively to find DLLs needed by par.exe Generating a gmake-style Makefile Writing Makefile for PAR::Packer Writing MYMETA.yml and MYMETA.json C:\Strawberry\cpan\build\PAR-Packer-1.047-0>dmake Makefile dmake: Error: -- Configuration file `C:\Strawberry\c\bin\startup\star +tup.mk' not found C:\Strawberry\cpan\build\PAR-Packer-1.047-0>

And that doesn't work either. Hmmm. A clue I would seem to be lacking.


In reply to dmake error on portable Strawberry by aplonis

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.