First i want to tell u about the steps what i have taken to install perl and modules.
- Download the activeperl5.8.8.817MSwin32-x86-257965.
- Runt it and got installed it on my system.
- then i download the kinosearch0.12 and do this :- perl Build.pl then got error
can't locate module::build.
- to remove that error i did following(suggested at install all perl module)
C:/>ppm s Module-Build
searching in active repository
1.Module-Build [0.2801] Module-Build
2.Module-Build-Convert [0.21] Module-Build-Convert
3.Module-Build-JSAN [0.01] module-Build-JSAN
ppm> i 1
install 'Module-Build' Version 0.2801 in ActivePerl 5.8.8.817.
hence it install it.
Again i run
c:/kinosearch-0.12>perl Build.pl
then it inform me to install
- Lingua-StopWords
- Lingua-Stem-Snowball
- Clone
I installed it with the help of PPM
now again
C:/kinosearch-0.12>perl Build.pl
it created new Build and wrote all files in src
but gave one warning and that is..
Warning: this distribution contains XS files,but Module::Build is not
+configured with C_support at C:/per/site/lib/module/build/base.pm lin
+e 1125.
now i want to resolve this prob..
plz help me to resolve it..
Thanks
mohit
20060728 Janitored by Corion: Added formatting, code tags, lists, linkified link, as per Writeup Formatting Tips and Writeup Formatting Tips
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.