[Therion] Therion hanging after compile

2014-06-14 Thread Olly Betts
On Fri, Jun 13, 2014 at 11:15:26AM +0100, Wookey wrote: > +++ Jenny Black [2014-06-11 19:12 +1200]: > >Olly has just had a look (thank you Olly!), and in xtherion he changed: > >set rx {\S*[^\]\s]\s+\[\d+\]} > >to: > >set rx {\s\[\d+\]} > >It now no longer hangs, and runs as

[Therion] wxWidgets 3.0.0

2014-06-14 Thread Olly Betts
On Sat, Jun 14, 2014 at 12:16:31PM +0200, Stacho Mudrak wrote: > Unfortunatelly, I do not understand what exactly is the problem with wx 3.0. > > I have installed debian jessie/sid on my virtual linux box and all I needed > to do to get therion 5.3.15 working was related to VTK6. > > I needed to

[Therion] wxWidgets 3.0.0

2014-06-14 Thread Wookey
+++ Stacho Mudrak [2014-06-14 12:16 +0200]: >Unfortunatelly, I do not understand what exactly is the problem with wx >3.0. >I have installed debian jessie/sid on my virtual linux box and all I >needed to do to get therion 5.3.15 working was related to VTK6. >I needed to change

[Therion] Some patches

2014-06-14 Thread Wookey
+++ Olly Betts [2014-06-07 06:43 +0100]: > Hi therioneers, > > Attached are five patches: ... > therion-fix-init-order.patch > > In C++, class members are initialised in the order declared in the > class, and it's clearer if the order of the initialiser list matches > the order the members are