| Issue 1: | wizardpen sources can't be compiled for Xorg 1.6 (Fedora 11) |
1 of 6
Next ›
|
| 3 people starred this issue and may be notified of changes. | Back to list |
When I try to compile the wizardpen (./configure and then make), make fails with the following error: wizardpen.c:648: error: too many arguments to function ‘InitValuatorClassDeviceStruct’ make[2]: *** [wizardpen.lo] Error 1 make[2]: Leaving directory `/home/user1/Downloads/wizardpen-0.6.0.2/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/panormitis/Downloads/wizardpen-0.6.0.2' make: *** [all] Error 2 |
|
,
Mar 22, 2009
Hi, I've solved that error ;-) You have to delete parameter 'xf86GetMotionEvents' in file 'src/wizardpen.c' on line 648: if (InitValuatorClassDeviceStruct(dev,3,xf86GetMotionEvents,local->history_size,((priv->flags & ABSOLUTE_FLAG)? Absolute: Relative)|OutOfProximity)== FALSE) The line will look like this: if (InitValuatorClassDeviceStruct(dev,3,local->history_size,((priv->flags & ABSOLUTE_FLAG)? Absolute: Relative)|OutOfProximity)== FALSE) Good luck ;-) |
|
,
Apr 21, 2009
Is this issue fixed in 0.7-alpha2? |
|
,
Apr 21, 2009
I personally had made the fix, but still haven't had a 8.10 machine to confirm whether it will compile correctly there :). Would benefit from some testing before closing that. |
|
,
Jun 17, 2009
Hi, With Fedora 11, I compile wizardpen-0.6.1rc2 without any error applying "Comment 1". wizardpen-0.7.0-alpha2 compiles correctly without any change and works fine too. Great job. Thanks |
|
,
Aug 10, 2009
Yeah, I made an RPM for wizardpen 0.7.0-alpha2, and managed to configure my tablet succesfully. I'll gladly share for it to be submitted on the page. I had to modify the tar filename for it to work, mainly because I suck at making specfiles from packages that use "-" on them, other than that, nothing else was modified. |
|
,
Aug 22, 2009
Just upgraded my (not working) 6.0.2-4 to this 0.7.0.0 on my FC11 with a Genius MousePen 5x4 and it works 100% including pressure sensitivity in Gimp. Nice one guys. -Nixon |
|
|
|