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]

One more problem building new Insight


 Hello!

 Updated gdb's configure script cannot find TCL private includes:
--- cut ---
Checking for Tcl configuration... (cached) found
/e/Projects/insight/src/tcl/win/tclConfig.sh
Checking for Tk configuration... (cached) found
/e/Projects/insight/src/tk/win/tkConfig.sh
Checking for existence of /e/Projects/insight/src/tcl/win/tclConfig.sh...
loading
Checking for Tcl private headers... configure: error: could not find private
Tcl headers
--- cut ---

 Analysis shows that the script looks for these includes in
${TCL_INCLUDE_SPEC}/tcl-private/generic. TCL_INCLUDE_SPEC is provided by
tclConfig.sh, and is equal to $prefix/include.
 But why is it looking for private includes there ? They are part of source
code and are not expected to be there. Shouldn't this be
${TCL_SRC_DIR}/tcl-private/generic instead ?

 Kind regards.



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