Package: xnee
Severity: serious
Tags: patch

When building 'xnee' in a clean chroot,
I get the following error:

cc  -I../../libxnee/include   -g -DUSE_VERBOSE   -DNO_BUF_VERBOSE  -o xnee  
main.o parse.o ../../libxnee/src/libxnee.a   -lXext  -lXtst -lX11 -lpthread 
-ldl 
/usr/bin/ld: cannot find -lXext
collect2: ld returned 1 exit status
make[3]: *** [xnee] Error 1
make[3]: Leaving directory `/xnee-1.08/xnee/src'

Please add the missing Build-Depends on 'libxt-dev'
to debian/control.

Regards
Andreas Jochens

diff -urN ../tmp-orig/xnee-1.08/debian/control ./debian/control
--- ../tmp-orig/xnee-1.08/debian/control        2005-03-19 14:02:33.014731619 
+0100
+++ ./debian/control    2005-03-19 14:02:31.232070544 +0100
@@ -2,7 +2,7 @@
 Section: x11
 Priority: optional
 Maintainer: Ross Burton <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.1.0), cdbs, autotools-dev, libx11-dev, 
libxtst-dev
+Build-Depends: debhelper (>= 4.1.0), cdbs, autotools-dev, libx11-dev, 
libxt-dev, libxtst-dev
 Standards-Version: 3.6.1
 
 Package: xnee


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to