Skip Menu |

This queue is for tickets about the Wx CPAN distribution.

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

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

Bug Information
Severity: Important
Broken in: 0.55
Fixed in: 0.56



Subject: build failure on Solaris 8, Gcc 4.0, Perl 5.8.8, wx-2.6.3
I have perl-5.8.8 (shared libperl, no threads) on Solaris 8 (Sparc), wxWidgets-2.6.3 ("motif" flavor), all built with gcc-4.0.3. Alien::wxWidgets is 0.19. Wx-0.55 has the following build failure: /opt/perl_5.8.8/bin/perl /opt/perl_5.8.8/lib/ExtUtils/xsubpp - noprototypes -nolinenumbers - typemap /opt/perl_5.8.8/lib/ExtUtils/typemap -typemap ../../typemap - typemap typemap MDI.xs > MDI.xsc && mv MDI.xsc MDI.c 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.6 - I/opt/perl_5.8.8/ext/include/wx-2.6 -I/usr/dt/include -O2 -mcpu=v9 - DVERSION=\"0.01\" -DXS_VERSION=\"0.01\" -fPIC "- I/opt/perl_5.8.8/lib/CORE" -DWXPL_EXT -D__WXMOTIF__ - D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA MDI.c MDI.c: In function 'void XS_Wx__MDIParentFrame_GetWindowMenu(CV*)': MDI.c:242: error: 'class wxMDIParentFrame' has no member named 'GetWindowMenu' MDI.c: In function 'void XS_Wx__MDIParentFrame_SetWindowMenu(CV*)': MDI.c:262: error: 'class wxMDIParentFrame' has no member named 'SetWindowMenu' I am unfortunately no C++ expert - any help is appreciated. Let me know if you need further input for debugging. -Marek
Just for information: as a second platform, I have RedHat Enterprise Linux 3.0 (update 6) on i686 (Xeon), with same perl-5.8.8, gcc-4.0.3, wx-2.6.3 (but: gtk2 flavor) - and there the build and test runs perfectly fine with Wx-0.55.