Opened 13 years ago

Closed 12 years ago

#533 closed defect (fixed)

endian-blob includes nonexistant "ansidecl.h"

Reported by: sjamaan Owned by: Ivan Raikov
Priority: major Milestone:
Component: extensions Version: 4.6.x
Keywords: Cc:
Estimated difficulty:

Description

This file is not present on BSD systems. On NetBSD, the gdb distribution is part of base, but it looks like ansidecl.h is simply part of the source tree, but not installed.

To fix, you can just ship ansidecl.h with the egg and change the include directive to use a local file. See attached patch; this allows me to build and install the egg, and the tests succeed.

Attachments (1)

endian-blob.diff (13.1 KB) - added by sjamaan 13 years ago.
Included ansidecl.h

Download all attachments as: .zip

Change History (4)

Changed 13 years ago by sjamaan

Attachment: endian-blob.diff added

Included ansidecl.h

comment:2 Changed 13 years ago by sjamaan

Owner: changed from raikov to Ivan Raikov
Status: newassigned

oops, wrong username; iraikov, not raikov :)

comment:3 Changed 12 years ago by Ivan Raikov

Resolution: fixed
Status: assignedclosed

ansidecl.h is only needed for very old compilers. I have removed the include statement altogether, if anybody is having difficulty compiling feel free to reopen.

Note: See TracTickets for help on using tickets.