Package: antennavis Version: 0.2-3 Severity: serious Tags: patch When building 'antennavis' in a clean 'unstable' chroot, I get the following error:
cc -c -g -ansi -Wall -I/usr/include/tcl8.4 -I/usr/include/tk8.4 togl.c togl.c:34:66: error: X11/Xmu/StdCmap.h: No such file or directory togl.c: In function 'get_rgb_colormap': togl.c:534: warning: implicit declaration of function 'XmuLookupStandardColormap' make[1]: *** [togl.o] Error 1 make[1]: Leaving directory `/antennavis-0.2' make: *** [build-stamp] Error 2 Please add the missing Build-Depends on 'libxmu-dev' to debian/control. Regards Andreas Jochens diff -urN ../tmp-orig/antennavis-0.2/debian/control ./debian/control --- ../tmp-orig/antennavis-0.2/debian/control 2005-04-08 17:53:47.937249123 +0200 +++ ./debian/control 2005-04-08 17:53:45.240773997 +0200 @@ -2,7 +2,7 @@ Section: hamradio Priority: optional Maintainer: Joop Stakenborg <[EMAIL PROTECTED]> -Build-Depends: debhelper (>= 4.0.0), tcl8.4-dev, tk8.4-dev, xlibmesa-gl-dev, xlibmesa-glu-dev +Build-Depends: debhelper, libxmu-dev, tcl8.4-dev, tk8.4-dev, xlibmesa-gl-dev, xlibmesa-glu-dev Standards-Version: 3.6.1 Package: antennavis -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]