Changes between Initial Version and Version 1 of Ticket #59124, comment 3


Ignore:
Timestamp:
Sep 28, 2019, 11:32:21 PM (5 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #59124, comment 3

    initial v1  
    1 It looks like our software authour actually has included a compatibility function already, almost identical to the one in the apple developer thread I linked to -- however, he forgot to test for the availability of the fsgetpath.h header before including it, ergo the error. I'll write up a patch that can be upstreamed, and that should fix the build on 10.7 to 10.12.
     1It looks like our software authour actually has included a compatibility function already, almost identical to the one in the apple developer thread I linked to -- however, he assumed the build would be against the 10.13 SDK, and did not test for the availability of the fsgetpath.h header before including it, ergo the error building against an older SDK. I'll write up a patch that can be upstreamed, and that should fix the build on 10.7 to 10.12.
    22
    33For 10.6 and below, we're stuck because of the use of `NSRegularExpression` which is 10.7+ only.