• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: [coreaudio] How to include Frameworks without using Project Builder?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

References: 
 >How to include Frameworks without using Project Builder? (From: Wesley Miaw <email@hidden>)

  • Prev by Date: Re: How to include Frameworks without using Project Builder?
  • Next by Date: Re: <no subject>
  • Previous by thread: How to include Frameworks without using Project Builder?
  • Next by thread: Re: How to include Frameworks without using Project Builder?
  • Index(es):
    • Date
    • Thread