Skip Menu |

This queue is for tickets about the Wx CPAN distribution.

Report information
The Basics
Id: 23927
Status: resolved
Priority: 0/
Queue: Wx

People
Owner: Nobody in particular
Requestors: Marek.Rouchal [...] gmx.net
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in:
  • 0.64
  • 0.65
Fixed in: (no value)



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
There were some interface changes just before wxWidgets 2.8.0 which broke compilation on all platforms. These should be resolved in 0.66. In fact I just tried wxPerl 0.66 with wxWidgets 2.8.0 and it worked out of the box. Regards Mattia