Ticket #15 (closed defect: released)

Opened 5 years ago

Last modified 5 years ago

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

Changed 5 years ago by olly

  • status changed from new to closed
  • resolution set to fixed

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

Changed 5 years ago by olly

  • resolution changed from fixed to verified

Verified on cf.sf.net MacOS X box

Changed 5 years ago by olly

  • resolution changed from verified to released

Changed 5 years ago by trac

  • platform set to Mac OS X
Note: See TracTickets for help on using tickets.