Re: Sid verbose trace reveals missing sid-control-tksm component - again
David Gaydou <[email protected]> Fri, 27 Feb 2009 13:58:44 +0000 (UTC)
| Newsgroups | gmane.comp.emulators.sid.devel |
|---|---|
| Message-ID | <[email protected]> |
hi, > The config.log file should explain more about this problem. I wasn't able to figure out what the problem is from this log-file. > Another possibility is to remove the tcl & tk subdirectories > from the sid tree (by renaming temporarily) to see if the > system tcl libraries are deemed suitable. to test this i made: make distclean on /sid/component/tcl folder an then i repeted the process: % cd /BUILDTREE % /SOURCETREE/src/configure --prefix=/INSTALLTREE [OTHEROPTIONS] % make all install ... still compiling... and it will be so for a long time.. :( but in the meanwhile i found this: -------------------------------------------------------------------------- dnl allow user to set this: AC_ARG_WITH(tcl-lib, [ --with-tcl-lib=FLAG add FLAG to LIBS to find tcl library]) AC_ARG_WITH(tcl-include, [ --with-tcl-include=FLAG add FLAG to CPPFLAGS to find tcl headers]) AC_ARG_WITH(tk-lib, [ --with-tk-lib=FLAG add FLAG to LIBS to find tk library]) AC_ARG_WITH(tk-include, [ --with-tk-include=FLAG add FLAG to CPPFLAGS to find tk headers]) AC_ARG_WITH(blt-lib, [ --with-blt-lib=FLAG add FLAG to LIBS to find blt library]) AC_ARG_WITH(blt-include, [ --with-blt-include=FLAG add FLAG to CPPFLAGS to find blt headers]) -------------------------------------------------------------------------- in the configure.in file in the sid/component/tcl folder; since i don't kwon much about auto-tools, i wanted to ask if that means that it is possible to pass the path to tcl.h and tk.h files during configure or make steps. Cheers.