CoreAudioTypes.h headers are out of date
CoreAudioTypes.h headers are out of date
- Subject: CoreAudioTypes.h headers are out of date
- From: email@hidden
- Date: Mon, 4 Nov 2002 14:26:41 -0500
I have updated to Jaguar, updated to 10.2.1
I have updated from the April 2002 tools to the August 2002
(SKIPPING JULY), and the October 2002 patch.
My CoreAudioTypes.h reads:
// from MacTypes.h
#if !defined(__MACTYPES__)
// unsigned integer types
typedef unsigned char UInt8;
typedef unsigned short UInt16;
typedef unsigned long UInt32;
typedef unsigned long long UInt64;
// signed integer types
typedef signed char SInt8;
typedef signed short SInt16;
typedef signed long SInt32;
typedef signed long long SInt64;
// floating point types
typedef float Float32;
#if !TARGET_API_MAC_OS8
typedef double Float64;
#else
typedef short double Float64;
#endif
// miscellaneous types
typedef SInt32 OSStatus;
typedef UInt8 Boolean;
typedef UInt8 Byte;
typedef SInt8 SignedByte;
#endif
which is out of date. My working theory at this point is that the
July tools
(255 meg) would have updated those headers.
But now i cannot install it, or any of the packages that came with it
!!!!!
because i have already installed august and october. the installer
quits with an error.
this is beginning to remind me of the time i tried to install an
*earlier* version
of IE on an NT box and the ENTIRE OS was so badly corrupted that we had
to wipe the entire
machine and reinstall everything from scratch.
is my theory correct ? when did CoreAudioTypes.h start including
MacTypes.h rather than quoting it ?
what can i do ?
feedback: it should be explicitly mentioned that you cannot skip any
of the updates, and it should explicitly
mention the contents of each package. and the installer should be able
to detect the sequence.
thanks,
-felix
____________________
http://crucial-systems.com
_______________________________________________
coreaudio-api mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/coreaudio-api
Do not post admin requests to the list. They will be ignored.