develooper Front page | perl.perl5.porters | Postings from February 2009

Re: [perl.git] branch blead, updated. GitLive-blead-570-g3831a78

Thread Next
From:
Nicholas Clark
Date:
February 11, 2009 00:00
Subject:
Re: [perl.git] branch blead, updated. GitLive-blead-570-g3831a78
Message ID:
20090211080022.GI81285@plum.flirble.org
On Tue, Feb 10, 2009 at 08:57:00PM -0600, John E. Malmberg wrote:
> On my VMS system, I can not build Time-HiRes until I manually put a 
> ppport.h file in the source directory.

It's supposed to be created by mkppport, using the contents of mkppport.lst

    #
    # List of directories into which a ppport.h should be installed.
    # Please try to keep the list sorted.
    #
    # This file is read by mkppport at build time.
    #
    
    ext/IPC-SysV
    ext/Time-HiRes
    ext/Win32API-File
    ext/DB_File


Looks like Time-HiRes is the only one of those 4 built on VMS. I assume that
mkppport is being run, as it's a prerequisite of dynext:

dynext : $(LIBPREREQ) $(DBG)perlshr$(E) preplibrary makeppport $(MINIPERL_EXE)
       $(MINIPERL) make_ext.pl "MAKE=$(MMS)" "--all"

makeppport : $(MINIPERL_EXE) $(ARCHDIR)Config.pm
	$(MINIPERL) mkppport


so where is it wrongly writing the ppport.h to, and why?

Nicholas Clark

Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About