Trying to compile libsndfile1 (1.0.25-2) after upgrading to Mavericks failed with several error messages. Currently, I am using fink-installer with xcode 5.0.2 on MacOS Mavericks (10.9.1). I appended some of the output from the compilation process.
I also tried downgrading to xcode 5.0.1 but the errors remained the same.
Anyone else seeing this behaviour? Any advice for a fix?
thanks a lot,
enno e. scholz
Package manager version: 0.36.3.1
Distribution version: selfupdate-rsync Thu Jan 2 17:08:39 2014, 10.9, x86_64
Trees: local/main stable/main
Xcode.app: 5.0.2
Xcode command-line tools: 5.0.1.0.1.1382131676
Max. Fink build jobs: 1
Distribution version: selfupdate-rsync Thu Jan 2 17:08:39 2014, 10.9, x86_64
Trees: local/main stable/main
Xcode.app: 5.0.2
Xcode command-line tools: 5.0.1.0.1.1382131676
Max. Fink build jobs: 1
In file included from sndfile-play.c:62:
In file included from /System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardware.h:83:
In file included from /System/Library/Frameworks/CoreAudio.framework/Headers/CoreAudioTypes.h:28:
In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CFBase.h:68:
In file included from /Developer/Headers/FlatCarbon/MacTypes.h:1:
In file included from /System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:19:
In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:39:
In file included from /System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardware.h:83:
In file included from /System/Library/Frameworks/CoreAudio.framework/Headers/CoreAudioTypes.h:28:
In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CFBase.h:68:
In file included from /Developer/Headers/FlatCarbon/MacTypes.h:1:
In file included from /System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:19:
In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:39:
/System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:49:1: error:
unknown type name 'CF_IMPLICIT_BRIDGING_ENABLED'
CF_IMPLICIT_BRIDGING_ENABLED
^
/System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:50:18: error:
expected ';' after top level declarator
CF_EXTERN_C_BEGIN
^
/System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:74:47: error:
unknown type name 'CFAllocatorRef'
typedef const void * (*CFArrayRetainCallBack)(CFAllocatorRef allocato...
^
/System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:75:41: error:
unknown type name 'CFAllocatorRef'
typedef void (*CFArrayReleaseCallBack)(CFAllocatorRef allocat...
^
/System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:76:21: error:
function cannot return function type 'int (const void *)'
typedef CFStringRef (*CFArrayCopyDescriptionCallBack)(const void *value);
^
/System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:77:18: error:
function cannot return function type 'int (const void *, const void *)'
typedef Boolean (*CFArrayEqualCallBack)(const void *value1, cons...
^
/System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:79:5: error:
unknown type name 'CFIndex'
CFIndex version;
^
/System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:82:5: error:
unknown type name 'CFArrayCopyDescriptionCallBack'
CFArrayCopyDescriptionCallBack copyDescription;
^
/System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:83:5: error:
unknown type name 'CFArrayEqualCallBack'; did you mean
'CFArrayRetainCallBack'?
CFArrayEqualCallBack equal;
^
/System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:74:24: note:
'CFArrayRetainCallBack' declared here
typedef const void * (*CFArrayRetainCallBack)(CFAllocatorRef allocato...
^
/System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:91:1: error:
unknown type name 'CF_EXPORT'
CF_EXPORT
^
/System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:92:1: error:
expected identifier or '('
const CFArrayCallBacks kCFTypeArrayCallBacks;
^
/System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:120:1: error:
unknown type name 'CF_EXPORT'
CF_EXPORT
^
/System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:121:9: error:
expected ';' after top level declarator
CFTypeID CFArrayGetTypeID(void);
^
/System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:173:1: error:
unknown type name 'CF_EXPORT'
CF_EXPORT
^
/System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:174:11: error:
expected ';' after top level declarator
CFArrayRef CFArrayCreate(CFAllocatorRef allocator, const void **values, ...
^
/System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:194:1: error:
unknown type name 'CF_EXPORT'
CF_EXPORT
^
/System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:195:11: error:
expected ';' after top level declarator
CFArrayRef CFArrayCreateCopy(CFAllocatorRef allocator, CFArrayRef theArray);
^
/System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:238:1: error:
unknown type name 'CF_EXPORT'
CF_EXPORT
^
/System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:239:18: error:
expected ';' after top level declarator
CFMutableArrayRef CFArrayCreateMutable(CFAllocatorRef allocator, CFInde...
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
unknown type name 'CF_IMPLICIT_BRIDGING_ENABLED'
CF_IMPLICIT_BRIDGING_ENABLED
^
/System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:50:18: error:
expected ';' after top level declarator
CF_EXTERN_C_BEGIN
^
/System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:74:47: error:
unknown type name 'CFAllocatorRef'
typedef const void * (*CFArrayRetainCallBack)(CFAllocatorRef allocato...
^
/System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:75:41: error:
unknown type name 'CFAllocatorRef'
typedef void (*CFArrayReleaseCallBack)(CFAllocatorRef allocat...
^
/System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:76:21: error:
function cannot return function type 'int (const void *)'
typedef CFStringRef (*CFArrayCopyDescriptionCallBack)(const void *value);
^
/System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:77:18: error:
function cannot return function type 'int (const void *, const void *)'
typedef Boolean (*CFArrayEqualCallBack)(const void *value1, cons...
^
/System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:79:5: error:
unknown type name 'CFIndex'
CFIndex version;
^
/System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:82:5: error:
unknown type name 'CFArrayCopyDescriptionCallBack'
CFArrayCopyDescriptionCallBack copyDescription;
^
/System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:83:5: error:
unknown type name 'CFArrayEqualCallBack'; did you mean
'CFArrayRetainCallBack'?
CFArrayEqualCallBack equal;
^
/System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:74:24: note:
'CFArrayRetainCallBack' declared here
typedef const void * (*CFArrayRetainCallBack)(CFAllocatorRef allocato...
^
/System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:91:1: error:
unknown type name 'CF_EXPORT'
CF_EXPORT
^
/System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:92:1: error:
expected identifier or '('
const CFArrayCallBacks kCFTypeArrayCallBacks;
^
/System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:120:1: error:
unknown type name 'CF_EXPORT'
CF_EXPORT
^
/System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:121:9: error:
expected ';' after top level declarator
CFTypeID CFArrayGetTypeID(void);
^
/System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:173:1: error:
unknown type name 'CF_EXPORT'
CF_EXPORT
^
/System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:174:11: error:
expected ';' after top level declarator
CFArrayRef CFArrayCreate(CFAllocatorRef allocator, const void **values, ...
^
/System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:194:1: error:
unknown type name 'CF_EXPORT'
CF_EXPORT
^
/System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:195:11: error:
expected ';' after top level declarator
CFArrayRef CFArrayCreateCopy(CFAllocatorRef allocator, CFArrayRef theArray);
^
/System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:238:1: error:
unknown type name 'CF_EXPORT'
CF_EXPORT
^
/System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:239:18: error:
expected ';' after top level declarator
CFMutableArrayRef CFArrayCreateMutable(CFAllocatorRef allocator, CFInde...
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
------------------------------------------------------------------------------ Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a clear picture of how application performance affects their revenue. With AppDynamics, you get 100% visibility into your Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro! http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________ Fink-users mailing list Fink-users@lists.sourceforge.net List archive: http://news.gmane.org/gmane.os.macosx.fink.user Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-users