[Pkg-tcltk-devel] Bug#548656: tcl8.5-dev does not include tommath_class.h
Konstantin Khomoutov
flatworm at users.sourceforge.net
Sun Sep 27 23:24:27 UTC 2009
Package: tcl8.5-dev
Version: 8.5.3-2
Severity: important
tcl8.5-dev does not include certain public headers from libtommath.
For instance, when trying to build the TclRAL package against
the tcl8.5-dev I get this error:
.... -c `echo ./src/ral_attribute.c` -o ral_attribute.o
In file included from ./src/ral_attribute.c:69:
/usr/include/tcl8.5/tclTomMath.h:29:27: error: tommath_class.h: No such file or directory
Simple grepping the /usr/include/tcl8.5/tclTomMath.h yileds:
% grep #include /usr/include/tcl8.5/tclTomMath.h
#include <tclTomMathDecls.h>
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <ctype.h>
#include <limits.h>
#include <tommath_class.h>
but the tommath_class.h is not installed:
% find /usr/include/tcl8.5 -name tommath_class.h
%
Additional info: tommath_class.h also references tommath_superclass.h,
so both of them should be installed.
-- System Information:
Debian Release: 5.0.3
APT prefers stable
APT policy: (500, 'stable')
Architecture: i386 (i686)
Kernel: Linux 2.6.26-2-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages tcl8.5-dev depends on:
ii tcl8.5 8.5.3-2 Tcl (the Tool Command Language) v8
tcl8.5-dev recommends no packages.
Versions of packages tcl8.5-dev suggests:
ii tcl8.5-doc 8.5.3-2 Tcl (the Tool Command Language) v8
-- no debconf information
More information about the Pkg-tcltk-devel
mailing list