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 (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to