From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2041 invoked by alias); 26 Oct 2013 18:47:43 -0000 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 Received: (qmail 2022 invoked by uid 89); 26 Oct 2013 18:47:42 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 26 Oct 2013 18:47:41 +0000 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r9QIldxw018534 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sat, 26 Oct 2013 14:47:39 -0400 Received: from valrhona.uglyboxes.com (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id r9QIlcWf030629 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 26 Oct 2013 14:47:39 -0400 Message-ID: <526C0E4A.6060808@redhat.com> Date: Sat, 26 Oct 2013 18:47:00 -0000 From: Keith Seitz User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130625 Thunderbird/17.0.7 MIME-Version: 1.0 To: Jorge Calderon CC: insight@sourceware.org Subject: Re: Bug References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2013-q4/txt/msg00001.txt.bz2 On 10/25/2013 10:40 PM, Jorge Calderon wrote: > I'm unable to reach the bug reporting database (500 error): I'll look into it, thanks. > I getting the following error while running make on version 6.8a using Fedora: > > clang -c -DHAVE_CONFIG_H -ggdb3 -O0 -std=c99 -Wall -Werror -I. > -I../../insight-6.8/libiberty/../include -W -Wall -Wwrite-strings > -Wc++-compat -Wstrict-prototypes -pedantic > ../../insight-6.8/libiberty/regex.c -o regex.o > ../../insight-6.8/libiberty/regex.c:130:7: error: incompatible redeclaration of > library function 'malloc' [-Werror,-Wincompatible-library-redeclaration] > char *malloc (); 6.8? That's like eight years old... I *really* recommend trying something newer, like 7.5 or 7.6. You will, however, have to build it yourself, and that just got complicated. Actually, *really* complicated. GDB has moved to GIT and is no longer maintaining the CVS repository. I am in the process of moving Insight to GIT, too, but I am not ready with it. In the meantime, you can still grab GDB from either CVS or GIT and insight from CVS (src/gdb/gdbtk and src/libgui are all that is needed). I've given detailed instructions on how to patch and build insight here: https://sourceware.org/ml/insight/2013-q3/msg00018.html If you run into any problems, send a note to the mailing list, and I will help you get through it. Heck, if you want a working tarball or something, I can probably post a snapshot to the FTP site. Just let me know. Keith