Laslo Forro wrote:
Found
at /home/salmonix/perl5/lib/perl5/x86_64-linux-thread-multi/Alien/wxWidgets/Config
- attached.
I think (hope...) the problem is a misuse of install_base/prefix.
The supported way is:
$ perl Build.PL --install_base /home/foo
$ ./Build
$ ./Build install
Using destdir/prefix or passing install_base after Build.PL time is not
supported.
Hmmm, there is also an Alien/wxWidgets path
at /home/salmonix/perl5/lib/perl5/Alien/wxWidgets , w/o the config
file. This directory contains only Utility.pm...
This is correct, because wxWidgets.pm and Utility.pm are
arch-independent.
Regards,
Mattia