Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^4: Need help installing wxWidgets 2.9.4

by HelenCr (Monk)
on May 01, 2013 at 10:12 UTC ( [id://1031541]=note: print w/replies, xml ) Need Help??


in reply to Re^3: Need help installing wxWidgets 2.9.4
in thread Need help installing wxWidgets 2.9.4

Khen1950fx: apologizing if this is a newbie question:
When I inquire for Module::Build (in CPANPLUS), I get:
CPAN Terminal> l Module::Build Details for 'Module::Build' Author Leon Timmermans (fawaka@gmail.com) Installed File D:\...\StrawberryPerl\perl\lib\Module\Build.pm Package Module-Build-0.4005.tar.gz Version Installed 0.40 Version on CPAN 0.4005

So I have Module::Build installed.
But, like I mentioned above, when I go:

>perl Build.PL
Can't open perl script "Build.PL": No such file or directory
It can't find "Build.PL".
What to do?

Many TIA - Helen

Replies are listed 'Best First'.
Re^5: Need help installing wxWidgets 2.9.4
by marto (Cardinal) on May 01, 2013 at 10:20 UTC
    Can't open perl script "Build.PL": No such file or directory

    This means that Perl can't find a file named Build.PL within your current directory. Are you sure you're in the right place? If you do an ls/dir do you see Build.PL?

    cpan> look Alien::wxWidgets

    If in doubt the above command within cpan will download the module and drop you into a shell within the unpacked distribution. You can then do what you want (install notes in README.txt?). To exit this shell type exit.

    Update: I see you're using cpanp rather than cpan. Use the z argument to achieve the same as above:

    z MODULE ... # extract module(s) and open command prompt in it

    Update 2: fixed typo.

    update 3: added link to README.txt

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (2)
As of 2024-04-20 03:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found