Mattia Barbon wrote: > I haven't looked at the files, but you must always re-run the >top-level Makefile.PL, not the ones in subdirectories. Well after a long break fixing other problems, I got back to wrapping RichTextPrintout. I decided on a change of tack. Instead of creating a new RichTextPrintout.xsp file, I just modified the existing RichTextPrinting.xsp file created by Mark.
Just to remind you, the original RichTextPrint.h file had three classes of which Mark had wrapped two. I thought it would just be easier to continue his work than start again. Therefore I just added the new class, RichTextPrintout, to the existing file and reran Makefile.PL and make from the top level. It complained bitterly about missing typemaps, so I went into the typmap file in and copied the RichTextPrinting typemap entry to RichTextPrintout. Ran again and seemed to go very well until near the end when it all went wrong. Dump follows: insight welcome. Regards Steve r...@desktop-image:~/trunk# perl Makefile.PL 'WX' is not a known MakeMaker parameter name. Unrecognized argument in LIBS ignored: '-Wl,-Bsymbolic-functions' Unrecognized argument in LIBS ignored: '-Wl,-Bsymbolic-functions' Unrecognized argument in LIBS ignored: '-Wl,-Bsymbolic-functions' Writing Makefile for Wx::RichText Unrecognized argument in LIBS ignored: '-Wl,-Bsymbolic-functions' Writing Makefile for Wx::Print Unrecognized argument in LIBS ignored: '-Wl,-Bsymbolic-functions' Writing Makefile for Wx::DateTime Unrecognized argument in LIBS ignored: '-Wl,-Bsymbolic-functions' Writing Makefile for Wx::Html Unrecognized argument in LIBS ignored: '-Wl,-Bsymbolic-functions' Writing Makefile for Wx::Media Unrecognized argument in LIBS ignored: '-Wl,-Bsymbolic-functions' Writing Makefile for Wx::Help Unrecognized argument in LIBS ignored: '-Wl,-Bsymbolic-functions' Writing Makefile for Wx::XRC Unrecognized argument in LIBS ignored: '-Wl,-Bsymbolic-functions' Writing Makefile for Wx::Grid Unrecognized argument in LIBS ignored: '-Wl,-Bsymbolic-functions' Writing Makefile for Wx::STC Unrecognized argument in LIBS ignored: '-Wl,-Bsymbolic-functions' Writing Makefile for Wx::AUI Unrecognized argument in LIBS ignored: '-Wl,-Bsymbolic-functions' Writing Makefile for Wx::Socket Unrecognized argument in LIBS ignored: '-Wl,-Bsymbolic-functions' Writing Makefile for Wx::DND Unrecognized argument in LIBS ignored: '-Wl,-Bsymbolic-functions' Writing Makefile for Wx::Calendar Unrecognized argument in LIBS ignored: '-Wl,-Bsymbolic-functions' Writing Makefile for Wx::MDI Unrecognized argument in LIBS ignored: '-Wl,-Bsymbolic-functions' Writing Makefile for Wx::DocView Unrecognized argument in LIBS ignored: '-Wl,-Bsymbolic-functions' Writing Makefile for Wx::FS Unrecognized argument in LIBS ignored: '-Wl,-Bsymbolic-functions' Writing Makefile for Wx::Perl::SplashFast Writing Makefile for Wx::Perl::Carp Writing Makefile for Wx::Perl::TextValidator Writing Makefile for Wx::Perl Writing Makefile for Wx Writing Makefile for Wx ====================================================================== For installation instructions and further help please see docs/INSTALL.pod For command line switches help use: perl Makefile.PL --help ====================================================================== r...@desktop-image:~/trunk# make /usr/bin/perl script/copy_files.pl files.lst Skip blib/lib/Wx/cpp/overload.h (unchanged) Skip blib/lib/Wx/cpp/wxapi.h (unchanged) Skip blib/lib/Wx/cpp/constants.h (unchanged) Skip blib/lib/Wx/cpp/helpers.h (unchanged) Skip blib/lib/Wx/cpp/setup.h (unchanged) Skip blib/lib/Wx/cpp/v_cback_def.h (unchanged) Skip blib/lib/Wx/cpp/streams.h (unchanged) Skip blib/lib/Wx/cpp/chkconfig.h (unchanged) Skip blib/lib/Wx/cpp/compat.h (unchanged) Skip blib/arch/Wx/build/Opt.pm (unchanged) Skip blib/lib/Wx/cpp/v_cback.h (unchanged) Skip blib/lib/Wx/cpp/event.h (unchanged) Skip blib/lib/Wx/typemap (unchanged) Skip blib/lib/Wx/cpp/e_cback.h (unchanged) touch wxt_copy_files Skip blib/lib/Wx/Overload/Handle.pm (unchanged) Skip blib/lib/Wx/Overload/Driver.pm (unchanged) Skip blib/lib/Wx/build/MakeMaker/Any_wx_config.pm (unchanged) Skip blib/lib/Wx/build/MakeMaker/Core.pm (unchanged) Skip blib/lib/Wx/XSP/Overload.pm (unchanged) Skip blib/lib/Wx/Timer.pm (unchanged) Skip blib/lib/Wx/build/Options.pm (unchanged) Skip blib/lib/Wx/Locale.pm (unchanged) Skip blib/lib/Wx/NewClass.htm (unchanged) Skip blib/lib/Wx/NewClass.pod (unchanged) Skip blib/lib/Wx/XSP/Enum.pm (unchanged) Skip blib/lib/Wx/build/MakeMaker/MacOSX_GCC.pm (unchanged) Skip blib/lib/Wx/ArtProvider.pm (unchanged) Skip blib/lib/Wx/Loader.pod (unchanged) Skip blib/lib/Wx/pod2htmi.tmp (unchanged) Skip blib/lib/Wx/Thread.pod (unchanged) Skip blib/lib/Wx/XSP/Event.pm (unchanged) Skip blib/lib/Wx/pod2htmd.tmp (unchanged) Skip blib/lib/Wx/Menu.pm (unchanged) Skip blib/lib/Wx/XSP/Virtual.pm (unchanged) Skip blib/lib/Wx.pm (unchanged) Skip blib/lib/Wx/build/MakeMaker/Win32.pm (unchanged) Skip blib/lib/Wx/Event.pm (unchanged) Skip blib/lib/Wx/build/MakeMaker/Win32_MinGW.pm (unchanged) Skip blib/lib/Wx/build/MakeMaker.pm (unchanged) Skip blib/lib/Wx/App.pm (unchanged) Skip blib/lib/Wx/build/MakeMaker/Hacks.pm (unchanged) Skip blib/lib/Wx/Mini.pm (unchanged) Skip blib/lib/Wx/build/Utils.pm (unchanged) Skip blib/lib/Wx/Api.pod (unchanged) Skip blib/lib/Wx/build/MakeMaker/Any_OS.pm (unchanged) Skip blib/lib/Wx/RadioBox.pm (unchanged) Skip blib/lib/Wx/build/MakeMaker/Win32_MSVC.pm (unchanged) make[1]: Entering directory `/home/image/trunk/ext' make[2]: Entering directory `/home/image/trunk/ext/richtext' Skip ../../blib/lib/Wx/RichText.pm (unchanged) g++ -pthread -c -I. -I../.. -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -DVERSION=\"0.01\" -DXS_VERSION=\"0.01\" -fPIC "-I/usr/lib/perl/5.10/CORE" -DWXPL_EXT -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ RichText.c Running Mkbootstrap for Wx::RichText () chmod 644 RichText.bs rm -f ../../blib/arch/auto/Wx/RichText/RichText.so LD_RUN_PATH="/usr/lib" g++ -shared -fPIC -shared -O2 -g -L/usr/local/lib RichText.o -o ../../blib/arch/auto/Wx/RichText/RichText.so \ -lpthread -lwx_gtk2u_richtext-2.8 -lwx_gtk2u_html-2.8 -lwx_gtk2u_adv-2.8 -lwx_gtk2u_core-2.8 -lwx_baseu-2.8 \ chmod 755 ../../blib/arch/auto/Wx/RichText/RichText.so cp RichText.bs ../../blib/arch/auto/Wx/RichText/RichText.bs chmod 644 ../../blib/arch/auto/Wx/RichText/RichText.bs make[2]: Leaving directory `/home/image/trunk/ext/richtext' make[2]: Entering directory `/home/image/trunk/ext/print' Skip ../../blib/lib/Wx/Print.pm (unchanged) g++ -pthread -c -I. -I../.. -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -DVERSION=\"0.01\" -DXS_VERSION=\"0.01\" -fPIC "-I/usr/lib/perl/5.10/CORE" -DWXPL_EXT -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ Print.c Running Mkbootstrap for Wx::Print () chmod 644 Print.bs rm -f ../../blib/arch/auto/Wx/Print/Print.so LD_RUN_PATH="/usr/lib" g++ -shared -fPIC -shared -O2 -g -L/usr/local/lib Print.o -o ../../blib/arch/auto/Wx/Print/Print.so \ -lpthread -lwx_gtk2u_core-2.8 -lwx_baseu-2.8 \ chmod 755 ../../blib/arch/auto/Wx/Print/Print.so cp Print.bs ../../blib/arch/auto/Wx/Print/Print.bs chmod 644 ../../blib/arch/auto/Wx/Print/Print.bs make[2]: Leaving directory `/home/image/trunk/ext/print' make[2]: Entering directory `/home/image/trunk/ext/datetime' Skip ../../blib/lib/Wx/DateTime.pm (unchanged) g++ -pthread -c -I. -I../.. -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -DVERSION=\"0.01\" -DXS_VERSION=\"0.01\" -fPIC "-I/usr/lib/perl/5.10/CORE" -DWXPL_EXT -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ DateTime.c Running Mkbootstrap for Wx::DateTime () chmod 644 DateTime.bs rm -f ../../blib/arch/auto/Wx/DateTime/DateTime.so LD_RUN_PATH="/usr/lib" g++ -shared -fPIC -shared -O2 -g -L/usr/local/lib DateTime.o -o ../../blib/arch/auto/Wx/DateTime/DateTime.so \ -lpthread -lwx_baseu-2.8 -lwx_gtk2u_core-2.8 -lwx_baseu-2.8 \ chmod 755 ../../blib/arch/auto/Wx/DateTime/DateTime.so cp DateTime.bs ../../blib/arch/auto/Wx/DateTime/DateTime.bs chmod 644 ../../blib/arch/auto/Wx/DateTime/DateTime.bs make[2]: Leaving directory `/home/image/trunk/ext/datetime' make[2]: Entering directory `/home/image/trunk/ext/html' Skip ../../blib/lib/Wx/Html.pm (unchanged) g++ -pthread -c -I. -I../.. -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -DVERSION=\"0.01\" -DXS_VERSION=\"0.01\" -fPIC "-I/usr/lib/perl/5.10/CORE" -DWXPL_EXT -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ Html.c Running Mkbootstrap for Wx::Html () chmod 644 Html.bs rm -f ../../blib/arch/auto/Wx/Html/Html.so LD_RUN_PATH="/usr/lib" g++ -shared -fPIC -shared -O2 -g -L/usr/local/lib Html.o -o ../../blib/arch/auto/Wx/Html/Html.so \ -lpthread -lwx_gtk2u_html-2.8 -lwx_gtk2u_core-2.8 -lwx_baseu-2.8 \ chmod 755 ../../blib/arch/auto/Wx/Html/Html.so cp Html.bs ../../blib/arch/auto/Wx/Html/Html.bs chmod 644 ../../blib/arch/auto/Wx/Html/Html.bs make[2]: Leaving directory `/home/image/trunk/ext/html' make[2]: Entering directory `/home/image/trunk/ext/media' Skip ../../blib/lib/Wx/Media.pm (unchanged) g++ -pthread -c -I. -I../.. -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -DVERSION=\"0.01\" -DXS_VERSION=\"0.01\" -fPIC "-I/usr/lib/perl/5.10/CORE" -DWXPL_EXT -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ Media.c Running Mkbootstrap for Wx::Media () chmod 644 Media.bs rm -f ../../blib/arch/auto/Wx/Media/Media.so LD_RUN_PATH="/usr/lib" g++ -shared -fPIC -shared -O2 -g -L/usr/local/lib Media.o -o ../../blib/arch/auto/Wx/Media/Media.so \ -lpthread -lwx_gtk2u_media-2.8 -lwx_gtk2u_core-2.8 -lwx_baseu-2.8 \ chmod 755 ../../blib/arch/auto/Wx/Media/Media.so cp Media.bs ../../blib/arch/auto/Wx/Media/Media.bs chmod 644 ../../blib/arch/auto/Wx/Media/Media.bs make[2]: Leaving directory `/home/image/trunk/ext/media' make[2]: Entering directory `/home/image/trunk/ext/help' Skip ../../blib/lib/Wx/Help.pm (unchanged) g++ -pthread -c -I. -I../.. -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -DVERSION=\"0.01\" -DXS_VERSION=\"0.01\" -fPIC "-I/usr/lib/perl/5.10/CORE" -DWXPL_EXT -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ Help.c Running Mkbootstrap for Wx::Help () chmod 644 Help.bs rm -f ../../blib/arch/auto/Wx/Help/Help.so LD_RUN_PATH="/usr/lib" g++ -shared -fPIC -shared -O2 -g -L/usr/local/lib Help.o -o ../../blib/arch/auto/Wx/Help/Help.so \ -lpthread -lwx_gtk2u_core-2.8 -lwx_baseu-2.8 \ chmod 755 ../../blib/arch/auto/Wx/Help/Help.so cp Help.bs ../../blib/arch/auto/Wx/Help/Help.bs chmod 644 ../../blib/arch/auto/Wx/Help/Help.bs make[2]: Leaving directory `/home/image/trunk/ext/help' make[2]: Entering directory `/home/image/trunk/ext/xrc' Skip ../../blib/lib/Wx/XRC.pm (unchanged) g++ -pthread -c -I. -I../.. -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -DVERSION=\"0.01\" -DXS_VERSION=\"0.01\" -fPIC "-I/usr/lib/perl/5.10/CORE" -DWXPL_EXT -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ XRC.c Running Mkbootstrap for Wx::XRC () chmod 644 XRC.bs rm -f ../../blib/arch/auto/Wx/XRC/XRC.so LD_RUN_PATH="/usr/lib" g++ -shared -fPIC -shared -O2 -g -L/usr/local/lib XRC.o -o ../../blib/arch/auto/Wx/XRC/XRC.so \ -lpthread -lwx_gtk2u_xrc-2.8 -lwx_baseu_xml-2.8 -lwx_gtk2u_html-2.8 -lwx_gtk2u_adv-2.8 -lwx_gtk2u_core-2.8 -lwx_baseu-2.8 \ chmod 755 ../../blib/arch/auto/Wx/XRC/XRC.so cp XRC.bs ../../blib/arch/auto/Wx/XRC/XRC.bs chmod 644 ../../blib/arch/auto/Wx/XRC/XRC.bs make[2]: Leaving directory `/home/image/trunk/ext/xrc' make[2]: Entering directory `/home/image/trunk/ext/dataview' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/image/trunk/ext/dataview' make[2]: Entering directory `/home/image/trunk/ext/grid' Skip ../../blib/lib/Wx/Grid.pm (unchanged) g++ -pthread -c -I. -I../.. -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -DVERSION=\"0.01\" -DXS_VERSION=\"0.01\" -fPIC "-I/usr/lib/perl/5.10/CORE" -DWXPL_EXT -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ Grid.c Running Mkbootstrap for Wx::Grid () chmod 644 Grid.bs rm -f ../../blib/arch/auto/Wx/Grid/Grid.so LD_RUN_PATH="/usr/lib" g++ -shared -fPIC -shared -O2 -g -L/usr/local/lib Grid.o -o ../../blib/arch/auto/Wx/Grid/Grid.so \ -lpthread -lwx_gtk2u_adv-2.8 -lwx_gtk2u_core-2.8 -lwx_baseu-2.8 \ chmod 755 ../../blib/arch/auto/Wx/Grid/Grid.so cp Grid.bs ../../blib/arch/auto/Wx/Grid/Grid.bs chmod 644 ../../blib/arch/auto/Wx/Grid/Grid.bs make[2]: Leaving directory `/home/image/trunk/ext/grid' make[2]: Entering directory `/home/image/trunk/ext/stc' Skip ../../blib/lib/Wx/STC.pm (unchanged) g++ -pthread -c -I. -I../.. -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -DVERSION=\"0.01\" -DXS_VERSION=\"0.01\" -fPIC "-I/usr/lib/perl/5.10/CORE" -DWXPL_EXT -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ STC.c Running Mkbootstrap for Wx::STC () chmod 644 STC.bs rm -f ../../blib/arch/auto/Wx/STC/STC.so LD_RUN_PATH="/usr/lib" g++ -shared -fPIC -shared -O2 -g -L/usr/local/lib STC.o -o ../../blib/arch/auto/Wx/STC/STC.so \ -lpthread -lwx_gtk2u_stc-2.8 -lwx_gtk2u_core-2.8 -lwx_baseu-2.8 \ chmod 755 ../../blib/arch/auto/Wx/STC/STC.so cp STC.bs ../../blib/arch/auto/Wx/STC/STC.bs chmod 644 ../../blib/arch/auto/Wx/STC/STC.bs make[2]: Leaving directory `/home/image/trunk/ext/stc' make[2]: Entering directory `/home/image/trunk/ext/aui' Skip ../../blib/lib/Wx/AUI.pm (unchanged) g++ -pthread -c -I. -I../.. -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -DVERSION=\"0.01\" -DXS_VERSION=\"0.01\" -fPIC "-I/usr/lib/perl/5.10/CORE" -DWXPL_EXT -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ AUI.c Running Mkbootstrap for Wx::AUI () chmod 644 AUI.bs rm -f ../../blib/arch/auto/Wx/AUI/AUI.so LD_RUN_PATH="/usr/lib" g++ -shared -fPIC -shared -O2 -g -L/usr/local/lib AUI.o -o ../../blib/arch/auto/Wx/AUI/AUI.so \ -lpthread -lwx_gtk2u_aui-2.8 -lwx_gtk2u_adv-2.8 -lwx_gtk2u_core-2.8 -lwx_baseu-2.8 \ chmod 755 ../../blib/arch/auto/Wx/AUI/AUI.so cp AUI.bs ../../blib/arch/auto/Wx/AUI/AUI.bs chmod 644 ../../blib/arch/auto/Wx/AUI/AUI.bs make[2]: Leaving directory `/home/image/trunk/ext/aui' make[2]: Entering directory `/home/image/trunk/ext/socket' Skip ../../blib/lib/Wx/Socket.pm (unchanged) g++ -pthread -c -I. -I../.. -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -DVERSION=\"0.01\" -DXS_VERSION=\"0.01\" -fPIC "-I/usr/lib/perl/5.10/CORE" -DWXPL_EXT -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ Socket.c Running Mkbootstrap for Wx::Socket () chmod 644 Socket.bs rm -f ../../blib/arch/auto/Wx/Socket/Socket.so LD_RUN_PATH="/usr/lib" g++ -shared -fPIC -shared -O2 -g -L/usr/local/lib Socket.o -o ../../blib/arch/auto/Wx/Socket/Socket.so \ -lpthread -lwx_baseu_net-2.8 -lwx_baseu-2.8 -lwx_gtk2u_core-2.8 -lwx_baseu-2.8 \ chmod 755 ../../blib/arch/auto/Wx/Socket/Socket.so cp Socket.bs ../../blib/arch/auto/Wx/Socket/Socket.bs chmod 644 ../../blib/arch/auto/Wx/Socket/Socket.bs Manifying ../../blib/man3/Wx::Socket.3pm make[2]: Leaving directory `/home/image/trunk/ext/socket' make[2]: Entering directory `/home/image/trunk/ext/dnd' Skip ../../blib/lib/Wx/DND.pm (unchanged) Skip ../../blib/lib/Wx/DropSource.pm (unchanged) g++ -pthread -c -I. -I../.. -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -DVERSION=\"0.01\" -DXS_VERSION=\"0.01\" -fPIC "-I/usr/lib/perl/5.10/CORE" -DWXPL_EXT -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ DND.c Running Mkbootstrap for Wx::DND () chmod 644 DND.bs rm -f ../../blib/arch/auto/Wx/DND/DND.so LD_RUN_PATH="/usr/lib" g++ -shared -fPIC -shared -O2 -g -L/usr/local/lib DND.o -o ../../blib/arch/auto/Wx/DND/DND.so \ -lpthread -lwx_gtk2u_core-2.8 -lwx_baseu-2.8 \ chmod 755 ../../blib/arch/auto/Wx/DND/DND.so cp DND.bs ../../blib/arch/auto/Wx/DND/DND.bs chmod 644 ../../blib/arch/auto/Wx/DND/DND.bs make[2]: Leaving directory `/home/image/trunk/ext/dnd' make[2]: Entering directory `/home/image/trunk/ext/calendar' Skip ../../blib/lib/Wx/Calendar.pm (unchanged) g++ -pthread -c -I. -I../.. -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -DVERSION=\"0.01\" -DXS_VERSION=\"0.01\" -fPIC "-I/usr/lib/perl/5.10/CORE" -DWXPL_EXT -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ Calendar.c Running Mkbootstrap for Wx::Calendar () chmod 644 Calendar.bs rm -f ../../blib/arch/auto/Wx/Calendar/Calendar.so LD_RUN_PATH="/usr/lib" g++ -shared -fPIC -shared -O2 -g -L/usr/local/lib Calendar.o -o ../../blib/arch/auto/Wx/Calendar/Calendar.so \ -lpthread -lwx_gtk2u_adv-2.8 -lwx_gtk2u_core-2.8 -lwx_baseu-2.8 \ chmod 755 ../../blib/arch/auto/Wx/Calendar/Calendar.so cp Calendar.bs ../../blib/arch/auto/Wx/Calendar/Calendar.bs chmod 644 ../../blib/arch/auto/Wx/Calendar/Calendar.bs make[2]: Leaving directory `/home/image/trunk/ext/calendar' make[2]: Entering directory `/home/image/trunk/ext/mdi' Skip ../../blib/lib/Wx/MDI.pm (unchanged) g++ -pthread -c -I. -I../.. -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -DVERSION=\"0.01\" -DXS_VERSION=\"0.01\" -fPIC "-I/usr/lib/perl/5.10/CORE" -DWXPL_EXT -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ MDI.c Running Mkbootstrap for Wx::MDI () chmod 644 MDI.bs rm -f ../../blib/arch/auto/Wx/MDI/MDI.so LD_RUN_PATH="/usr/lib" g++ -shared -fPIC -shared -O2 -g -L/usr/local/lib MDI.o -o ../../blib/arch/auto/Wx/MDI/MDI.so \ -lpthread -lwx_gtk2u_core-2.8 -lwx_baseu-2.8 \ chmod 755 ../../blib/arch/auto/Wx/MDI/MDI.so cp MDI.bs ../../blib/arch/auto/Wx/MDI/MDI.bs chmod 644 ../../blib/arch/auto/Wx/MDI/MDI.bs make[2]: Leaving directory `/home/image/trunk/ext/mdi' make[2]: Entering directory `/home/image/trunk/ext/docview' Skip ../../blib/lib/Wx/DocView.pm (unchanged) g++ -pthread -c -I. -I../.. -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -DVERSION=\"0.01\" -DXS_VERSION=\"0.01\" -fPIC "-I/usr/lib/perl/5.10/CORE" -DWXPL_EXT -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ DocView.c Running Mkbootstrap for Wx::DocView () chmod 644 DocView.bs rm -f ../../blib/arch/auto/Wx/DocView/DocView.so LD_RUN_PATH="/usr/lib" g++ -shared -fPIC -shared -O2 -g -L/usr/local/lib DocView.o -o ../../blib/arch/auto/Wx/DocView/DocView.so \ -lpthread -lwx_gtk2u_core-2.8 -lwx_baseu-2.8 \ chmod 755 ../../blib/arch/auto/Wx/DocView/DocView.so cp DocView.bs ../../blib/arch/auto/Wx/DocView/DocView.bs chmod 644 ../../blib/arch/auto/Wx/DocView/DocView.bs make[2]: Leaving directory `/home/image/trunk/ext/docview' make[2]: Entering directory `/home/image/trunk/ext/filesys' Skip ../../blib/lib/Wx/FS.pm (unchanged) g++ -pthread -c -I. -I../.. -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -DVERSION=\"0.01\" -DXS_VERSION=\"0.01\" -fPIC "-I/usr/lib/perl/5.10/CORE" -DWXPL_EXT -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ FS.c Running Mkbootstrap for Wx::FS () chmod 644 FS.bs rm -f ../../blib/arch/auto/Wx/FS/FS.so LD_RUN_PATH="/usr/lib" g++ -shared -fPIC -shared -O2 -g -L/usr/local/lib FS.o -o ../../blib/arch/auto/Wx/FS/FS.so \ -lpthread -lwx_baseu_net-2.8 -lwx_gtk2u_core-2.8 -lwx_baseu-2.8 \ chmod 755 ../../blib/arch/auto/Wx/FS/FS.so cp FS.bs ../../blib/arch/auto/Wx/FS/FS.bs chmod 644 ../../blib/arch/auto/Wx/FS/FS.bs make[2]: Leaving directory `/home/image/trunk/ext/filesys' make[2]: Entering directory `/home/image/trunk/ext/pperl' make[3]: Entering directory `/home/image/trunk/ext/pperl/splashfast' Skip ../../../blib/lib/Wx/Perl/SplashFast.pm (unchanged) Manifying ../../../blib/man3/Wx::Perl::SplashFast.3pm make[3]: Leaving directory `/home/image/trunk/ext/pperl/splashfast' make[3]: Entering directory `/home/image/trunk/ext/pperl/carp' Skip ../../../blib/lib/Wx/Perl/Carp.pm (unchanged) Manifying ../../../blib/man3/Wx::Perl::Carp.3pm make[3]: Leaving directory `/home/image/trunk/ext/pperl/carp' make[3]: Entering directory `/home/image/trunk/ext/pperl/textval' Skip ../../../blib/lib/Wx/Perl/TextValidator.pm (unchanged) Manifying ../../../blib/man3/Wx::Perl::TextValidator.3pm make[3]: Leaving directory `/home/image/trunk/ext/pperl/textval' make[2]: Leaving directory `/home/image/trunk/ext/pperl' make[1]: Leaving directory `/home/image/trunk/ext' g++ -pthread -c -I. -I. -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -DVERSION=\"0.9702_01\" -DXS_VERSION=\"0.9702_01\" -fPIC "-I/usr/lib/perl/5.10/CORE" -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ Wx.c Wx.c: In function 'void XS_Wx__InputStream_READ(PerlInterpreter*, CV*)': Wx.c:3823: warning: format not a string literal and no format arguments g++ -pthread -c -I. -I. -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -DVERSION=\"0.9702_01\" -DXS_VERSION=\"0.9702_01\" -fPIC "-I/usr/lib/perl/5.10/CORE" -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ Constant.c g++ -pthread -c -I. -I. -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -DVERSION=\"0.9702_01\" -DXS_VERSION=\"0.9702_01\" -fPIC "-I/usr/lib/perl/5.10/CORE" -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ Controls.c Controls.c: In function 'void XS_Wx__PlHeaderCtrl_wxHeaderCtrl0(PerlInterpreter*, CV*)': Controls.c:13472: error: 'wxPlHeaderCtrl' was not declared in this scope Controls.c:13472: error: 'RETVAL' was not declared in this scope Controls.c:13473: error: expected type-specifier before 'wxPlHeaderCtrl' Controls.c:13473: error: expected ';' before 'wxPlHeaderCtrl' Controls.c: In function 'void XS_Wx__PlHeaderCtrl_wxHeaderCtrl1(PerlInterpreter*, CV*)': Controls.c:13501: error: 'wxPlHeaderCtrl' was not declared in this scope Controls.c:13501: error: 'RETVAL' was not declared in this scope Controls.c:13522: error: 'wxHD_DEFAULT_STYLE' was not declared in this scope Controls.c:13528: error: 'wxHeaderCtrlNameStr' was not declared in this scope Controls.c:13532: error: expected type-specifier before 'wxPlHeaderCtrl' Controls.c:13532: error: expected ';' before 'wxPlHeaderCtrl' In file included from Controls.c:13543: xspp/evt_headerctrl_h.h: At global scope: xspp/evt_headerctrl_h.h:15: error: 'wxEVT_COMMAND_HEADER_CLICK' was not declared in this scope xspp/evt_headerctrl_h.h:16: error: 'wxEVT_COMMAND_HEADER_RIGHT_CLICK' was not declared in this scope xspp/evt_headerctrl_h.h:17: error: 'wxEVT_COMMAND_HEADER_MIDDLE_CLICK' was not declared in this scope xspp/evt_headerctrl_h.h:18: error: 'wxEVT_COMMAND_HEADER_DCLICK' was not declared in this scope xspp/evt_headerctrl_h.h:19: error: 'wxEVT_COMMAND_HEADER_MIDDLE_DCLICK' was not declared in this scope xspp/evt_headerctrl_h.h:20: error: 'wxEVT_COMMAND_HEADER_MIDDLE_DCLICK' was not declared in this scope xspp/evt_headerctrl_h.h:21: error: 'wxEVT_COMMAND_HEADER_SEPARATOR_DCLICK' was not declared in this scope xspp/evt_headerctrl_h.h:22: error: 'wxEVT_COMMAND_HEADER_BEGIN_RESIZE' was not declared in this scope xspp/evt_headerctrl_h.h:23: error: 'wxEVT_COMMAND_HEADER_RESIZING' was not declared in this scope xspp/evt_headerctrl_h.h:24: error: 'wxEVT_COMMAND_HEADER_END_RESIZE' was not declared in this scope xspp/evt_headerctrl_h.h:25: error: 'wxEVT_COMMAND_HEADER_BEGIN_REORDER' was not declared in this scope xspp/evt_headerctrl_h.h:26: error: 'wxEVT_COMMAND_HEADER_END_REORDER' was not declared in this scope xspp/evt_headerctrl_h.h:27: error: 'wxEVT_COMMAND_HEADER_DRAGGING_CANCELLED' was not declared in this scope xspp/evt_headerctrl_h.h:29: error: too many initializers for 'wxPliEventDescription' xspp/evt_headerctrl_h.h:29: error: too many initializers for 'wxPliEventDescription' xspp/evt_headerctrl_h.h:29: error: too many initializers for 'wxPliEventDescription' xspp/evt_headerctrl_h.h:29: error: too many initializers for 'wxPliEventDescription' xspp/evt_headerctrl_h.h:29: error: too many initializers for 'wxPliEventDescription' xspp/evt_headerctrl_h.h:29: error: too many initializers for 'wxPliEventDescription' xspp/evt_headerctrl_h.h:29: error: too many initializers for 'wxPliEventDescription' xspp/evt_headerctrl_h.h:29: error: too many initializers for 'wxPliEventDescription' xspp/evt_headerctrl_h.h:29: error: too many initializers for 'wxPliEventDescription' xspp/evt_headerctrl_h.h:29: error: too many initializers for 'wxPliEventDescription' xspp/evt_headerctrl_h.h:29: error: too many initializers for 'wxPliEventDescription' xspp/evt_headerctrl_h.h:29: error: too many initializers for 'wxPliEventDescription' xspp/evt_headerctrl_h.h:29: error: too many initializers for 'wxPliEventDescription' Controls.c: In function 'void XS_Wx__PlHeaderColumn_new(PerlInterpreter*, CV*)': Controls.c:15075: error: 'wxPlHeaderColumn' was not declared in this scope Controls.c:15075: error: 'RETVAL' was not declared in this scope Controls.c:15076: error: expected type-specifier before 'wxPlHeaderColumn' Controls.c:15076: error: expected ';' before 'wxPlHeaderColumn' Controls.c: In function 'void XS_Wx__PlSettableHeaderColumn_new(PerlInterpreter*, CV*)': Controls.c:15098: error: 'wxPlSettableHeaderColumn' was not declared in this scope Controls.c:15098: error: 'RETVAL' was not declared in this scope Controls.c:15099: error: expected type-specifier before 'wxPlSettableHeaderColumn' Controls.c:15099: error: expected ';' before 'wxPlSettableHeaderColumn' make: *** [Controls.o] Error 1