Ticket #15 (closed defect: released)
MacOS X requires a #include <ctype.h> in common/utils.h
| Reported by: | C.vanReeuwijk | Owned by: | olly |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | Library API | Version: | other |
| Severity: | normal | Keywords: | |
| Cc: | Blocked By: | ||
| Operating System: | Mac OS X | Blocking: |
Description
Compiling xapian-core-0.7.1 on MacOS X 10.2 causes a complaint about an unknown function isalnum' in the function rmdir' in common/utils.h.
Adding a line #include <ctype.h> at the top of common/utils.h solves the problem.
Change History
Note: See
TracTickets for help on using
tickets.
