Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re^5: Need help installing wxWidgets 2.9.4

by marto (Cardinal)
on May 01, 2013 at 10:20 UTC ( [id://1031542]=note: print w/replies, xml ) Need Help??


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

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://1031542]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (4)
As of 2024-04-24 04:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found