Changes between Initial Version and Version 1 of Ticket #55163, comment 2


Ignore:
Timestamp:
Oct 24, 2017, 6:13:21 PM (7 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #55163, comment 2

    initial v1  
    1 It looks like it's trying to use it's own internal version of physfs, but is not finding the git module checked out.
    2 
    3 Usually in the cmake configure log you can see the cmake variable that needs to be set to make it use the macports version.
    4 
    5 Or I guess you could check out the module with a git init phase, and use the internal one, but usually we try the macports one first.
     1It looks like it wants version 3.x of physfs for the getPrefDir function, but we have version `physfs @2.0.3_2`