From: Patrick M. <pma...@fr...> - 2006-07-15 10:36:07
|
I kown that 0.22 is a very old release but this is the latest given by URPMI. I have tried to install the latest release (0.53) from CPAN. I have installed Alien::wxWidgets . Ok And during compilation of Wx I have got the error messages : ../../cpp/helpers.h:187: error: 'wxArrayString' has not been declared ../../cpp/helpers.h:192: error: expected ',' or '...' before '&' token ../../cpp/helpers.h:192: error: ISO C++ forbids declaration of 'wxArrayString' with no type ../../cpp/helpers.h:194: error: expected ',' or '...' before '&' token ../../cpp/helpers.h:194: error: ISO C++ forbids declaration of 'wxArrayString' with no type {standard input}: Assembler messages: {standard input}:2700: Error: Local symbol `.LTHUNK0' can't be equated to undefined symbol `_ZN13wxPlGridTableD1Ev' {standard input}:2700: Error: Local symbol `.LTHUNK1' can't be equated to undefined symbol `_ZN13wxPlGridTableD0Ev' make[2]: *** [Grid.o] Erreur 1 make[2]: Leaving directory `/root/.cpan/build/Wx-0.53/ext/grid' |