• 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: Tiger Build Warnings
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Tiger Build Warnings


  • Subject: Re: Tiger Build Warnings
  • From: Jeff Moore <email@hidden>
  • Date: Wed, 22 Jun 2005 14:44:00 -0700


On Jun 22, 2005, at 1:32 PM, Mark's Studio wrote:

I get some warnings when building my AU , should i worry about them ?

/Developer/Examples/CoreAudio/AudioUnits/AUPublic/AUBase/ AUScopeElement.h:335: warning: 'class AUElementCreator' has virtual functions but non-virtual destructor

Ignore this one. AUElementCreator is a pure virtual class with a no- op destructor. IMHO, gcc should not be issuing the warning in this case, but I don't know enough about the details of the C++ spec to say if this is a bug in gcc. If it's really bothering you, you can safely turn off the warning in the build settings of your target.


and what should i do to get rid of the multiple definition warning ?

/usr/bin/ld: warning multiple definitions of symbol _tanf
/usr/lib/gcc/powerpc-apple-darwin8/4.0.0/../../../libmx.dylib (single module) definition of _tanf
/usr/lib/gcc/powerpc-apple-darwin8/4.0.0/../../../libSystem.dylib (floating.o) definition of _tan
...
...
...

This seems a little odd and probably means that you have some libraries linked in that you don't need to have linked in.


--

Jeff Moore
Core Audio
Apple


_______________________________________________ Do not post admin requests to the list. They will be ignored. Coreaudio-api mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: This email sent to email@hidden
  • Follow-Ups:
    • Re: Tiger Build Warnings
      • From: "Mark's Studio" <email@hidden>
    • Re: Tiger Build Warnings
      • From: Ben Cox <email@hidden>
References: 
 >Tiger Build Warnings (From: "Mark's Studio" <email@hidden>)

  • Prev by Date: Tiger Build Warnings
  • Next by Date: Re: Tiger Build Warnings
  • Previous by thread: Tiger Build Warnings
  • Next by thread: Re: Tiger Build Warnings
  • Index(es):
    • Date
    • Thread