This is the mail archive of the insight@sourceware.org mailing list for the Insight project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH/itcl] Update to Itcl 3.3


>>>>> "Keith" == Keith Seitz <keiths@redhat.com> writes:

Keith> I've committed a mega-patch (omitted) to update the sourceware Itcl to
Keith> version 3.3. This is needed because Itcl 3.2 does not support TEA (Tcl
Keith> Extension Architecture), which we really need in order to use a
Keith> system-installed Tcl/Tk/Itcl/Itk/Iwidgets.

Today I tried to build a gdb patch which touches gdbtk, and
gdb/config.status hung.  I tracked this down to some bad definitions
in the generated itkConfig.sh.

E.g.:

opsy. pwd
/home/tromey/gnu/baseline-gdb/build/itcl/itk
opsy. grep @ itkConfig.sh 
ITCL_VERSION='@ITCL_VERSION@'
ITK_LIB_FILE=@ITK_LIB_FILE@
ITK_BUILD_LIB_SPEC='@ITK_BUILD_LIB_SPEC@'
ITK_LIB_SPEC='@ITK_LIB_SPEC@'
ITK_STUB_LIB_FILE=@ITK_STUB_LIB_FILE@
ITK_BUILD_STUB_LIB_SPEC='@ITK_BUILD_STUB_LIB_SPEC@'
ITK_STUB_LIB_SPEC='@ITK_STUB_LIB_SPEC@'
ITK_SRC_DIR='@ITK_SRC_DIR@'


I think this probably came from this patch.

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]