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