-
peplin committed revision 157 to the Design By Contract for C++ (DBC++) SVN repository, changing 1 files.
2009-09-08 18:30:58 UTC in Design By Contract for C++ (DBC++)
-
Your best bet is probably to create a GizmoDevice class for the controller and grab exclusive access in Gizmod before X11 can recognize it as a keyboard. Then figure out what event Gizmod gets when you press the button in debug mode, and set up a Gizmo script to catch it.
I did this for a custom PS/2 controller I made that was recognized as a mouse, and it did require a little bit of...
2009-06-30 03:14:33 UTC in Gizmo Daemon
-
I remember reading something in the documentation when I first started using Gizmod about this check. Essentially, the usual case is that Gizmod is used to translate input from a custom controller to standard keyboard and mouse events. It does so by capturing the custom events, and replaying them to the keyboard + mouse as your scripts are configured.
If Gizmod doesn't know which input is the...
2009-05-11 13:10:14 UTC in Gizmo Daemon
-
For anyone trying that deb, you will need to create a symlink for libGizmod like this:
$ sudo ln -s /usr/lib/libGizmod.so.3.4.0 /usr/lib/libGizmod.so.3
Not sure what I did wrong there, but this will fix it.
2008-11-09 18:46:23 UTC in Gizmo Daemon
-
Now that I look closer, I'm not sure if I was using boost 1.34 or 1.35 - both seem to be available in the Intrepid repo, with 1.34 being the default.
2008-11-09 17:10:41 UTC in Gizmo Daemon
-
I was using boost 1.35, from the intrepid repo. I upgraded these packages from that PPA to go to boost 1.36:
libboost-date-time1.36.0 libboost-system1.36.0 libboost-filesystem1.36.0 libboost-thread1.36.0 libboost-wave1.36.0 libboost-system-dev libboost-wave-dev libboost-filesystem-dev
libboost-thread-dev libboost-test1.36.0 libboost-test-dev libboost-signals1.36.0 libboost-signals-dev...
2008-11-09 16:53:20 UTC in Gizmo Daemon
-
I can confirm this same bug. I followed Tim's request at Launchpad (https://bugs.launchpad.net/ubuntu/+source/gizmod/+bug/293082) to compile from SVN, and I received this same error. Looks like there's a problem with boost, as I've seen this same bug reported elsewhere (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=502136).
2008-11-08 20:30:04 UTC in Gizmo Daemon