On 10/27/2013 04:33 PM, BoomBrusher wrote: > Does anyone have a working mouse button? I'm still trying to figure out > how to resolve these dependencies...with regard to: > > xf86-input-wacom-0.22.1.tar.bz2 > > Google didn't help much, but I may not be searching the correct terms. I > did: > > sudo auto-apt run ./configure > > Got a bunch of 'no's (Oh noes!). I thought it was supposed to pause and > install the dependencies...but to no avail. > > Also tried to 'make' anyway, but it said it couldn't find a makefile? > > Any ideas? > I'm not too experienced in the intricacies of compiling from source, but for what it's worth here's what I did.
After downloading xf86-input-wacom-0.22.1.tar.bz, I extracted the folder xf86-input-wacom-0.22.1 using the archive manager. I then opened a terminal in that folder and ran the command sudo ./configure The output from ./configure ended with a list of several unsatisfied dependencies. Using the synaptic package manager I installed each one. Some of the packages required installing some other packages. I also ran sudo ./configure after installing the packages, which led to a couple more dependencies which needed to beinstalled. After a few iterations sudo ./configure ran without any errors. I than ran sudo make I followed by sudo make install I'm not sure you need to run the last two commands with sudo, but it didn't hurt. Richard -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1243873 Title: wacom tablet 13.10 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/arista/+bug/1243873/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
