Re: [MacPorts] #67399: BoCA fails to build on 10.6.8 Rosetta: config.cpp: error: ‘kAudioFormatMPEG4AAC_ELD’ is not a member of ‘CA’

MacPorts noreply at macports.org
Tue May 9 13:01:40 UTC 2023


#67399: BoCA fails to build on 10.6.8 Rosetta: config.cpp: error:
‘kAudioFormatMPEG4AAC_ELD’ is not a member of ‘CA’
---------------------------+-------------------------------------------
  Reporter:  barracuda156  |      Owner:  janosch
      Type:  defect        |     Status:  assigned
  Priority:  Normal        |  Milestone:
 Component:  ports         |    Version:  2.8.1
Resolution:                |   Keywords:  powerpc, snowleopard, rosetta
      Port:  BoCA          |
---------------------------+-------------------------------------------

Comment (by barracuda156):

 FWIW, this code in Makefile-options is simply ignored:
 {{{
 # Set output folders
 BINDIR = bin
 LIBDIR = lib

 ifeq ($(BUILD_WIN32),True)
         ifeq ($(BUILD_X86_64),True)
                 BINDIR = bin64
                 LIBDIR = lib64
         endif
 else ifeq ($(BUILD_OSX),True)
         ifeq ($(BUILD_X86_64),True)
                 BINDIR = bin64
                 LIBDIR = lib64
         else ifeq ($(BUILD_PPC64),True)
                 BINDIR = bin64
                 LIBDIR = lib64
         endif
 endif
 }}}

 On ppc32 it still uses bin64 and lib64 (both Rosetta and native).

-- 
Ticket URL: <https://trac.macports.org/ticket/67399#comment:1>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list