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":



  • 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.