Hi all, I tested out all the packages in ppa:utouch-team/unstable, but geistest was segfaulting for me. I'm guessing Stephen never saw the issue because you needed five or more touches to cause the crash.
While I was at it, I also updated the attribute definitions and fixed some compilation warnings (the only warnings that remain are for work that's yet to be written). The other notable change was to make the integer values like GeisInteger be ints instead of longs, because sizeof(long) varies between architectures. This was already causing a compilation warning in geistest on amd64, and I don't think any library interface should be using longs anyways. I proposed these changes through a merge request against trunk. I also went ahead and made a 1.0.10 tarball locally and merged it into a packaging branch. If there are no issues with the trunk merge request, just 'bzr pull' it and then 'bzr pull' the packaging branch changes. I pushed a tentative 1.0.10-0ubuntu1~utouch1 version to the unstable ppa for others to test. Thanks, -- Chase _______________________________________________ Mailing list: https://launchpad.net/~multi-touch-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~multi-touch-dev More help : https://help.launchpad.net/ListHelp

