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

Ideas on more foolproof Makefile.PL and generated Makefile

by bojinlund (Monsignor)
on Feb 19, 2012 at 13:34 UTC ( [id://954865]=perlmeditation: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    (compile "perl Makefile.PL" nil)
    
    (compile "make" nil)
    
  2. or download this
    to undefined at C:/Dwimperl/perl/lib/ExtUtils/Install.pm line 1208
    make: *** [pm_to_blib] Error 2
    
  3. or download this
    pm_to_blib : $(FIRST_MAKEFILE) $(TO_INST_PM)
        $(NOECHO) $(ABSPERLRUN) -MExtUtils::Install -e "pm_to_blib({{@ARGV
    +}}, '$(INST_LIB)\auto', q[$(PM_FILTER)], '$(PERM_DIR)')" -- \
          lib/Padre/Wx/Scintilla.pm blib\lib\Padre\Wx\Scintilla.pm \
    
  4. or download this
    
    dmake:  Updating [config], (1 > 0)
    ...
    
    Compilation interrupt at Sun Feb 19 09:06:15
    
  5. or download this
    # This Makefile is generated by the Makefile.PL. To use this file run:
    # dmake (prepares the installation)
    # dmake test (tests the prepared install)
    # dmake install (performs the installation)
    
  6. or download this
    
    # Makefile intended for dmake
    ...
    all:
        @echo OK
    
  7. or download this
    
    # Makefile intended for (gnu)make
    ...
        I_DO_NOT_KNOW_HOW_TO_GENERTE_AN_ERROR
    endif
        @echo 'OK'
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlmeditation [id://954865]
Approved by Corion
Front-paged by Corion
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (4)
As of 2024-04-18 04:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found