Ticket #298 (new Bug)

Opened 5 years ago

Last modified 5 years 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: 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

MoreFilesX-FSLockRange.patch (2.2 KB) - added by david 5 years ago.
Patch to automatically fix this build issue
MoreFilesX-FSVolumeMount.patch (920 bytes) - added by david 5 years ago.
Additional patch to fix another MoreFilesX conflict

Change History

Changed 5 years ago by david

Patch to automatically fix this build issue

comment:1 Changed 5 years ago by david

  • Cc Caldwell added
  • Keywords patch added

Changed 5 years ago by david

Additional patch to fix another MoreFilesX conflict

comment:2 Changed 5 years ago by david

I attached a second patch (that relies on the first one) which patches MoreFilesX so that the plugins will successfully build on 10.5.

Note: See TracTickets for help on using tickets.