Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

comment on

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

As a long suffering (no, not really, but it sounds dramatic ;o) user of Perl on Win32... these are a few things you can try..

Firstly, it may seem obvious, but are you SURE the module you want is supported on Win32 ? Of late, the ActiveState PPM is fairly well stocked, so there may be a legitimate reason for the module not being included...

Another thing on the checklist, is the perl executable (ie: c:\perl\bin) added to your path ? You need to reboot your machine on Win98 for any changes to take effect to the setting of the path variable...

Along the same lines, the installation of ActivePerl might have bombed out for some reason.. did you notice any error messages etc ?

Next, although there might not be an error message, there should be a file named MakeFile as a result of executing perl MakeFile.pl.. You should check for its existence.. I build modules regularly these days, now I have VC++ on my machine, and its quite ok

For the next item on the checklist, I use nmake, and not dmake.. perhaps you should check your version of dmake ? (ok, this is a bit of a long shot, I know).. or perhaps even use nmake...

Another thing, if you installed the fancy MSI installer version of ActivePerl, if the module you have is NOT pure Perl, you *must* use Visual C++ 6.0 to build the module.. Building an XS module with any other C compiler is apparently not going to bring you any joy.. :o)
Ok, I've put down some of the things that I've encountered and others that I can think of... if these things are fixed or seem ok to you, please check back with some more information..
HTH


In reply to Re: Activeperl, makefile.pl problem by tinman
in thread Activeperl, makefile.pl 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":



  • 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 having a coffee break in the Monastery: (4)
As of 2024-04-25 07:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found