in reply to Re^2: Installation instructions for Wx (wxWidgets fomerly wxWindows) using ActivePerl (update)
in thread Installation instructions for Wx (wxWidgets fomerly wxWindows) using ActivePerl

Strawberry already has a C compiler, so I'm not sure you needed to install another one.

"dmake: Error: -- `D:\MyPrograms\Technical\Perl\Dwimperl\perl\lib\ExtUtils\xsubpp' not found, and can't be made"

Try:

cpan ExtUtils::ParseXS

Update: If you're actually using DWIM perl it claims to ship with Wx already installed: README.

  • Comment on Re^3: Installation instructions for Wx (wxWidgets fomerly wxWindows) using ActivePerl (update)
  • Download Code

Replies are listed 'Best First'.
Re^4: Installation instructions for Wx (wxWidgets fomerly wxWindows) using ActivePerl (update)
by HelenCr (Monk) on Mar 04, 2013 at 14:27 UTC

    marto: thank you. Indeed, I ran this test program:

    use strict; use warnings; use 5.014; use DBI; use Encode; use Wx; say 'Testing Wx'; 1;

    and it didn't issue errors. I'll start using Wx and report if I encounter problems.

    Many thanks - Helen

Re^4: Installation instructions for Wx (wxWidgets fomerly wxWindows) using ActivePerl (update)
by HelenCr (Monk) on Apr 27, 2013 at 09:50 UTC