Opened 14 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)
Changed 14 years ago by
Attachment: | endian-blob.diff added |
---|
comment:1 Changed 14 years ago by
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 Changed 14 years ago by
Owner: | changed from raikov to Ivan Raikov |
---|---|
Status: | new → assigned |
oops, wrong username; iraikov, not raikov :)
comment:3 Changed 13 years ago by
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