Bug 1057819
| Summary: | afp.h contains incorrect paths | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | jason |
| Component: | afpfs-ng | Assignee: | Lubomir Rintel <lkundrak> |
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 20 | CC: | arun, chris.mckeague, csr.spies, iannbugzilla, jchadima, lkundrak, mac, rbu, zman0900 |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 993837 | Environment: | |
| Last Closed: | 2014-01-25 10:34:33 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
jason
2014-01-25 02:25:03 UTC
Thank you for your persistence, but this does not look like a bug to me. It's true that we install the headers into /usr/include/afpfs-ng ourselves, because the build script does not install them at all, but that's a rather common practice. I suspect you're doing #include <afpfs-ng/afp.h> in your program? I believe you should really use= #include <afp.h> and compile with cc -I/usr/include/afpfs-ng instead. If you feel otherwise, please reopen the bug and provide more context (Was I wrong in my assumption? Did xmbc's build tool use the wrong path itself? etc.). *** Bug 1068888 has been marked as a duplicate of this bug. *** *** Bug 993837 has been marked as a duplicate of this bug. *** *** Bug 967500 has been marked as a duplicate of this bug. *** *** Bug 806668 has been marked as a duplicate of this bug. *** |