ich bin gerade dabei mir die neuste Version von wxPerl zu installieren. Da es dafür kein Deb-Packet gibt, muss ich mir das direkt von SourceForge bzw. CPAN runterziehen und "builden".
Nun gesagt getan und das ganze hat das ergeben:
Nun die Frage was ist damit gemeind "Warning: prerequisite Alien::wxWidgets 0.25 not found." ?chris@venus:~/download/tmp/Wx-0.79$ 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::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
======================================================================
For installation instructions and further help please see
docs/INSTALL.pod
For command line switches help use:
perl Makefile.PL --help
======================================================================
chris@venus:~/download/tmp/Wx-0.79$ make
Makefile out-of-date with respect to you_better_rebuild_me
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
/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::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
======================================================================
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] Fehler 1
Ist das die Wurzel allen übels? Ich habe u.a. die Packete wx-common, wx2.6-headers, wx2.4-headers, libwxbase2.6, libwxbase2.6-dev, libwxbase2.4, libwxbase2.4-dev... und noch einige docs und wx-basierte Anwendungen installiert. Fehlt da noch irgend etwas?
Gruss Christian