Hi Guys,
When I install wxPerl from svn with 3.0.0 or 3.0.1 on Kubuntu 14.04 I
get the error:
Error: Cannot parse function definition from 'm_timer(timer) { }'
in XS/Timer.xs, line 111
The lines in question are:
wxTimerRunner(wxTimer& timer) : m_timer(timer) { }
wxTimerRunner(wxTimer& timer, int milli, bool oneShot = false)
If I delete them the compile is fine.
Does anyone have any ideas what might be the problem?
The code with the deleted lines is here:
https://github.com/SteveBz/wxPerl
If anyone wants to test. Please use the Experimental_Dev branch.
Regards
Steve.