This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: java.awt.Robot needs libXtst
- From: Tom Tromey <tromey at redhat dot com>
- To: Per Bothner <per at bothner dot com>
- Cc: java at gcc dot gnu dot org
- Date: 22 Aug 2005 10:57:44 -0600
- Subject: Re: java.awt.Robot needs libXtst
- References: <430A00B3.6030507@bothner.com>
- Reply-to: tromey at redhat dot com
>>>>> "Per" == Per Bothner <per@bothner.com> writes:
Per> I'd like to build/test libgcj with awt, but that builds
Per> java.awt.Robot which requires libXtst. I'm running Fedora
Per> Core 4 with "everything" installed, and I don't have it,
Per> so it seems likely lots of people wouldn't have it either.
On my FC4 box this library is in the xorg-x11-devel package.
Per> Perhaps if configure doesn't find libXtst, it should either
Per> (1) disable the Robot functionality; or
Per> (2) print a more useful error message.
I agree.
Tom