Greetings, In attempts to make a redistributable Wx application I compiled wxWidgets as static libraries. However, when I tried to build Alien::wxWidgets I received the following error:
$ perl Build Copying lib/Alien/wxWidgets/Utility.pm -> blib/lib/Alien/wxWidgets/Utility.pm Copying lib/Alien/wxWidgets.pm -> blib/lib/Alien/wxWidgets.pm Undefined key 'dlls' in wx_config at inc/My/Build/Base.pm line 329. Can't use an undefined value as a HASH reference at inc/My/Build/Any_wx_config.pm line 134. Here's some other info about my system: Perl 5.8.9 wxWidgets 2.8.10 (wxGTK) Alien-wxWidgets 0.43 I'd like to get the static library method working but maybe there's another method of packaging Wx apps that would be much easier. Thanks, Elliot
