Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

CPAN Perl/Tk widget

by Anonymous Monk
on Jul 29, 2002 at 06:07 UTC ( [id://185896]=perlquestion: print w/replies, xml ) Need Help??

Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

How can I install a non standard Perl/Tk CPAN widget in windows Activeperl. I tried
perl Makefile.PL make make install
I get error messages, can you help me please!!!

Replies are listed 'Best First'.
Re: CPAN Perl/Tk widget
by dree (Monsignor) on Jul 29, 2002 at 08:42 UTC
    For win32 platforms use nmake instead of make
    (After download and inflate, put nmake.exe and nmake.err in c:\windows\command)

    So you can do:
    perl Makefile.pl nmake nmake test nmake install
    This works for pure Perl modules. If the module contains XS, you need a C compiler, e.g. VC++
Re: CPAN Perl/Tk widget
by zejames (Hermit) on Jul 29, 2002 at 06:38 UTC
    Hello,

    We cannot help you without error messages. Please always provide relevant information, including error messages

    Anyway, if your problem is dependancies relative, you may want to use the CPAN module :

    perl -MCPAN -e 'install Tk::Your_Widget;'

    HTH
    --
    zejames
    Update : you probably want to install a special Widget, no the whole Tk. Pointed to me by podmaster
Re: CPAN Perl/Tk widget
by Mask (Pilgrim) on Jul 29, 2002 at 09:27 UTC
    Why don't you downloading a normal ppm file and install it using ppm?

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (5)
As of 2024-04-23 16:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found