My setup: perl-5.8.8, Solaris 8 (Sparc), gcc-4.0.3, wxWidgets-2.8.0-
rc1 (motif), Alien::wxWidgets 0.25.
All previous versions are OK, but Wx-0.64 and 0.65 do not build any
more:
g++ -c -I/opt/perl_5.8.8/ext/include -I. -I../.. -
I/opt/perl_5.8.8/ext/lib/wx/include/motif-ansi-release-2.8 -
I/opt/perl_5.8.8/ext/include/wx-2.8 -pthreads -O2 -mcpu=v9 -
DVERSION=\"0.01\" -DXS_VERSION=\"0.01\" -fPIC "-
I/opt/perl_5.8.8/lib/CORE" -DWXPL_EXT -D_FILE_OFFSET_BITS=64 -
D_LARGE_FILES -D__WXMOTIF__ -D_REENTRANT RichText.c
cpp/richtextctrl.h: In function 'double richtextctrl_constant(const
char*, int)':
cpp/richtextctrl.h:36: error: 'wxRICHTEXT_SETSTYLE_RESET' was not
declared in this scope
RichText.c: In function 'void
XS_Wx__RichTextCtrl_GetRichTextAttrStyleForRange(CV*)':
RichText.c:4171: error: 'class wxRichTextCtrl' has no member
named 'GetStyleForRange'
RichText.c: In function 'void
XS_Wx__RichTextCtrl_GetTextAttrExStyleForRange(CV*)':
RichText.c:4201: error: 'class wxRichTextCtrl' has no member
named 'GetStyleForRange'
Please let me know if you need additional information...
-Marek