So, I need some help. I've been working on a project for a bit using several BioPerl Modules, and I'm having a hard time getting them set up and installed. I started with an Activestate install of Perl, and installed CPAN. However, the problem I was having is that I have a few required Perl modules that I was unable to install with CPAN, including Bio::Seq. CPAN told me two things: #1 I was missing two dependencies, including Data::Stag. and #2 dmake kept failing to execute (likely it didn't exist on my system). I tried to install the dependencies that I was missing, but I kept getting the same installation errors as #2. Because of this I came to the Monastery where someone suggested trying Citrus Perl instead of ActiveState, which I am now trying. I have downloaded and setup citrus perl such that I can us citrussterm.bat, but I'm honestly lost at this point. I would like to try and remove my previous (ActiveState) installation of perl and start over with CitrusPerl and get the modules I need installed. I'd really appreciate any help with this that I can get. Thanks a ton, -A Noob with a keyboard. Update: Now when I run CPAN.bat to launch cpan from the CitrusPerl directory and try to install the modules I need I keep getting the following error: "Could not make: unknown error"

In reply to Getting started with BioPerl on Windows 8.1 64-bit by bls61793

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.