Changes between Initial Version and Version 1 of Ticket #56248


Ignore:
Timestamp:
Apr 7, 2018, 11:44:50 AM (6 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

burn-app is ancient software; it hasn't been updated since 2011. It uses QTKit, which Apple has deprecated. Apple no longer includes the QTKit headers in macOS 10.12 or later, which is why it fails to compile for you on 10.13. Compiling this software on 10.12 or later is possible using the OS X 10.11 SDK or older, but Xcode on 10.12 and later don't include the 10.11 SDK or older. I have been working on a way to make macOS SDKs available in MacPorts. Once that's done, we can apply a fix to this port to use an older SDK.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #56248

    • Property Keywords sierra highsierra added
    • Property Cc ryandesign added
  • Ticket #56248 – Description

    initial v1  
    11burn-app port build fails on High Sierra 10.13.4, Xcode 9.3, with following error message (from main.log):
    22
     3{{{
    34:info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_sysutils_burn-app/burn-app/work/Source.localized/Source/KWAudioController.m:9:
    45:info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_sysutils_burn-app/burn-app/work/Source.localized/Source/KWAudioController.h:13:9: fatal error: 'QTKit/QTKit.h' file not found
     
    1819:debug:build "$procedure $targetname"
    1920:error:build See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_sysutils_burn-app/burn-app/main.log for details.
     21}}}