#15 closed defect (released)
MacOS X requires a #include <ctype.h> in common/utils.h
Reported by: | Kees van Reeuwijk | Owned by: | Olly Betts |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Library API | Version: | other |
Severity: | normal | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Operating System: | Mac OS X |
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 (3)
comment:1 by , 21 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 by , 21 years ago
Operating System: | → Mac OS X |
---|---|
Resolution: | verified → released |
Note:
See TracTickets
for help on using tickets.
Thanks for the report. James has already fixed this in CVS.