If I use h2xs to generate a file (see below)
$ h2xs lib/MyModule/Drv/MyCode.h Writing MyCode/MyCode.pm Writing MyCode/MyCode.xs Writing MyCode/Makefile.PL Writing MyCode/README Writing MyCode/test.pl Writing MyCode/Changes Writing MyCode/MANIFEST
What I require is a Makefile.PL, README, MANIFEST etc into the current directory I am in, and to put the .xs file in the lib/MyModule/Drv/MyCode.h.

As I mentioned before this is because the directory I am in is an already existing perl module that has been worked on for a while, I am just trying to add a single XS file to it.

Taking the results of this and hacking it into my existing Makefile.PL does not seem to work. It seems that ExtUtils::MakeMaker only wants to make Makefiles that build .xs files if they are in the same directory.

Ahhh... Still stuck :-(


In reply to Using h2xs by scottp
in thread XS compile in Makefile.PL by scottp

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.