tags 347475 + patch thanks Hi Amaya,
I managed to reproduce the bug with pbuilder and found a fix. The problem is that the detection the X11 directory is based on the detection of libXt. Adding libxt-dev to the build-dependencies means the configure script can find where to get the X11 lib. Se patch attached. Regards, Regis -- "While a monkey can be a manager, it takes a human to be an engineer" Erik Zapletal
--- fkiss-0.33a.patch/debian/control 2006-01-13 22:50:30.536318080 +0000 +++ fkiss-0.33a.patch.patched/debian/control 2006-01-13 22:47:27.318171000 +0000 @@ -2,7 +2,7 @@ Section: games Priority: optional Maintainer: Amaya Rodrigo Sastre <[EMAIL PROTECTED]> -Build-Depends: debhelper (>=4), autotools-dev, automake, libx11-dev, x-dev +Build-Depends: debhelper (>=4), autotools-dev, automake, libx11-dev, libxt-dev Standards-Version: 3.6.2.0 Package: fkiss