From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4484 invoked by alias); 27 Feb 2009 13:59:06 -0000 Received: (qmail 4473 invoked by uid 22791); 27 Feb 2009 13:59:04 -0000 X-SWARE-Spam-Status: No, hits=-1.0 required=5.0 tests=AWL,BARRACUDA_BRBL,BAYES_00,RCVD_IN_DNSWL_LOW,SARE_SUB_ENC_UTF8,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from main.gmane.org (HELO ciao.gmane.org) (80.91.229.2) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 27 Feb 2009 13:58:56 +0000 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Ld3Eq-0002fu-Ao for sid@sources.redhat.com; Fri, 27 Feb 2009 13:58:52 +0000 Received: from host79.200-117-196.telecom.net.ar ([200.117.196.79]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 27 Feb 2009 13:58:52 +0000 Received: from dgaydou by host79.200-117-196.telecom.net.ar with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 27 Feb 2009 13:58:52 +0000 To: sid@sources.redhat.com From: David Gaydou Subject: Re: Sid verbose trace reveals missing sid-control-tksm component - =?utf-8?b?CWFnYWlu?= Date: Fri, 27 Feb 2009 13:59:00 -0000 Message-ID: References: <20090226182244.GA21871@redhat.com> <58f42aa00902261057s47ddddabg909c6307e51aa2a1@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit User-Agent: Loom/3.14 (http://gmane.org/) X-IsSubscribed: yes Mailing-List: contact sid-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: sid-owner@sourceware.org X-SW-Source: 2009-q1/txt/msg00014.txt.bz2 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.