Changes between Initial Version and Version 1 of Ticket #41610, comment 11


Ignore:
Timestamp:
Nov 23, 2020, 3:10:47 AM (3 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #41610, comment 11

    initial v1  
    44Therefore I did the following:
    55
     6{{{
    67cp -RLp /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/JavaVM.framework    /Library/Developer/CommandLineTools/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/
     8}}}
    79
    810then because jni.h still apparently could not be found in the MacOSX.sdk branch (why the link didn't work IDK) I also did:
    911
     12{{{
    1013cp -RLp /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/JavaVM.framework   /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/
    11 
     14}}}
    1215
    1316This probably produced large amounts of unnecessary duplicated files, but portmidi compiled and installed faultlessly. Obviously your pre 11 osx version may not be 15.15 so would need altering.