Hi! We had the same problem in Ubuntu:
https://launchpad.net/distros/ubuntu/+source/tk8.3/+bug/17729 I attach the patch we used. Can you please apply it in Debian, too? Thank you, Martin -- Martin Pitt http://www.piware.de Ubuntu Developer http://www.ubuntu.com Debian Developer http://www.debian.org In a world without walls and fences, who needs Windows and Gates?
--- tk8.3-8.3.5/unix/tcl.m4.orig 2005-06-03 07:12:41.000000000 +0000
+++ tk8.3-8.3.5/unix/tcl.m4 2005-06-03 07:13:23.000000000 +0000
@@ -1753,7 +1753,7 @@
fi
if test "$no_x" = "yes" -o "$not_really_there" = "yes"; then
AC_MSG_CHECKING(for X11 header files)
- XINCLUDES="# no special path needed"
+ XINCLUDES=""
AC_TRY_CPP([#include <X11/Intrinsic.h>], , XINCLUDES="nope")
if test "$XINCLUDES" = nope; then
dirs="/usr/unsupported/include /usr/local/include /usr/X386/include
/usr/X11R6/include /usr/X11R5/include /usr/include/X11R5 /usr/include/X11R4
/usr/openwin/include /usr/X11/include /usr/sww/include"
@@ -1769,7 +1769,7 @@
if test "$x_includes" != ""; then
XINCLUDES=-I$x_includes
else
- XINCLUDES="# no special path needed"
+ XINCLUDES=""
fi
fi
signature.asc
Description: Digital signature

