Re: [Fink-users] libsndfile1-1.0.25-2 do not compile

2014-01-08 Thread Giuliano Franchetti
Hi Daniel, 

I did as you said, and now the problem is solved! 

Thanks ! 

Giuliano 


On 08 Jan 2014, at 19:00, Daniel Johnson  wrote:

> 
> On Jan 8, 2014, at 3:26 AM, Giuliano Franchetti  wrote:
> 
>> Dear all, 
>> 
>> I have tried to compile ffmpeg in the Mavericks. The compilation fails on 
>> libsndfile1-1.0.25-2.  
>> I do not know what is the problem or how to solve it. 
>> 
>> Thanks for the help 
>> 
>>  Giuliano 
>> 
>> Below is the list of messages that appears on my screen: 
>> 
>> 
>> .
>> .
>> .
>> .
>>  CC   sndfile-play.o
>> 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:
>> /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 allocator, 
>> const void *value);
>> ^
>> /System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:75:41: 
>> error: unknown type name 'CFAllocatorRef'
>> typedef void(*CFArrayReleaseCallBack)(CFAllocatorRef allocator, 
>> const void *value);
>>  ^
>> /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, const 
>> void *value2);
>>^
>> /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'?
>>CFArrayEqualCallBackequal;
>>^
>> /System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:74:24: 
>> note: 'CFArrayRetainCallBack' declared here
>> typedef const void *(*CFArrayRetainCallBack)(CFAllocatorRef allocator, 
>> const void *value);
>>  ^
>> /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, 
>> CFIndex numValues, const CFArrayCallBacks *callBacks);
>>  ^
>> /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.fra

[Fink-users] libsndfile1-1.0.25-2 do not compile

2014-01-08 Thread Giuliano Franchetti
Dear all, 

I have tried to compile ffmpeg in the Mavericks. The compilation fails on 
libsndfile1-1.0.25-2.  
I do not know what is the problem or how to solve it. 

Thanks for the help 

Giuliano 

Below is the list of messages that appears on my screen: 


.
.
.
.
  CC   sndfile-play.o
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:
/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 allocator, 
const void *value);
 ^
/System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:75:41: 
error: unknown type name 'CFAllocatorRef'
typedef void(*CFArrayReleaseCallBack)(CFAllocatorRef allocator, 
const void *value);
  ^
/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, const void 
*value2);
^
/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'?
CFArrayEqualCallBackequal;
^
/System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:74:24: 
note: 'CFArrayRetainCallBack' declared here
typedef const void *(*CFArrayRetainCallBack)(CFAllocatorRef allocator, 
const void *value);
  ^
/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, CFIndex 
numValues, const CFArrayCallBacks *callBacks);
  ^
/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, CFIndex 
capacity, const CFArrayCallBacks *callBacks);
 ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
make[1]: *** [sndfile-play.o] Error 1
make: *** [all-recursive] Error 1
### execution 

Re: [Fink-users] libsndfile1-1.0.25-2 do not compile

2014-01-08 Thread Daniel Johnson

On Jan 8, 2014, at 3:26 AM, Giuliano Franchetti  wrote:

> Dear all, 
> 
> I have tried to compile ffmpeg in the Mavericks. The compilation fails on 
> libsndfile1-1.0.25-2.  
> I do not know what is the problem or how to solve it. 
> 
> Thanks for the help 
> 
>   Giuliano 
> 
> Below is the list of messages that appears on my screen: 
> 
> 
> .
> .
> .
> .
>   CC   sndfile-play.o
> 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:
> /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 allocator, 
> const void *value);
>  ^
> /System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:75:41: 
> error: unknown type name 'CFAllocatorRef'
> typedef void(*CFArrayReleaseCallBack)(CFAllocatorRef allocator, 
> const void *value);
>   ^
> /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, const 
> void *value2);
> ^
> /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'?
> CFArrayEqualCallBackequal;
> ^
> /System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:74:24: 
> note: 'CFArrayRetainCallBack' declared here
> typedef const void *(*CFArrayRetainCallBack)(CFAllocatorRef allocator, 
> const void *value);
>   ^
> /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, 
> CFIndex numValues, const CFArrayCallBacks *callBacks);
>   ^
> /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 CFArrayCre