From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25407 invoked by alias); 4 Nov 2009 19:19:15 -0000 Received: (qmail 25398 invoked by uid 22791); 4 Nov 2009 19:19:14 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 04 Nov 2009 19:19:08 +0000 Received: from int-mx08.intmail.prod.int.phx2.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id nA4JJ5V1024991; Wed, 4 Nov 2009 14:19:05 -0500 Received: from [IPv6:::1] (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx08.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id nA4JJ2Po008063 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 4 Nov 2009 14:19:04 -0500 Message-ID: <4AF1D3A5.1040804@redhat.com> Date: Wed, 04 Nov 2009 19:19:00 -0000 From: Keith Seitz User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.4pre) Gecko/20091014 Fedora/3.0-2.8.b4.fc11 Lightning/1.0pre Thunderbird/3.0b4 MIME-Version: 1.0 To: =?ISO-8859-1?Q?=22Mar=EDa_de_los_A=2E_V=E1zquez=22?= CC: insight@sourceware.org Subject: Re: Fw: Initialization Commands References: <4AEF4006.8020604@redhat.com> <50C6D56245CE4AFDBA0A2853C2CA378D@HELP3> <4AEF54E4.2070209@redhat.com> <519FEDB294554B38AA780E6E14D10F98@HELP3> <4AF1CAFA.2080209@redhat.com> <3016172ABB7447CB8ED230D87BCDDD02@HELP3> In-Reply-To: <3016172ABB7447CB8ED230D87BCDDD02@HELP3> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit 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: 2009-q4/txt/msg00014.txt.bz2 On 11/04/2009 11:10 AM, María de los A. Vázquez wrote: > I did it but I got an error: > > (gdb) tk set ::env(INSIGHT_FORCE_READ_PREFERENCES) > Error: can't read "::env(INSIGHT_FORCE_READ_PREFERENCES)": no such variable This means that "INSIGHT_FORCE_READ_PREFERENCES" was not defined in the environment -- double-check your setting of this. [You might have to log-out and log back into your computer (or even restart it) for Windows to recognize this. I don't know exactly, it has been a very long time since I used Windows.] Can you open a (command) shell and view the environment variables? [I think that's the "env" command, but don't hold me to it. Like I said, I haven't used windows seriously for at least ten years.] If so, is INSIGHT_FORCE_READ_PREFERENCES listed? > This is what I got: > > (gdb) tk $::env(HOME) > Error: invalid command name "C:\Users\help" [Of course, the '$' should have been omitted.] Nonetheless, this is the directory that is coming up as your home directory. [Is "HOME" set in your environment?] Unless you define HOME, you will have to place gdbtk.ini/gdb.ini in this directory in order for insight to find it. To be precise, this is where you will have to put gdb.ini (which you should not need). This is where insight will put gdbtk.ini. >> Did you build your version of insight or did you download it from >> somewhere? > > I download it from somewhere. I hope that does not turn into a problem. I have no idea what kind of modifications were made to gdb/insight (if any). What is the output of "show version"? Keith