Sun Feb 15 15:58:29 2015: Request 102135 was acted upon. Transaction: Ticket created by nxadm Queue: Wx Subject: Wx does not build on Ubuntu 14.04: target 'PropertyGrid.o' failed (was ticket 121930) Broken in: 0.9923 Severity: Critical Owner: Nobody Requestors: nx...@apt-get.be Status: new Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=102135 >
Hi, Ticket 121930 is marked as "resolved". However, I still receive the same error as described in https://rt.perl.org/Ticket/Display.html?id=121930#txn-1293557 when using perl 5.20.1 and 5.20.2. Attached you'll find the output of the perl Makefile.PL and make command. What may be relevant is that Alien::wxWidgets had to be patched lightly to make it build on Ubuntu 14.10 (in short add support for wx 3.0.1). However, I don't think the error lays there. This are the commands used (from a HOWTO I am working on to build Padre for developers): Get the OS dependencies $ sudo apt-get install libgtk-3-dev libwxgtk3.0-dev Install CPAN modules needed for development $ cpanm Module::Install Locale::Msgfmt Install "tricky" modules: Alien::wxWidgets and Wx Alien::wxWidgets does not build with wxWidgets 3.0.0. We need version 3.0.1, so we need to patch Alien::wxWidgets. $ cpanm Module::Pluggable # needed for module test $ mkdir -p ~/tmp/ && cd ~/tmp && cpan -g Alien::wxWidgets && tar xvzf Alien-wxWidgets-*.tar.gz && cd Alien-wxWidgets-* $ cp patches/data-3.0.0 patches/data-3.0.1 $ perl -pi -e 's/3\.0\.0/3.0.1/g' Build.PL patches/data-3.0.1 $ export CXXFLAGS="-std=gnu++11" (Accept all the defaults) $ perl Build.PL $ perl Build $ perl Build test $ perl Build install # Build Wx.pm (does not work yet) $ cpanm ExtUtils::XSpp $ cd ~/tmp $ /usr/bin/cpan -g Wx $ tar xvzf Wx-*.tar.gz && cd Wx* $ perl Makefile.PL --extra-cflags='-std=gnu++11' $ make Thank you. Please feel free to contact me for what ever info you need of if test must be run. I have been looking for some days at the problem but I haven't been able to make it work yet. Claudio
Checking if your kit is complete... Looks good 'WX' is not a known MakeMaker parameter name. Generating a Unix-style Makefile Writing Makefile for Wx::WebView Writing MYMETA.yml and MYMETA.json Generating a Unix-style Makefile Writing Makefile for Wx::DateTime Writing MYMETA.yml and MYMETA.json Generating a Unix-style Makefile Writing Makefile for Wx::Socket Writing MYMETA.yml and MYMETA.json Generating a Unix-style Makefile Writing Makefile for Wx::PerlTest Writing MYMETA.yml and MYMETA.json Generating a Unix-style Makefile Writing Makefile for Wx::Html Writing MYMETA.yml and MYMETA.json Generating a Unix-style Makefile Writing Makefile for Wx::PropertyGrid Writing MYMETA.yml and MYMETA.json Generating a Unix-style Makefile Writing Makefile for Wx::RichText Writing MYMETA.yml and MYMETA.json Generating a Unix-style Makefile Writing Makefile for Wx::Media Writing MYMETA.yml and MYMETA.json Generating a Unix-style Makefile Writing Makefile for Wx::DND Writing MYMETA.yml and MYMETA.json Generating a Unix-style Makefile Writing Makefile for Wx::MDI Writing MYMETA.yml and MYMETA.json Generating a Unix-style Makefile Writing Makefile for Wx::DataView Writing MYMETA.yml and MYMETA.json Generating a Unix-style Makefile Writing Makefile for Wx::IPC Writing MYMETA.yml and MYMETA.json Generating a Unix-style Makefile Writing Makefile for Wx::XRC Writing MYMETA.yml and MYMETA.json Generating a Unix-style Makefile Writing Makefile for Wx::STC Writing MYMETA.yml and MYMETA.json Generating a Unix-style Makefile Writing Makefile for Wx::FS Writing MYMETA.yml and MYMETA.json Generating a Unix-style Makefile Writing Makefile for Wx::Ribbon Writing MYMETA.yml and MYMETA.json Generating a Unix-style Makefile Writing Makefile for Wx::DocView Writing MYMETA.yml and MYMETA.json Generating a Unix-style Makefile Writing Makefile for Wx::Print Writing MYMETA.yml and MYMETA.json Generating a Unix-style Makefile Writing Makefile for Wx::Grid Writing MYMETA.yml and MYMETA.json Generating a Unix-style Makefile Writing Makefile for Wx::Calendar Writing MYMETA.yml and MYMETA.json Generating a Unix-style Makefile Writing Makefile for Wx::Help Writing MYMETA.yml and MYMETA.json Generating a Unix-style Makefile Writing Makefile for Wx::AUI Writing MYMETA.yml and MYMETA.json Generating a Unix-style Makefile Writing Makefile for Wx::Perl::SplashFast Writing MYMETA.yml and MYMETA.json Generating a Unix-style Makefile Writing Makefile for Wx::Perl::Carp Writing MYMETA.yml and MYMETA.json Generating a Unix-style Makefile Writing Makefile for Wx::Perl::TextValidator Writing MYMETA.yml and MYMETA.json Generating a Unix-style Makefile Writing Makefile for Wx::Perl Writing MYMETA.yml and MYMETA.json Generating a Unix-style Makefile Writing Makefile for Wx Writing MYMETA.yml and MYMETA.json Generating a Unix-style Makefile Writing Makefile for Wx Writing MYMETA.yml and MYMETA.json ====================================================================== For installation instructions and further help please see docs/INSTALL.pod For command line switches help use: perl Makefile.PL --help ======================================================================
/home/claudio/lib/perlbrew/perls/perl-5.20.2/bin/perl script/make_v_cback.pl > cpp/v_cback_def.h /home/claudio/lib/perlbrew/perls/perl-5.20.2/bin/perl script/copy_files.pl files.lst cp cpp/e_cback.h blib/lib/Wx/cpp/e_cback.h cp cpp/v_cback_def.h blib/lib/Wx/cpp/v_cback_def.h cp cpp/v_cback.h blib/lib/Wx/cpp/v_cback.h cp typemap blib/lib/Wx/typemap cp cpp/wxapi.h blib/lib/Wx/cpp/wxapi.h cp cpp/chkconfig.h blib/lib/Wx/cpp/chkconfig.h cp cpp/event.h blib/lib/Wx/cpp/event.h cp cpp/constants.h blib/lib/Wx/cpp/constants.h cp cpp/overload.h blib/lib/Wx/cpp/overload.h cp Opt blib/arch/Wx/build/Opt.pm cp cpp/streams.h blib/lib/Wx/cpp/streams.h cp cpp/setup.h blib/lib/Wx/cpp/setup.h cp cpp/compat.h blib/lib/Wx/cpp/compat.h cp cpp/helpers.h blib/lib/Wx/cpp/helpers.h touch wxt_copy_files cp build/Wx/XSP/Enum.pm blib/lib/Wx/XSP/Enum.pm cp Wx.pm blib/lib/Wx.pm cp lib/Wx/RadioBox.pm blib/lib/Wx/RadioBox.pm cp build/Wx/XSP/Virtual.pm blib/lib/Wx/XSP/Virtual.pm cp lib/Wx/Mini.pm blib/lib/Wx/Mini.pm cp lib/Wx/Locale.pm blib/lib/Wx/Locale.pm cp build/Wx/build/MakeMaker/Any_OS.pm blib/lib/Wx/build/MakeMaker/Any_OS.pm cp build/Wx/XSP/Overload.pm blib/lib/Wx/XSP/Overload.pm cp lib/Wx/Thread.pod blib/lib/Wx/Thread.pod cp build/Wx/build/MakeMaker/Any_wx_config.pm blib/lib/Wx/build/MakeMaker/Any_wx_config.pm cp build/Wx/Overload/Handle.pm blib/lib/Wx/Overload/Handle.pm cp build/Wx/build/MakeMaker/MacOSX_GCC.pm blib/lib/Wx/build/MakeMaker/MacOSX_GCC.pm cp lib/Wx/Event.pm blib/lib/Wx/Event.pm cp build/Wx/build/MakeMaker/Win32_MSVC.pm blib/lib/Wx/build/MakeMaker/Win32_MSVC.pm cp build/Wx/build/MakeMaker/Win32.pm blib/lib/Wx/build/MakeMaker/Win32.pm cp build/Wx/build/MakeMaker/Hacks.pm blib/lib/Wx/build/MakeMaker/Hacks.pm cp lib/Wx/Timer.pm blib/lib/Wx/Timer.pm cp build/Wx/build/MakeMaker/Core.pm blib/lib/Wx/build/MakeMaker/Core.pm cp lib/Wx/Api.pod blib/lib/Wx/Api.pod cp build/Wx/Overload/Driver.pm blib/lib/Wx/Overload/Driver.pm cp build/Wx/XSP/Event.pm blib/lib/Wx/XSP/Event.pm cp lib/Wx/Loader.pod blib/lib/Wx/Loader.pod cp lib/Wx/NewClass.pod blib/lib/Wx/NewClass.pod cp build/Wx/build/Utils.pm blib/lib/Wx/build/Utils.pm cp lib/Wx/ArtProvider.pm blib/lib/Wx/ArtProvider.pm cp lib/Wx/Menu.pm blib/lib/Wx/Menu.pm cp build/Wx/build/MakeMaker.pm blib/lib/Wx/build/MakeMaker.pm cp build/Wx/build/Options.pm blib/lib/Wx/build/Options.pm cp build/Wx/build/MakeMaker/Win32_MinGW.pm blib/lib/Wx/build/MakeMaker/Win32_MinGW.pm cp lib/Wx/App.pm blib/lib/Wx/App.pm /home/claudio/lib/perlbrew/perls/perl-5.20.2/bin/perl script/wxperl_overload cpp/ovl_const.cpp cpp/ovl_const.h overload.lst Writing 'cpp/ovl_const.h'. Writing 'cpp/ovl_const.cpp'. touch wxt_overload make[1]: Entering directory '/home/claudio/tmp/Wx-0.9923/ext' make[2]: Entering directory '/home/claudio/tmp/Wx-0.9923/ext/webview' cp lib/Wx/WebView.pm ../../blib/lib/Wx/WebView.pm Running Mkbootstrap for Wx::WebView () chmod 644 WebView.bs /home/claudio/lib/perlbrew/perls/perl-5.20.2/bin/perl /home/claudio/lib/perlbrew/perls/perl-5.20.2/lib/5.20.2/ExtUtils/xsubpp -noprototypes -nolinenumbers -typemap /home/claudio/lib/perlbrew/perls/perl-5.20.2/lib/5.20.2/ExtUtils/typemap -typemap ../../typemap -typemap typemap WebView.xs > WebView.xsc && mv WebView.xsc WebView.c g++ -pthread -c -I. -I../.. -I/home/claudio/lib/perlbrew/perls/perl-5.20.2/lib/site_perl/5.20.2/x86_64-linux-thread-multi/Alien/wxWidgets/gtk_3_0_1_uni/lib/wx/include/gtk3-unicode-3.0 -I/home/claudio/lib/perlbrew/perls/perl-5.20.2/lib/site_perl/5.20.2/x86_64-linux-thread-multi/Alien/wxWidgets/gtk_3_0_1_uni/include/wx-3.0 -std=gnu++11 -O2 -DVERSION=\"0.01\" -DXS_VERSION=\"0.01\" -fPIC "-I/home/claudio/lib/perlbrew/perls/perl-5.20.2/lib/5.20.2/x86_64-linux-thread-multi/CORE" -DWXPL_EXT -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ WebView.c rm -f ../../blib/arch/auto/Wx/WebView/WebView.so LD_RUN_PATH="/home/claudio/lib/perlbrew/perls/perl-5.20.2/lib/site_perl/5.20.2/x86_64-linux-thread-multi/Alien/wxWidgets/gtk_3_0_1_uni/lib" g++ -shared -O2 -fstack-protector WebView.o -o ../../blib/arch/auto/Wx/WebView/WebView.so \ -L/home/claudio/lib/perlbrew/perls/perl-5.20.2/lib/site_perl/5.20.2/x86_64-linux-thread-multi/Alien/wxWidgets/gtk_3_0_1_uni/lib -lpthread -lwx_gtk3u_core-3.0 -lwx_baseu-3.0 \ chmod 755 ../../blib/arch/auto/Wx/WebView/WebView.so /home/claudio/lib/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command::MM -e 'cp_nonempty' -- WebView.bs ../../blib/arch/auto/Wx/WebView/WebView.bs 644 make[2]: Leaving directory '/home/claudio/tmp/Wx-0.9923/ext/webview' make[2]: Entering directory '/home/claudio/tmp/Wx-0.9923/ext/datetime' cp DateTime.pm ../../blib/lib/Wx/DateTime.pm Running Mkbootstrap for Wx::DateTime () chmod 644 DateTime.bs /home/claudio/lib/perlbrew/perls/perl-5.20.2/bin/perl /home/claudio/lib/perlbrew/perls/perl-5.20.2/lib/5.20.2/ExtUtils/xsubpp -noprototypes -nolinenumbers -typemap /home/claudio/lib/perlbrew/perls/perl-5.20.2/lib/5.20.2/ExtUtils/typemap -typemap ../../typemap -typemap typemap DateTime.xs > DateTime.xsc && mv DateTime.xsc DateTime.c g++ -pthread -c -I. -I../.. -I/home/claudio/lib/perlbrew/perls/perl-5.20.2/lib/site_perl/5.20.2/x86_64-linux-thread-multi/Alien/wxWidgets/gtk_3_0_1_uni/lib/wx/include/gtk3-unicode-3.0 -I/home/claudio/lib/perlbrew/perls/perl-5.20.2/lib/site_perl/5.20.2/x86_64-linux-thread-multi/Alien/wxWidgets/gtk_3_0_1_uni/include/wx-3.0 -std=gnu++11 -O2 -DVERSION=\"0.01\" -DXS_VERSION=\"0.01\" -fPIC "-I/home/claudio/lib/perlbrew/perls/perl-5.20.2/lib/5.20.2/x86_64-linux-thread-multi/CORE" -DWXPL_EXT -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ DateTime.c rm -f ../../blib/arch/auto/Wx/DateTime/DateTime.so LD_RUN_PATH="/home/claudio/lib/perlbrew/perls/perl-5.20.2/lib/site_perl/5.20.2/x86_64-linux-thread-multi/Alien/wxWidgets/gtk_3_0_1_uni/lib" g++ -shared -O2 -fstack-protector DateTime.o -o ../../blib/arch/auto/Wx/DateTime/DateTime.so \ -L/home/claudio/lib/perlbrew/perls/perl-5.20.2/lib/site_perl/5.20.2/x86_64-linux-thread-multi/Alien/wxWidgets/gtk_3_0_1_uni/lib -lpthread -lwx_baseu-3.0 -lwx_gtk3u_core-3.0 -lwx_baseu-3.0 \ chmod 755 ../../blib/arch/auto/Wx/DateTime/DateTime.so /home/claudio/lib/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command::MM -e 'cp_nonempty' -- DateTime.bs ../../blib/arch/auto/Wx/DateTime/DateTime.bs 644 make[2]: Leaving directory '/home/claudio/tmp/Wx-0.9923/ext/datetime' make[2]: Entering directory '/home/claudio/tmp/Wx-0.9923/ext/socket' cp lib/Wx/Socket.pm ../../blib/lib/Wx/Socket.pm Running Mkbootstrap for Wx::Socket () chmod 644 Socket.bs /home/claudio/lib/perlbrew/perls/perl-5.20.2/bin/perl /home/claudio/lib/perlbrew/perls/perl-5.20.2/lib/5.20.2/ExtUtils/xsubpp -noprototypes -nolinenumbers -typemap /home/claudio/lib/perlbrew/perls/perl-5.20.2/lib/5.20.2/ExtUtils/typemap -typemap ../../typemap -typemap typemap Socket.xs > Socket.xsc && mv Socket.xsc Socket.c g++ -pthread -c -I. -I../.. -I/home/claudio/lib/perlbrew/perls/perl-5.20.2/lib/site_perl/5.20.2/x86_64-linux-thread-multi/Alien/wxWidgets/gtk_3_0_1_uni/lib/wx/include/gtk3-unicode-3.0 -I/home/claudio/lib/perlbrew/perls/perl-5.20.2/lib/site_perl/5.20.2/x86_64-linux-thread-multi/Alien/wxWidgets/gtk_3_0_1_uni/include/wx-3.0 -std=gnu++11 -O2 -DVERSION=\"0.01\" -DXS_VERSION=\"0.01\" -fPIC "-I/home/claudio/lib/perlbrew/perls/perl-5.20.2/lib/5.20.2/x86_64-linux-thread-multi/CORE" -DWXPL_EXT -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ Socket.c rm -f ../../blib/arch/auto/Wx/Socket/Socket.so LD_RUN_PATH="/home/claudio/lib/perlbrew/perls/perl-5.20.2/lib/site_perl/5.20.2/x86_64-linux-thread-multi/Alien/wxWidgets/gtk_3_0_1_uni/lib" g++ -shared -O2 -fstack-protector Socket.o -o ../../blib/arch/auto/Wx/Socket/Socket.so \ -L/home/claudio/lib/perlbrew/perls/perl-5.20.2/lib/site_perl/5.20.2/x86_64-linux-thread-multi/Alien/wxWidgets/gtk_3_0_1_uni/lib -lpthread -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lwx_gtk3u_core-3.0 -lwx_baseu-3.0 \ chmod 755 ../../blib/arch/auto/Wx/Socket/Socket.so /home/claudio/lib/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command::MM -e 'cp_nonempty' -- Socket.bs ../../blib/arch/auto/Wx/Socket/Socket.bs 644 Manifying ../../blib/man3/Wx::Socket.3 make[2]: Leaving directory '/home/claudio/tmp/Wx-0.9923/ext/socket' make[2]: Entering directory '/home/claudio/tmp/Wx-0.9923/ext/test' cp lib/Wx/PerlTest.pm ../../blib/lib/Wx/PerlTest.pm Running Mkbootstrap for Wx::PerlTest () chmod 644 PerlTest.bs /home/claudio/lib/perlbrew/perls/perl-5.20.2/bin/perl /home/claudio/lib/perlbrew/perls/perl-5.20.2/lib/5.20.2/ExtUtils/xsubpp -noprototypes -nolinenumbers -typemap /home/claudio/lib/perlbrew/perls/perl-5.20.2/lib/5.20.2/ExtUtils/typemap -typemap ../../typemap -typemap typemap PerlTest.xs > PerlTest.xsc && mv PerlTest.xsc PerlTest.c g++ -pthread -c -I. -I../.. -I/home/claudio/lib/perlbrew/perls/perl-5.20.2/lib/site_perl/5.20.2/x86_64-linux-thread-multi/Alien/wxWidgets/gtk_3_0_1_uni/lib/wx/include/gtk3-unicode-3.0 -I/home/claudio/lib/perlbrew/perls/perl-5.20.2/lib/site_perl/5.20.2/x86_64-linux-thread-multi/Alien/wxWidgets/gtk_3_0_1_uni/include/wx-3.0 -std=gnu++11 -O2 -DVERSION=\"0.01\" -DXS_VERSION=\"0.01\" -fPIC "-I/home/claudio/lib/perlbrew/perls/perl-5.20.2/lib/5.20.2/x86_64-linux-thread-multi/CORE" -DWXPL_EXT -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ PerlTest.c rm -f ../../blib/arch/auto/Wx/PerlTest/PerlTest.so LD_RUN_PATH="/home/claudio/lib/perlbrew/perls/perl-5.20.2/lib/site_perl/5.20.2/x86_64-linux-thread-multi/Alien/wxWidgets/gtk_3_0_1_uni/lib" g++ -shared -O2 -fstack-protector PerlTest.o -o ../../blib/arch/auto/Wx/PerlTest/PerlTest.so \ -L/home/claudio/lib/perlbrew/perls/perl-5.20.2/lib/site_perl/5.20.2/x86_64-linux-thread-multi/Alien/wxWidgets/gtk_3_0_1_uni/lib -lpthread -lwx_gtk3u_core-3.0 -lwx_baseu-3.0 \ chmod 755 ../../blib/arch/auto/Wx/PerlTest/PerlTest.so /home/claudio/lib/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command::MM -e 'cp_nonempty' -- PerlTest.bs ../../blib/arch/auto/Wx/PerlTest/PerlTest.bs 644 make[2]: Leaving directory '/home/claudio/tmp/Wx-0.9923/ext/test' make[2]: Entering directory '/home/claudio/tmp/Wx-0.9923/ext/html' cp lib/Wx/Html.pm ../../blib/lib/Wx/Html.pm Running Mkbootstrap for Wx::Html () chmod 644 Html.bs /home/claudio/lib/perlbrew/perls/perl-5.20.2/bin/perl /home/claudio/lib/perlbrew/perls/perl-5.20.2/lib/5.20.2/ExtUtils/xsubpp -noprototypes -nolinenumbers -typemap /home/claudio/lib/perlbrew/perls/perl-5.20.2/lib/5.20.2/ExtUtils/typemap -typemap ../../typemap -typemap typemap Html.xs > Html.xsc && mv Html.xsc Html.c g++ -pthread -c -I. -I../.. -I/home/claudio/lib/perlbrew/perls/perl-5.20.2/lib/site_perl/5.20.2/x86_64-linux-thread-multi/Alien/wxWidgets/gtk_3_0_1_uni/lib/wx/include/gtk3-unicode-3.0 -I/home/claudio/lib/perlbrew/perls/perl-5.20.2/lib/site_perl/5.20.2/x86_64-linux-thread-multi/Alien/wxWidgets/gtk_3_0_1_uni/include/wx-3.0 -std=gnu++11 -O2 -DVERSION=\"0.01\" -DXS_VERSION=\"0.01\" -fPIC "-I/home/claudio/lib/perlbrew/perls/perl-5.20.2/lib/5.20.2/x86_64-linux-thread-multi/CORE" -DWXPL_EXT -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ Html.c rm -f ../../blib/arch/auto/Wx/Html/Html.so LD_RUN_PATH="/home/claudio/lib/perlbrew/perls/perl-5.20.2/lib/site_perl/5.20.2/x86_64-linux-thread-multi/Alien/wxWidgets/gtk_3_0_1_uni/lib" g++ -shared -O2 -fstack-protector Html.o -o ../../blib/arch/auto/Wx/Html/Html.so \ -L/home/claudio/lib/perlbrew/perls/perl-5.20.2/lib/site_perl/5.20.2/x86_64-linux-thread-multi/Alien/wxWidgets/gtk_3_0_1_uni/lib -lpthread -lwx_gtk3u_html-3.0 -lwx_gtk3u_core-3.0 -lwx_baseu-3.0 \ chmod 755 ../../blib/arch/auto/Wx/Html/Html.so /home/claudio/lib/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command::MM -e 'cp_nonempty' -- Html.bs ../../blib/arch/auto/Wx/Html/Html.bs 644 make[2]: Leaving directory '/home/claudio/tmp/Wx-0.9923/ext/html' make[2]: Entering directory '/home/claudio/tmp/Wx-0.9923/ext/propgrid' cp lib/Wx/PropertyGrid.pm ../../blib/lib/Wx/PropertyGrid.pm Running Mkbootstrap for Wx::PropertyGrid () chmod 644 PropertyGrid.bs /home/claudio/lib/perlbrew/perls/perl-5.20.2/bin/perl /home/claudio/lib/perlbrew/perls/perl-5.20.2/lib/5.20.2/ExtUtils/xsubpp -noprototypes -nolinenumbers -typemap /home/claudio/lib/perlbrew/perls/perl-5.20.2/lib/5.20.2/ExtUtils/typemap -typemap ../../typemap -typemap typemap PropertyGrid.xs > PropertyGrid.xsc && mv PropertyGrid.xsc PropertyGrid.c g++ -pthread -c -I. -I../.. -I/home/claudio/lib/perlbrew/perls/perl-5.20.2/lib/site_perl/5.20.2/x86_64-linux-thread-multi/Alien/wxWidgets/gtk_3_0_1_uni/lib/wx/include/gtk3-unicode-3.0 -I/home/claudio/lib/perlbrew/perls/perl-5.20.2/lib/site_perl/5.20.2/x86_64-linux-thread-multi/Alien/wxWidgets/gtk_3_0_1_uni/include/wx-3.0 -std=gnu++11 -O2 -DVERSION=\"0.01\" -DXS_VERSION=\"0.01\" -fPIC "-I/home/claudio/lib/perlbrew/perls/perl-5.20.2/lib/5.20.2/x86_64-linux-thread-multi/CORE" -DWXPL_EXT -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ PropertyGrid.c Makefile:344: recipe for target 'PropertyGrid.o' failed make[2]: Leaving directory '/home/claudio/tmp/Wx-0.9923/ext/propgrid' Makefile:511: recipe for target 'subdirs' failed make[1]: Leaving directory '/home/claudio/tmp/Wx-0.9923/ext' Makefile:737: recipe for target 'subdirs' failed