You are not logged in.
Pages: 1
hi. I discovered wumwum (http://wumwum.sourceforge.net/). When I start the launcher there is this error:
BEGIN failed--compilation aborted at ./wumwum.pl line 21.The 21st line is use X11::Keyboard;
I don't know what package I need to install.
Thanks
Last edited by cinan (2008-12-19 16:56:29)
Offline
Could be in perl-x11-protocol.
Offline
Reading is always good:
Do I need to install something ?
yes. you need wmctrl, xprop, xwininfo and osd_cat. Additionally you need the perl modules X11::Protocol and X11::Keyboard.
Arch perl packages are named perl-module-name - i.e. all in lower case, and with a '-' instead of any '::' - hence Procyon's correct suggestion. You will need to create your own perl-x11-keyboard package - use any official perl package as a template. You can also read the Perl Policy wiki page, although it is currently in need of updating.
Offline
tomk: Thanks. I downloaded archive from search.cpan.org/dist/X11-Keyboard and it works!
And wumwum also works.
edit:
oh no, other error:
Protocol error: bad 10 (Access); Sequence Number 17
Opcode (33, 0) = GrabKey
at ./wumwum.pl line 71for (;;) {
while ($fds->can_read(0)) {
$x->handle_input; //line 71
}
}Last edited by cinan (2008-12-19 16:58:36)
Offline
Pages: 1