Ticket #298 (new Bug)
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: | patch |
| Cc: | Caldwell | 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.
Attachments
Change History
Changed 5 years ago by david
- Attachment MoreFilesX-FSLockRange.patch added
Changed 5 years ago by david
- Attachment MoreFilesX-FSVolumeMount.patch added
Additional patch to fix another MoreFilesX conflict
Note: See
TracTickets for help on using
tickets.
Patch to automatically fix this build issue