Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
Hi,
   I'm compiling ActivePerl on Win2000 professional.

I've hit a bit of a snag. It's work, and then it hasn't. Here are the details of what I've done. If you fancy giving it a go yourself feel free:-

I downloaded the latest ActivePerl source from:-
ftp://ftp.activestate.com/ActivePerl/src/5.8/

I use Microsoft Visual C++ 8 as my compiler. If your a programmer and you haven't heard already you can get Visual Studio 8 express edition beta for free from Microsoft.
Visit:-
http://lab.msdn.microsoft.com/express/

I unzipped the source and tried to nmake, but it told me I was missing windows.h. I searched my machine and didn't have the file, so I guess the express version didn't have it. so I downloaded the Microsoft Windows SDK:-
http://www.microsoft.com/msdownload/platformsdk/sdkupdate/

And copies the includes and library files over to my VC++ 8 includes and library folders.

I tried 'nmake' again and it worked.

'nmake test' worked fine.

But when I did 'nmake install' it looked ok until it gave me an xcopy error that the 'html' folder did not exist. So I created the folder and put in a fake file for it to copy. This time 'nmake install' went through fine.

All looked good until I went into my new perl folder (INST_TOP = $(INST_DRV)\perlc as I have an old binary install in \perl). It only had the folders bin and html. html had the fake file I created, and bin had a few perl files, namely perlglob.exe pl2bat.bat and wperl.exe. Where is everything else? It looks to me like perl.exe, etc have all been created in source folder, and not moved to the right place. Am I missing something?

Help is much appreciated as I have some new XS modules I need to test. So I need to be able to compile new modules into perl.


Lyle

In reply to Win32 Perl build make problem by cosmicperl

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 about the Monastery: (2)
As of 2024-04-25 20:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found