Re: SysError 0 during open of "AUResources.r"
Re: SysError 0 during open of "AUResources.r"
- Subject: Re: SysError 0 during open of "AUResources.r"
- From: "contact" <email@hidden>
- Date: Fri, 20 Nov 2009 20:49:08 -0000
you should be using the SDK that is installed with the latest versions of
XCode (either Leopard or SnowLeopard)
/Developer/Examples/CoreAudio on Leopard
/Developer/Extras/CoreAudio on SL
Bill
I hope it's a matter of not having 1.43 - but why is it not on the site?
I don't know what's up with 1.4.3, but I do see 1.4.2 there, which may
suffice
(I don't know, but it does contain an AUResources.r, dated 8-Aug-05)...
ftp://ftp.apple.com/developer/Development_Kits/CoreAudioSDK1.4.2.dmg
O.K. thanks guys.
Bill - I've replaced all of the AUPublic and sub folders with the one in
'Extras...'
I'm now getting over 60 errors, all within the AU folder, here's a cut down
list of some of them. They all seem to be missing the label definitions
within a member function, or have problems with 'CA..' and other missing
definitions.
Any quick ideas?
Dave H.
In file
"/Developer/Extras/CoreAudio/AudioUnits/AUPublic/Utility/AUBuffer.cpp"
: In member function 'void TAUBuffer<T>::Allocate(UInt32)':
213: warning: there are no arguments to 'CA_realloc' that depend on a
template parameter, so a declaration of 'CA_realloc' must be available
In member function 'OSStatus AUBase::DoInitialize()':
228: error: 'OSMemoryBarrier' was not declared in this scope
In member function 'OSStatus
AUBase::DispatchGetPropertyInfo(AudioUnitPropertyID, AudioUnitScope,
AudioUnitElement, UInt32&, Boolean&)':
288: error: 'InvalidScope' was not declared in this scope
288: error: 'ca_require' was not declared in this scope
295: error: 'InvalidProperty' was not declared in this scope
510: error: 'InvalidElement' was not declared in this scope
510: error: 'ca_require' was not declared in this scope
518: warning: label 'InvalidElement' defined but not used
516: warning: label 'InvalidScope' defined but not used
In member function 'OSStatus
AUBase::DispatchSetProperty(AudioUnitPropertyID, AudioUnitScope,
AudioUnitElement, const void*, UInt32)':
757: error: 'InvalidPropertyValue' was not declared in this scope
757: error: 'ca_require' was not declared in this scope
768: error: 'InvalidProperty' was not declared in this scope
776: error: 'NotWritable' was not declared in this scope
793: error: 'InvalidElement' was not declared in this scope
801: error: 'InvalidFormat' was not declared in this scope
805: error: 'const class CAStreamBasicDescription' has no member named
'IsEqual'
815: error: 'InvalidElement' was not declared in this scope
821: error: 'InvalidFormat' was not declared in this scope
823: error: 'const class CAStreamBasicDescription' has no member named
'IsEqual'
842: error: 'InvalidScope' was not declared in this scope
879: error: 'InvalidElement' was not declared in this scope
904: error: 'Uninitialized' was not declared in this scope
969: warning: label 'InvalidElement' defined but not used
965: warning: label 'InvalidProperty' defined but not used
963: warning: label 'InvalidScope' defined but not used
956: warning: label 'Uninitialized' defined but not used
953: warning: label 'InvalidFormat' defined but not used
951: warning: label 'NotWritable' defined but not used
In member function 'OSStatus
AUBase::DispatchRemovePropertyValue(AudioUnitPropertyID, AudioUnitScope,
AudioUnitElement)':
999: error: 'InvalidScope' was not declared in this scope
999: error: 'ca_require' was not declared in this scope
1023: warning: label 'InvalidScope' defined but not used
In member function 'OSStatus AUBase::DoRender(AudioUnitRenderActionFlags&,
const AudioTimeStamp&, UInt32, UInt32, AudioBufferList&)':
1370: error: 'Uninitialized' was not declared in this scope
1370: error: 'ca_require' was not declared in this scope
1371: error: 'ParamErr' was not declared in this scope
1372: error: 'TooManyFrames' was not declared in this scope
1467: warning: label 'TooManyFrames' defined but not used
1465: warning: label 'Uninitialized' defined but not used
In member function 'virtual OSStatus AUBase::SetConnection(const
AudioUnitConnection&)':
1507: error: 'errexit' was not declared in this scope
1507: error: 'ca_require_noerr' was not declared in this scope
1517: warning: label 'errexit' defined but not used
In member function 'virtual OSStatus
AUBase::SetAudioChannelLayout(AudioUnitScope, AudioUnitElement, const
AudioChannelLayout*)':
1665: error: 'CA_malloc' was not declared in this scope
In member function 'void
AUBase::MakeCanonicalFormat(CAStreamBasicDescription&, int)':
2099: error: 'class CAStreamBasicDescription' has no member named
'SetAUCanonical'
In member function 'char* AUBase::GetLoggingString() const':
2119: error: 'CAStringForOSType' was not declared in this scope
Utility/AUBuffer.h: In member function 'void
TAUBuffer<T>::Allocate(UInt32)':
Utility/AUBuffer.h:213: warning: there are no arguments to 'CA_realloc' that
depend on a template parameter, so a declaration of 'CA_realloc' must be
available
Utility/AUBuffer.cpp: In member function 'void AUBufferList::Allocate(const
CAStreamBasicDescription&, UInt32)':
Utility/AUBuffer.cpp:65: error: 'CA_realloc' was not declared in this scope
Utility/AUBuffer.cpp:75: error: 'CA_realloc' was not declared in this scope
Utility/AUTimestampGenerator.cpp: In function 'double DebugHostTime(const
AudioTimeStamp&)':
Utility/AUTimestampGenerator.cpp:52: error: 'GetInverseFrequency' is not a
member of 'CAHostTimeBase'
Utility/AUTimestampGenerator.cpp: In member function 'const AudioTimeStamp&
AUTimestampGenerator::GenerateInputTime(Float64, double)':
Utility/AUTimestampGenerator.cpp:130: error: 'GetInverseFrequency' is not a
member of 'CAHostTimeBase'
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden