IcedTea-Web 1.2 released!

Andrew Hughes ahughes at redhat.com
Thu Mar 8 05:58:40 PST 2012



----- Original Message -----
> Am Tue, 6 Mar 2012 12:25:02 -0500
> schrieb Deepak Bhole <dbhole at redhat.com>:
> 
> > Ah, here is the problem:
> > 
> > ...
> > ...
> > 
> > import sun.awt.X11.XEmbeddedFrame;
> >                   ^
> > 1 warning
> > Exception in thread "main"
> > java.lang.UnsatisfiedLinkError:
> > /usr/lib/jvm/java-7-openjdk/jre/lib/amd64/xawt/libmawt.so:
> > libXtst.so.6: cannot open shared object file: No such file or
> > directory
> > 
> > ...
> > ...
> > 
> > 
> > the configure script cannot compile the test code successfully due
> > to
> > the above error and therefore things XEmbeddedFrame is not there.
> > After fixing the above issue, it should work again.
> > 
> > Cheers,
> > Deepak
> 
> Thanks for pointing me there. Our optional dependency on gtk2 doesn't
> pull in automatically libxtst in our build environment. This is fixed
> now here and icedtea-web passes now configure.
> 

I'm confused.  IcedTea7 will check for xtst during configure:

dnl Check for libXtst headers and libraries.
PKG_CHECK_MODULES(XTST, xtst,[XTST_FOUND=yes],[XTST_FOUND=no])
if test "x${XTST_FOUND}" = xno
then
  AC_MSG_ERROR([Could not find Xtst - \
  Try installing libXtst-devel.])
fi

How did you manage to build without it?

> -Andy
> 

-- 
Andrew :)

Free Java Software Engineer
Red Hat, Inc. (http://www.redhat.com)

PGP Key: 248BDC07 (https://keys.indymedia.org/)
Fingerprint = EC5A 1F5E C0AD 1D15 8F1F  8F91 3B96 A578 248B DC07




More information about the distro-pkg-dev mailing list