public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
* Bug
@ 2013-10-26  5:40 Jorge Calderon
  2013-10-26 18:47 ` Bug Keith Seitz
  0 siblings, 1 reply; 2+ messages in thread
From: Jorge Calderon @ 2013-10-26  5:40 UTC (permalink / raw)
  To: insight

Hello,

I'm unable to reach the bug reporting database (500 error):

http://sourceware.org/cgi-bin/gnatsweb.pl?database=insight&user=guest&password=guest&cmd=login

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 ();

Thanks,

Jorge

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Bug
  2013-10-26  5:40 Bug Jorge Calderon
@ 2013-10-26 18:47 ` Keith Seitz
  0 siblings, 0 replies; 2+ messages in thread
From: Keith Seitz @ 2013-10-26 18:47 UTC (permalink / raw)
  To: Jorge Calderon; +Cc: insight

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-10-26 18:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-10-26  5:40 Bug Jorge Calderon
2013-10-26 18:47 ` Bug Keith Seitz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).