Re: Status of insight/gdbtk

Keith Seitz <[email protected]> Tue, 10 Mar 2015 11:48:21 -0700
Newsgroups gmane.comp.debugging.insight
Message-ID <[email protected]>
On 03/10/2015 11:15 AM, Marco Aurélio da Cruz wrote:
> The errors for 64-bits are bellow.
>
> checking for Tcl configuration... configure: WARNING: Can't find Tcl
> configuration definitions
> checking for existence of # no Tcl configs found/tclConfig.sh... could
> not find # no Tcl configs found/tclConfig.sh
> checking for Tk configuration... found /usr/lib64/tkConfig.sh
> checking for existence of /usr/lib64/tkConfig.sh... loading
> checking for Tcl private headers... configure: error: could not find
> private Tcl headers
> make[2]: *** [configure-libgui] Error 1
> make[2]: Leaving directory `/opt/arm-none-eabi/insight/bundle'
> make[1]: *** [all] Error 2
> make[1]: Leaving directory `/opt/arm-none-eabi/insight/bundle'
> make: *** [notarget] Error 2

Patrick committed a patch which should have made this work. I build on 
F21 all the time nowadays (directly from Patrick's git repo).

Does your repository have patches/binutils-gdb/003-tclconfig.patch? If 
so, make sure that all the files were regenerated properly. You can 
search for "usrlibdir" in gdb/configure to check. If it isn't in there, 
your configure files were not regenerated to include the fix.

Keith