sorry but also hope i didnt overlooked an already standing solution here
Writing 'cpp/ovl_const.cpp'. touch wxt_overload make[1]: Entering directory `/home/lichtkind/.cpanm/work/1411132608.11927/Wx-0.9923/ext' make[2]: Entering directory `/home/lichtkind/.cpanm/work/1411132608.11927/Wx-0.9923/ext/dataview' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/lichtkind/.cpanm/work/1411132608.11927/Wx-0.9923/ext/dataview' make[2]: Entering directory `/home/lichtkind/.cpanm/work/1411132608.11927/Wx-0.9923/ext/propgrid' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/lichtkind/.cpanm/work/1411132608.11927/Wx-0.9923/ext/propgrid' make[2]: Entering directory `/home/lichtkind/.cpanm/work/1411132608.11927/Wx-0.9923/ext/ipc' cp lib/Wx/IPC.pm ../../blib/lib/Wx/IPC.pm /usr/bin/perl /usr/share/perl/5.18.2/ExtUtils/xsubpp -noprototypes -nolinenumbers -typemap /usr/share/perl/5.18/ExtUtils/typemap -typemap ../../typemap -typemap typemap IPC.xs > IPC.xsc && mv IPC.xsc IPC.c g++ -pthread -c -I. -I../.. -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fstack-protector -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.18/CORE" -DWXPL_EXT -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ IPC.c /bin/sh: 1: g++: not found make[2]: *** [IPC.o] Error 127 make[2]: Leaving directory `/home/lichtkind/.cpanm/work/1411132608.11927/Wx-0.9923/ext/ipc' make[1]: *** [subdirs] Error 2 make[1]: Leaving directory `/home/lichtkind/.cpanm/work/1411132608.11927/Wx-0.9923/ext' make: *** [subdirs] Error 2 -> FAIL Installing Wx failed. See /home/lichtkind/.cpanm/work/1411132608.11927/build.log for details. Retry with --force to force install it. > Hi, > > > > A fix for this committed to SVN. Release probably at the weekend as I have a > lot of other Wx things to catch up on. > > > > Regards > > > > Mark > > > > > > On 2014-09-13 12:56, herbert breunung wrote: > >> thank you very much for your efforts i bookmark that link. >> please let me know when there will be some change on that front, >> because i plan to do even more stressful things on wx and expect to find even >> more bugs :) >> >> >> best >> herbert >> >> >> On 09/12/2014 07:20 PM, Steve Cookson wrote: >>> Hi Herbert, I'm still looking at this. I expanded this a bit more. I can >>> get the following to work: EVT_AUINOTEBOOK_PAGE_CHANGING >>> EVT_AUINOTEBOOK_PAGE_CHANGED EVT_AUINOTEBOOK_DRAG_DONE >>> EVT_AUINOTEBOOK_TAB_RIGHT_DOWN EVT_AUINOTEBOOK_TAB_RIGHT_UP >>> EVT_AUINOTEBOOK_BG_DCLICK EVT_AUINOTEBOOK_PAGE_CLOSED But not these: >>> EVT_AUINOTEBOOK_PAGE_CLOSE EVT_AUINOTEBOOK_BUTTON >>> EVT_AUINOTEBOOK_BEGIN_DRAG EVT_AUINOTEBOOK_END_DRAG >>> EVT_AUINOTEBOOK_DRAG_MOTION EVT_AUINOTEBOOK_ALLOW_DND (Actually, I can't >>> see how to activate this). And I don't have a middle button to test: >>> EVT_AUINOTEBOOK_TAB_MIDDLE_DOWN EVT_AUINOTEBOOK_TAB_MIDDLE_UP And: >>> EVT_AUINOTEBOOK_CANCEL_DRAG is not wrapped. It looks like a wxWidgets >>> problem. See here from 2011: >>> https://groups.google.com/forum/#!msg/wx-users/8lflty8iDJo/5-r_qLcP2MIJ >>> Regards Steve. On 12/09/14 14:24, herbert breunung wrote: >>>> ah thanks maybe it only worked but drag done is fine, but without the info >>>> where dragging started useless. as i also didnt found methods of the event >>>> object in sources im currently a bit helpless how to achieve that. maybe >>>> soemthing went wrong in the XS mapping? unfortunately i also dont have any >>>> mouse events on the bar itself. the little program grew, its on: >>>> https://bitbucket.org/lichtkind/kephra/src/d993a2380d71b9449bd6e47d36b8f1a415c71b47/lib/docbar.pl?at=sp1 >>>> and thanks for your work >>>>> Hi Herbert, I'm using Kubuntu 14.04. On 11/09/14 16:22, herbert breunung >>>>> wrote: >>>>>> just noticed because a kephra feature stopped working. this is the >>>>>> example >>>>> Well I think you're right. But for me it NEVER worked. >>>>> EVT_AUINOTEBOOK_END_DRAG too. I have no idea why. I gave up some time ago >>>>> and I only use: EVT_AUINOTEBOOK_DRAG_DONE instead of END_DRAG and I avoid >>>>> using BEGIN_DRAG. It means a bit more validation afterwards. I also use: >>>>> EVT_AUINOTEBOOK_PAGE_CHANGING EVT_NOTEBOOK_PAGE_CHANGED Which also work. >>>>> It would be useful to find out why, but I never really had time. Maybe >>>>> when I get a chance. Does your END_DRAG work? Regards Steve