1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
|
make
Makefile out-of-date with respect to alien_wxwidgets_missing
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1 || /bin/sh -c true
/usr/bin/perl Makefile.PL
WARNING: LICENSE is not a known parameter.
Checking if your kit is complete...
Looks good
Warning: prerequisite Alien::wxWidgets 0.25 not found.
'LICENSE' is not a known MakeMaker parameter name.
Writing Makefile for Wx::Socket
Writing Makefile for Wx::DND
Writing Makefile for Wx::FS
Writing Makefile for Wx::Grid
Writing Makefile for Wx::Help
Writing Makefile for Wx::Html
Writing Makefile for Wx::MDI
Writing Makefile for Wx::Print
Writing Makefile for Wx::XRC
Writing Makefile for Wx::STC
Writing Makefile for Wx::DocView
Writing Makefile for Wx::Calendar
Writing Makefile for Wx::DateTime
Writing Makefile for Wx::Media
Writing Makefile for Wx::RichText
Writing Makefile for Wx::AUI
Writing Makefile for Wx::DataView
Writing Makefile for Wx::Perl::SplashFast
Writing Makefile for Wx::Perl::Carp
Writing Makefile for Wx::Perl::TextValidator
Writing Makefile for Wx::Perl
Writing Makefile for Wx
Writing Makefile for Wx
======================================================================
Alien::wxWidgets is missing, you will need to re-run Makefile.PL after
it is installed.
======================================================================
======================================================================
For installation instructions and further help please see
docs/INSTALL.pod
For command line switches help use:
perl Makefile.PL --help
======================================================================
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make: *** [Makefile] Erreur 1 |