Not exactly a solution perhaps, but I'm able to build Pugs from the darcs repository on Windows XP. Running dmake on the generated Makefile gives:

Skip blib\lib\Perl6\sync.pl (unchanged) cp lib/Perl6/Pugs.pm blib\lib\Perl6\Pugs.pm Skip C:\dev\fun\pugs\blib6\lib\Kwid.pm (unchanged) cp lib/perlkwid.kwid C:\dev\fun\pugs\blib6\lib\perlkwid.kwid dmake.exe: Error -- `C:\dev\fun\pugs\blib6\script\kwid' not found, an +d can't be made dmake.exe: Error code 255, while making 'subdirs'

Uncommenting the lines:

#subdirs :: # $(NOECHO)cd ext\Kwid && $(MAKE) -f $(FIRST_MAKEFILE) all $(PASTHR +U)

and

clean_subdirs : # -cd ext\Kwid && $(TEST_F) $(FIRST_MAKEFILE) && $(MAKE) clean -cd ext\Pugs-MakeMaker && $(TEST_F) $(FIRST_MAKEFILE) && $(MAKE) c +lean -cd ext\Test && $(TEST_F) $(FIRST_MAKEFILE) && $(MAKE) clean

lets me build Pugs. I haven't looked into the Makefile.PL to try and solve this, but MakeMaker makes my eyes water, so I think I'll leave it manipulating the generated Makefile ... I'm using ghc 6.2.2, dmake and fetch the code with darcs pull. At least it's possible ;)

pernod
--
Mischief. Mayhem. Soap.


In reply to Re: Error When Making Pugs on Windows XP by pernod
in thread Error When Making Pugs on Windows XP by goober99

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.