Martin West wrote:
I am getting the following error cross configuring kaffe for the arm on
fedora core 3 (FC3) ...

checking for XTestQueryExtension in -lXtst... no
configure: error: libXtst NOT found, required for GdkRobot

Hallo Martin,

Kaffe 1.1.5 uses classpath's AWT implementation by default, which in recent versions needs the Xtst extension to X11 to implement AWt robot functionality. If you do not intend to use AWT or swing on your target, you can configure support away for them using --disable-native-awt. If you intend to run 1.1-like AWT applications only, you may want to use the Xlib or Qt/Embedded based AWT implementation available as additional options. See FAQ/FAQ.awt for details on how to configure them, and what they support.

cheers,
dalibor topic

_______________________________________________
kaffe mailing list
[email protected]
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Reply via email to