public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
* One more problem building new Insight
@ 2013-05-24 11:15 Fedin Pavel
  0 siblings, 0 replies; only message in thread
From: Fedin Pavel @ 2013-05-24 11:15 UTC (permalink / raw)
  To: 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.


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-05-24 11:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-24 11:15 One more problem building new Insight Fedin Pavel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).