From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21838 invoked by alias); 6 Nov 2003 16:11:01 -0000 Mailing-List: contact insight-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sources.redhat.com Received: (qmail 21817 invoked from network); 6 Nov 2003 16:11:00 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 6 Nov 2003 16:11:00 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id hA6GB0M01950 for ; Thu, 6 Nov 2003 11:11:00 -0500 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id hA6GB0630619; Thu, 6 Nov 2003 11:11:00 -0500 Received: from [150.1.200.14] (vpn50-53.rdu.redhat.com [172.16.50.53]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id hA6GAwH8016522; Thu, 6 Nov 2003 11:10:59 -0500 Subject: Re: Hi dev c++ uses the base debugger you mentioned & I would like to use that there was a sinple download. From: Keith Seitz To: josh wojnas Cc: "insight@sources.redhat.com" In-Reply-To: <20031106052425.65274.qmail@web41205.mail.yahoo.com> References: <20031106052425.65274.qmail@web41205.mail.yahoo.com> Content-Type: text/plain Organization: Message-Id: <1068135264.1734.17.camel@lindt.uglyboxes.com> Mime-Version: 1.0 Date: Thu, 06 Nov 2003 16:11:00 -0000 Content-Transfer-Encoding: 7bit X-SW-Source: 2003-q4/txt/msg00075.txt.bz2 On Wed, 2003-11-05 at 21:24, josh wojnas wrote: > Hi dev c++ uses the base debugger you mentioned & I would like to use > that there was a sinple download. Where I install it over some > directory and I am ready. Now I am useing windows so saying build ... > is way out of my scope. I don't want to have to be a comp sci person > to have to use your tool if it was acsessible by more people more > would like it. etc. Never heard of "hi dev c++", but if you they say the use insight, then let them supply binaries for it. However, you also say that you're on windows. So that means the "hi dev c++" is using gcc and gdb, which means that you will need Cygwin (a posix layer for Windows). You will need to install cygwin anyway, and cygwin *does* have binary insight packages available from the setup application. Go to http://www.cygwin.com to install cygwin. Of course, I admit that your following contradictory statements really confuse me. You "don't want to have to be a comp sci person" and build the tools, but you want to write applications in C/C++? [Building Insight, like almost any other free software application, is actually quite easy, even on cygwin.] Good luck. Keith