Philip Dye wrote:
Has anyone built wxWidgets 2.8.10 on cygwin?
My attempt at building Alient::wxWidgets resulted in:
I'm really sorry you wasted time on this; Cygwin in not supported by
Alien::wxWidgets/wxPerl. I added an error message telling this to Build.PL.
% perl -MAlien::wxWidgets=:dump -e 42
$VAR1 = {
'compiler_kind' => 'gcc',
'version' => '2.008010',
'build' => 'multi',
'key' => 'msw_2_8_10_gcc_3_4',
'package' => 'Alien::wxWidgets::Config::msw_2_8_10_gcc_3_4',
'compiler_version' => '3.4',
'mslu' => 0,
'unicode' => 0,
'toolkit' => 'msw',
'debug' => 0
};
If I understand the naming conventions here, Alien::wxWidgets would
appears to think wxWidgets was compiled with gcc 3.4 rather than 4.4:
It only cares that the GCC version you used is binary-compatible with
GCC 3.4.
Regards,
Mattia