• 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: Xcode and OpenAL framework
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Xcode and OpenAL framework


  • Subject: Re: Xcode and OpenAL framework
  • From: Brad Oliver <email@hidden>
  • Date: Mon, 30 Apr 2007 09:52:40 -0700

On Apr 28, 2007, at 12:07 PM, email@hidden wrote:

I have encountered some strange behaviour using Xcode to try to build
a project with the OpenAL framework which comes in /System/Library/
Frameworks. The source compiles without errors. Then I get a single
error message:

Command /usr/bin/g++-4.0 failed with exit code 1

Looking at the transcript I see:
/usr/bin/ld: can't locate framework for: -framework OpenAL
collect2: ld returned 1 exit status

I have no idea why this is. I have added the OpenAL framework to the
project. The project also uses OpenGL and several other frameworks
and it does not seem to generate errors relating to those.

It sounds like you're compiling against the installed System version of the framework, but I believe the linker will attempt to link against the one in the SDK you're targeting. If that's the case, keep in mind that OpenAL is only going to be in the SDKs for 10.4u; it's not in 10.3 or the 10.3.x SDKs.


--
Brad Oliver
email@hidden


_______________________________________________ Do not post admin requests to the list. They will be ignored. Xcode-users mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: This email sent to email@hidden
  • Prev by Date: Re: project's plist
  • Next by Date: I am still having problems setting breakpoints in a Java project
  • Previous by thread: Re: Xcode and OpenAL framework
  • Next by thread: MallocDebug "Unable to read malloc information from (null)"
  • Index(es):
    • Date
    • Thread