This is the mail archive of the insight-prs@sources.redhat.com mailing list for the Insight project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

insight/233: Building insight on HP-UX 11i


>Number:         233
>Category:       insight
>Synopsis:       Building insight on HP-UX 11i
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Jun 26 16:33:00 UTC 2003
>Closed-Date:
>Last-Modified:
>Originator:     sonison_james@hotmail.com
>Release:        5.2.1
>Organization:
>Environment:

>Description:
gdb does not build on HP-UX 11i. I get an error message for the file insight/libiberty/floatformat.c.

>How-To-Repeat:

>Fix:
In order to build insight on HP-UX 11i I had to make a change in the file "insight/libiberty/floatformat.c" in order to compile gdb. Added one line at line 24 (inside the __STDC__ ifdef block)

#include <sys/_size_t.h>

I had followed all the steps mentioned in the README before making this change. I got the executable for gdb and was able to use it after this change. Please let me know if I had missed something or am doing something wrong.

>Release-Note:
>Audit-Trail:
>Unformatted:


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]