Package: sattrack
Version: 3.1.6-9
Severity: serious
Tags: patch

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

../src/sattrack/satgraph.c:1608: error: 'StructureNotifyMask' undeclared (first 
use in this function)
../src/sattrack/satgraph.c:1609: error: 'XtEventHandler' undeclared (first use 
in this function)
../src/sattrack/satgraph.c:1609: error: parse error before 'ResizeMap'
../src/sattrack/satgraph.c:1610: error: 'VisibilityChangeMask' undeclared 
(first use in this function)
../src/sattrack/satgraph.c:1611: error: parse error before 'RedrawMap'
../src/sattrack/satgraph.c:1612: error: 'ExposureMask' undeclared (first use in 
this function)
../src/sattrack/satgraph.c:1613: error: parse error before 'RedrawMap'
../src/sattrack/satgraph.c:1621: warning: assignment makes pointer from integer 
without a cast
../src/sattrack/satgraph.c:1630: error: request for member 'fid' in something 
not a structure or union
../src/sattrack/satgraph.c:1637: error: request for member 'depth' in something 
not a structure or union
../src/sattrack/satgraph.c:1644: error: 'Drawable' undeclared (first use in 
this function)
../src/sattrack/satgraph.c:1644: error: parse error before 'drawable'
../src/sattrack/satgraph.c:1647: error: parse error before 'drawable'
../src/sattrack/satgraph.c: In function 'TimeEvent':
../src/sattrack/satgraph.c:1691: error: parse error before 'XtIntervalId'
../src/sattrack/satgraph.c: In function 'QuitGraphics':
../src/sattrack/satgraph.c:1783: error: request for member 'fid' in something 
not a structure or union
make[1]: *** [../obj/satgraph.o] Error 1
make[1]: Leaving directory `/sattrack-3.1.6/src'
make: *** [build-x11] Error 2

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

Regards
Andreas Jochens

diff -urN ../tmp-orig/sattrack-3.1.6/debian/control ./debian/control
--- ../tmp-orig/sattrack-3.1.6/debian/control   2004-08-06 14:25:55.475653463 
+0200
+++ ./debian/control    2004-08-06 14:25:28.195962803 +0200
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Hamish Moffatt <[EMAIL PROTECTED]>
 Standards-Version: 3.1.0
-Build-Depends: debhelper
+Build-Depends: debhelper, libx11-dev, libxt-dev
 
 Package: sattrack
 Architecture: any


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

Reply via email to