From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28682 invoked by alias); 5 Apr 2010 03:00:26 -0000 Received: (qmail 28432 invoked by uid 22791); 5 Apr 2010 02:59:57 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=BAYES_00,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from lo.gmane.org (HELO lo.gmane.org) (80.91.229.12) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 05 Apr 2010 02:59:51 +0000 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1NycXU-0002dL-C6 for insight@sources.redhat.com; Mon, 05 Apr 2010 04:59:48 +0200 Received: from 24-158-184-117.dhcp.jcsn.tn.charter.com ([24.158.184.117]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 05 Apr 2010 04:59:48 +0200 Received: from gds by 24-158-184-117.dhcp.jcsn.tn.charter.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 05 Apr 2010 04:59:48 +0200 To: insight@sources.redhat.com From: Gene Smith Subject: Re: Using system tcl/tk version 8.5 Date: Mon, 05 Apr 2010 03:00:00 -0000 Message-ID: References: <4BA3233C.9090604@redhat.com> <4BB2DF85.10208@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100330 Fedora/3.0.4-1.fc12 Thunderbird/3.0.4 In-Reply-To: <4BB2DF85.10208@redhat.com> X-IsSubscribed: yes Mailing-List: contact insight-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sourceware.org X-SW-Source: 2010-q2/txt/msg00003.txt.bz2 Keith Seitz wrote, On 03/31/2010 01:37 AM: > On 03/19/2010 10:33 PM, Gene Smith wrote: >> Well, it runs and I can almost debug. (I renamed them to 8.4 to get it >> to link then changed the names back to 8.5 to run insight.) > > This sounds like something very unexpected happened. The build must have > found the wrong versions of the libraries. > >> I just tried with the real system and openocd server. It runs but is >> weird. Sometimes won't step. Keyboard doesn't work in dialogs. Radio >> buttons are all highlighted and can't select things. Some strange icons >> buttons (a movie camera?). Fonts don't look good. > > This is *very* odd. I've never seen this. Could you try starting up with > "-nx" to suppress reading the preferences file. Does that get you any > further? [I don't think this patch is entirely correct, BTW, but > probably close.] > > Can you tell me the entire build procedure you used? Didn't get much time but tried it again this weekend with latest CVS HEAD. Seems like quite a bit has changed, not sure. Anyhow, when I configure like this in my usual way: ../insight_sources/configure -v --quiet --prefix=$PREFIX \ --target=$TARGET --enable-interwork --enable-multilib \ --with-gnu-ld --with-gnu-as --with-tcl=/usr/lib64 \ --with-tk=/usr/lib64 \ --disable-werror --host=i686-pc-linux-gnu --build=i686-pc-linux-gnu I get errors when configuring itcl: mkdir -p -- ./itcl Configuring in ./itcl config.status: WARNING: ../../../insight_sources/itcl/itcl/Makefile.in seems to ignore the --datarootdir setting configure: WARNING: Found Makefile - using build library specs for itcl config.status: WARNING: ../../../insight_sources/itcl/itk/Makefile.in seems to ignore the --datarootdir setting configure: error: Can't find Itcl source. Use --with-itcl to specify the the toplevel incr Tcl directory on your system. (This directory should contain itcl/library/itcl.tcl, itk/library/itk.tcl, and config/mkinstalldirs.) configure: error: ../../../insight_sources/itcl/iwidgets/configure failed for iwidgets make[1]: *** [configure-itcl] Error 1 make[1]: Leaving directory `/home/gene/addons/insight-cvs/insight_build' make: *** [all] Error 2 Tried to add --with-itcl=/usr/lib64 and --with-itk=/usr/lib64 with the same result. Any idea what this could be? Have all the tcl/tk/itcl/itk runtime and dev packages installed. Also, everything for iwidgets intalled. This step worked with the previous HEAD version that I got a couple weeks ago. Do I need source code for itcl? -gene