X11/MacOSX audio question
X11/MacOSX audio question
- Subject: X11/MacOSX audio question
- From: Bradford Garton <email@hidden>
- Date: Fri, 14 Feb 2003 13:30:03 -0500 (EST)
Hello --
I just subscribed to this list, so this may be a totally stooopid question
(perhaps I'm doing something obviously wrong...). I searched the list
archives and didn't see anything, however. I am attemping to port
some of our older X11/Motif music & audio apps to Mac OSX (using the Apple
X11 package), but found that if I do:
#include <CoreAudio/AudioHardware.h>
it also includes references to several Apple "CoreAudio.framework"
header files, which ultimately load in a "MacTypes.h" header file.
So far, no problem, but when I go to compile, I find that this MacTypes.h
says:
typedef unsigned char Boolean;
but X11/Intrinsic.h says:
typedef char Boolean;
and they *really* don't get along.
Any clues?
Brad Garton
Columbia University Computer Music Center
_______________________________________________
x11-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/x11-users
X11 for Mac OS X FAQ: http://developer.apple.com/qa/qa2001/qa1232.html
Report issues, request features, feedback: http://developer.apple.com/bugreporter
Do not post admin requests to the list. They will be ignored.