Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
What to do?

File bug reports against ActivePerl.

It's not very professional that they automatically set out "to install dmake and the MinGW gcc compiler using Perl Package Manager" on their X64 builds of perl when:
1) They know that no suitable ppm package exists;
2) They know that the x64 builds of ActivePerl won't work with dmake and MinGW anyway. (Incidentally, for anyone interested, I can provide fixes to x64 Activeperl that allow it to work fine with dmake and the 64-bit MinGW compiler - ie allow it to work just like the 32-bit builds.)

The 'libConfig.pm' error crops up from time to time ... but not so often as to allow me to recall (with certainty) the cause of it. I *think* it happens when perl Makefile.PL writes a Makefile for nmake to process, but then the user throws a spanner in the works by running dmake instead.
It's important that the flavour of make that you run is whatever is reported by perl -V:make

Iff this module that you're trying to build is pure perl, then there's a chance that you can do it with dmake alone iff you follow these steps:
1) Prepend the location of dmake.exe to (the beginning of) your PATH env var;
2) Check that perl -V:make reports 'dmake' (or '\full\path\to\dmake.exe', as the case may be);
3) In the top level source folder, remove the file named Makefile
4) In the top level source folder run perl Makefile.PL followed by dmake test followed by dmake install
5) For me the dmake install can take a minute or so before anything happens ... be patient.

Cheers,
Rob

In reply to Re: Installing WordNet::QueryData on Win7/Perl64 by syphilis
in thread Installing WordNet::QueryData on Win7/Perl64 by cormanaz

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (3)
As of 2024-04-20 01:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found