Opened 21 years ago

Closed 21 years ago

Last modified 21 years ago

#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 Olly Betts, 21 years ago

Resolution: fixed
Status: newclosed

Thanks for the report. James has already fixed this in CVS.

comment:2 by Olly Betts, 21 years ago

Resolution: fixedverified

Verified on cf.sf.net MacOS X box

comment:3 by Olly Betts, 21 years ago

Operating System: Mac OS X
Resolution: verifiedreleased
Note: See TracTickets for help on using tickets.