Opened 15 years ago
Closed 13 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)
Change History (4)
by , 15 years ago
| Attachment: | endian-blob.diff added |
|---|
comment:1 by , 15 years ago
See also Christian's build (OpenBSD) at http://tests.call-cc.org/experimental/openbsd/x86/2011/03/12/salmonella-report/endian-blob.html
comment:2 by , 15 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
oops, wrong username; iraikov, not raikov :)
comment:3 by , 13 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
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.

Included ansidecl.h