Hi mpapet,

For some reason Dave Roth likes to present his source as some sort of Visual Studio Project - it's all far too arcane for my simplistic mind to comprehend. If you can isolate the actual source files from the sludge that also comprises his source distros, and write an appropriate Makefile.PL, then it might well be trivial to build with dmake and MinGW. I've never been able to stomach the task (of unravelling his "source") for long enough to actually get anywhere with it.

You can use the ppm packages (for perl 5.8) available from Roth's repository with Strawberry Perl. The info on that page is a little outdated but, I believe, the ppm's for perl 5.8 do exist there. If you decide to go down that path then you'll want to install PPM, as Strawberry Perl doesn't come with an inbuilt PPM utility. The only tricky bit to installing PPM on Strawberry Perl is in installing the pre-requisite XML::Parser. See here for some advice on how to do that.

Cheers,
Rob

In reply to Re: GNU port of Win32::Daemon? by syphilis
in thread GNU port of Win32::Daemon? by mpapet

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.