java.awt.Robot needs libXtst

Thomas Fitzsimmons fitzsim@redhat.com
Mon Aug 22 22:11:00 GMT 2005


On Mon, 2005-08-22 at 15:07 -0700, Per Bothner wrote:
> Thomas Fitzsimmons wrote:
> > I think it's fair to require an X development package when building the
> > GTK peers.  And libXtst seems to be shipped with Xorg.
> 
> An interesting factor:
> 
> make bootstrap (fails)
> (followed by)
> make configure-target-libjava (works)
> 
> while
> 
> make bootstrap (fails)
> (followed by)
> rm -rf x86_64-unknown-linux-gnu
> (followed by)
> make configure-target-libjava (fails!)
> 
> (I think: I have to double-check it - after all this is
> rather confusing!)
> 
> I'm wondering if it's a 32-it vs 64-bit confusion.
> My config.guess returns x86_64-unknown-linux-gnu, and
> make configure-target-libjava tries to create both:
> x86_64-unknown-linux-gnu/32/libjava
> x86_64-unknown-linux-gnu/libjava

Do you have both the x86-64 and i386 versions of xorg-x11-devel and
xorg-x11-libs installed?

Tom




More information about the Java mailing list