Ticket #298 (new Bug)

Opened 6 months ago

FSLockRange/FSUnlockRange duplicate defines

Reported by: lroathe Owned by: Cyrus Daboo
Priority: trivial Milestone: unassigned
Component: Build System Version: v4.0.8
Severity: Other Keywords:
Cc: Operating System: Mac OS X
OS Version: 10.5.2

Description

FSLockRange/FSUnlockRange have duplicated definitions in the default svn repository (ie, straight from the Makefile_MacOS import, which was pretty freakin' straight imho!)

Issue seems to be that Apple decided these were needed functionality that were previously only available via MoreFilesX.

Fix on my setup was simply to comment out the header and source definitions for these functions in the MoreFilesX code.

I am using Mac OS X 10.5.2 and XCode 3.1(Beta), so there may need to be a #ifdef wrapper of some sort around these definitions vs. simply removing/commenting them.

Note: See TracTickets for help on using tickets.