Re: Alternative Location of Cocoa ID3 Framework??
Re: Alternative Location of Cocoa ID3 Framework??
- Subject: Re: Alternative Location of Cocoa ID3 Framework??
- From: Jens Alfke <email@hidden>
- Date: Wed, 7 Apr 2010 21:49:11 -0700
On Apr 7, 2010, at 9:05 PM, Chase Meadors wrote:
> I ran sudo make install, and it appears to have installed everything in usr/local/include/taglib. Is that it?
Those are the headers. The actual library itself must be somewhere else. (Check /usr/local/lib.)
You’d need to add /usr/local/include as a header search path in your Xcode target, and then you could #include <taglib/xxx.h>. But you’ll get link errors unless you actually add the library to the project.
—Jens
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden