My favorites | Sign in
Project Logo
                
New issue | Search
for
| Advanced search | Search tips
Issue 1: wizardpen sources can't be compiled for Xorg 1.6 (Fedora 11)
3 people starred this issue and may be notified of changes. Back to list
Status:  New
Owner:  ----
Type-Defect
Priority-Medium


Sign in to add a comment
 
Reported by petrounet, Mar 07, 2009
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
Comment 1 by mirek...@seznam.cz, 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 ;-)
Comment 2 by xixsimplicityxix, Apr 21, 2009
Is this issue fixed in 0.7-alpha2?
Comment 3 by felixleong, 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.
Comment 5 by sebastie...@voila.fr, 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  

Comment 6 by nushio, 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. 
wizardpen-0.7.0-0.fc11.i586.rpm
16.6 KB Download
wizardpen.spec
3.4 KB Download
wizardpen-0.7.0-0.fc11.src.rpm
569 KB Download
Comment 7 by christopherverwey, 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
Sign in to add a comment

Hosted by Google Code