Bug#633501: libjinput-jni: contains undefined symbol EVIOCGUSAGE

Sébastien Guillemin sebastien.guillemin at gmail.com
Mon Nov 21 10:53:55 UTC 2011


Hi,

  Don't know if you got a test program in the meanwhile. In case you
didn't, here is one (not very useful, but it does trigger the error).

package com.example;
import net.java.games.input.test.ControllerEventTest;
public class TestApp
{
	public static void main(String args[])
	{
		ControllerEventTest eventTest = new ControllerEventTest();
	}
}

--
Seb





More information about the pkg-java-maintainers mailing list