[Pkg-tcltk-devel] tcl8.6-dev: tclPort.h

Sergei Golovan sgolovan at nes.ru
Mon Mar 17 09:01:36 UTC 2014


Hi Ole,

On Mon, Mar 17, 2014 at 12:56 PM, Оlе Ѕtrеісhеr
<debian-devel at liska.ath.cx> 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



More information about the Pkg-tcltk-devel mailing list