Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re^14: how to install perlmodules in windowsXP

by veeruch (Sexton)
on Mar 08, 2007 at 14:27 UTC ( [id://603821]=note: print w/replies, xml ) Need Help??


in reply to Re^13: how to install perlmodules in windowsXP
in thread how to install perlmodules in windowsXP

Hi Rob,
That is not problem .Bcoz that startup Directory is already there in dmake folder.
perldevkit is from Active state.
if i install Strawberry Perl .Will Active state perldevkit work?.
  • Comment on Re^14: how to install perlmodules in windowsXP

Replies are listed 'Best First'.
Re^15: how to install perlmodules in windowsXP
by syphilis (Archbishop) on Mar 09, 2007 at 04:20 UTC
    Will Active state perldevkit work?

    I don't know. If it doesn't work with Strawberry Perl, you could still use Strawberry Perl to build Tk-804.027_500 for use with ActivePerl. Assuming that your ActivePerl is in C:\Perl, you would just run:
    C:\strawberry-perl\perl\bin\perl Makefile.PL PREFIX=C:/Perl/site C:\strawberry-perl\dmake\bin\dmake test C:\strawberry-perl\dmake\bin\dmake install
    That should build and install Tk-804.027_500 into ActivePerl - from where you can use it with PDK.

    However, I'm still a little puzzled as to why you're getting that build failure with ActivePerl. Which version of 'dmake' are you using ? I get:
    C:\_32>dmake -V dmake - Version 4.7-20061120-SHAY (Windows / MS Visual C++) Copyright (c) 1990,...,1997 by WTI Corp. Default Configuration: MAXLINELENGTH := 32766 MAXPROCESSLIMIT := 4 MAXPROCESS := 1 .IMPORT .IGNORE: DMAKEROOT .MAKEFILES : makefile.mk makefile .SOURCE : .NULL DMAKEROOT *= $(ABSMAKECMD:d)startup MAKESTARTUP := $(DMAKEROOT)\startup.mk
    I've also used versions 4.4 and 4.5 without any problems.

    Cheers,
    Rob
      my dmake version is also same as you
      C:\Documents and Settings\1229781>dmake -V dmake - Version 4.7-20061120-SHAY (Windows / MS Visual C++) Copyright (c) 1990,...,1997 by WTI Corp. Default Configuration: MAXLINELENGTH := 32766 MAXPROCESSLIMIT := 4 MAXPROCESS := 1 .IMPORT .IGNORE: DMAKEROOT .MAKEFILES : makefile.mk makefile .SOURCE : .NULL DMAKEROOT *= $(ABSMAKECMD:d)startup MAKESTARTUP := $(DMAKEROOT)\startup.mk Please read the file readme/read1st.txt for the latest release notes. C:\Documents and Settings\1229781>
        my dmake version is also same as you

        I wonder if ExtUtils::MakeMaker is the culprit. I'm using version 6.31 - might be worth your while checking that you also have 6.31, and updating if you have an older version. (I think I might have upgraded EU::MM at some stage.)

        In the meantime I'll doublecheck that it does work with version 4.7 of dmake (and update this post as soon as I find out for sure).

        Cheers,
        Rob
        Update: Yep - definitely building fine for me on AS build 817 using dmake-4.7.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://603821]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (1)
As of 2024-04-19 00:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found