ADB Keyboard woes

Hey there -

I’ve compiled and installed SDL from the latest tarball. So I went to try a
couple of test programmes. testime seemed to work fine, then I go on to
testkeys.

It reports an error along these lines (sorry, not at my *nix box @tm):

Unable to initialise SDL (Keyboard could no be found)

Well, X can find my keyboard, why can’t SDL? Any compile-time options I need
to set?

Here’s my Spec:

LinuxPPC 2000
Motorola Starmax 3000/200
18 MB RAM
ADB Keyboard (could this be the problem?)

Thanks for any replies,

cuBe–
[add] @cuBe | [inf] finger:cube at caffeine.org.uk | [Insert witty
[pgp] 0x743050CB | [www] http://cube.caffeine.org.uk | quote here]

Well, X can find my keyboard, why can’t SDL? Any compile-time options I need
to set?

What are the permissions for the keyboard, mouse, and console devices?
The X server runs as root, so can open all of these, while your program
may not have access to them.

See ya!
-Sam Lantinga, Lead Programmer, Loki Entertainment Software

Sam Lantinga wrote:

The X server runs as root, so can open all of these, while your program
may not have access to them.

Nope, still doesn’t work even after running w/ root.

cuBe–
[add] @cuBe | [inf] finger:cube at caffeine.org.uk | [Insert witty
[pgp] 0x743050CB | [www] http://cube.caffeine.org.uk | quote here]