Hi Ole, On Mon, Mar 17, 2014 at 12:56 PM, Оlе Ѕtrеісhеr <[email protected]> wrote: > Hi, > > I just got an FTBS bug report [1] for one of my packages that depend on > tcl and was not trying to be recompiled against 8.6.1. > > If I look into the #include statement in generic/tclInt.h, this has > changed now from > > #include "../unix/tclUnixPort.h" > > to > > #include "tclUnixPort.h" > > My question is now why this change was made and how can I avoid this.
It was an upstream decision (I don't know why). Currently to use tclInt.h you'll have to add -I<whatever>/unix to your gcc command line. I did maintain a patch which reverted this change for a while, but now I don't see the point for diversion from upstream. Cheers! -- Sergei Golovan _______________________________________________ Pkg-tcltk-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-tcltk-devel
