Warning: this distribution contains XS files,but Module::Build is not configured with C_support at C:/per/site/lib/module/build/base.pm line 1125

As far as I can tell KinoSearch-0.12 contains no XS files. At least there's none listed at http://search.cpan.org/~creamyg/KinoSearch-0.12/MANIFEST.

And I don't really understand the part about Module::Build not being configured with C support. (I haven't used Module::Build very much.) Do you have a C compiler ? You will need one if you want to build perl extensions (ie modules whose source contains XS files). With ActiveState build 817 you could use either Visual Studio or (the freely available) MinGW and dmake.

However, if it's just a matter of installing KinoSearch you could run:

ppm install http://theoryx5.uwinnipeg.ca/ppms/KinoSearch.ppd

That would give you version 0.11 of that module. Is that ok ? The same repository can provide you with the KinoSearch pre-requisites (eg Lingua-Stem-Snowball). I expect you will be prompted to install the pre-requisites when you install the KinoSearch ppm. If you browse to http://theoryx5.uwinnipeg.ca/ppms/ you can see the list of ppm's that are available there.

Cheers,
Rob

In reply to Re^3: perl module problem by syphilis
in thread perl module problem 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.