Re: [coreaudio] How to include Frameworks without using Project Builder?
Re: [coreaudio] How to include Frameworks without using Project Builder?
- Subject: Re: [coreaudio] How to include Frameworks without using Project Builder?
- From: robert <email@hidden>
- Date: Sat, 13 Apr 2002 11:54:11 +0200
- Mail-followup-to: email@hidden, email@hidden
>
I'm porting Open Mash (http://www.openmash.org/) vat to Mac OS X using
>
XFree86 and command-line gcc (Apple's version). I've run into a problem
>
where I can't seem to access the CoreAudio/AudioHardware.h header to
>
define some symbols when linking.
>
>
Anyway, I'm linking code together that needs the functions defined in
>
CoreAudio/AudioHardware.h but encountering the following error:
>
...
gcc recognized the '-framework' commandline option during the linking
stage, pulling in all the stuff you need:
gcc -framework CoreAudio ...
I think you can also use that option in the compilation stage so gcc can
find the include-files associated with the framework(s).
robert
_______________________________________________
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.