From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17110 invoked by alias); 2 Mar 2007 18:22:39 -0000 Received: (qmail 17098 invoked by uid 22791); 2 Mar 2007 18:22:38 -0000 X-Spam-Check-By: sourceware.org Received: from wx-out-0506.google.com (HELO wx-out-0506.google.com) (66.249.82.227) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 02 Mar 2007 18:22:34 +0000 Received: by wx-out-0506.google.com with SMTP id t13so792489wxc for ; Fri, 02 Mar 2007 10:22:32 -0800 (PST) Received: by 10.90.98.10 with SMTP id v10mr1802244agb.1172859752190; Fri, 02 Mar 2007 10:22:32 -0800 (PST) Received: by 10.90.50.9 with HTTP; Fri, 2 Mar 2007 10:22:32 -0800 (PST) Message-ID: <81c474d20703021022i788f4f06k9d02c953f78e24c9@mail.gmail.com> Date: Fri, 02 Mar 2007 18:22:00 -0000 From: "Michael Ambrus" To: "Frank Ch. Eigler" Subject: Re: Building SID Cc: sid@sourceware.org In-Reply-To: <20070302181049.GD18204@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <81c474d20702251137j3e65f89aidf58a2e4cf019252@mail.gmail.com> <20070226002136.GA19131@redhat.com> <81c474d20702251644n352ea169kdf6f9ffcbc591fb7@mail.gmail.com> <20070226185359.GC19131@redhat.com> <81c474d20703020618l3806c167ib8d04a6fa94399d@mail.gmail.com> <45E8499F.7020702@redhat.com> <81c474d20703020831g6cefb685v3fe871adec394962@mail.gmail.com> <20070302172221.GC18204@redhat.com> <81c474d20703021000t5cc1cadbp5174155897e2b2eb@mail.gmail.com> <20070302181049.GD18204@redhat.com> 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: 2007-q1/txt/msg00041.txt.bz2 > tksm is a little tk-based gui for sid. It lets one gaze lovingly at > all the simulation components, and all their glorious attributes. > Those suffering from an aggressive fingertip can even modify said > attributes. This allows e.g. time to be stopped (via schedulers' > attributes). Nice 1! > tksm is built as a tk script on top of the general tcl<->sid bridge > component. That in turn requires tcl development libraries/headers to > be available at build time. Were those around? Did you run a "make > install" and see the tksm source files be copied over? I had tcl dev installed but for tk only run-time libs (both 8.4) :/ Dave, regarding the thow patch: you reverted to the same as it was 2 revisions ago. It chokes gcc 4.0 for some reason (something about a loose throw...). Can't you put the thow() inside the {}? /MA