• 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
Attach library (.a) in Xcode
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Attach library (.a) in Xcode


  • Subject: Attach library (.a) in Xcode
  • From: "dexter morgan" <email@hidden>
  • Date: Wed, 25 Jun 2008 23:33:00 +0200

Hello guys,
I need to use id3lib inside my xcode project.
Basically it's a Cocoa app with some c/c++ source files.
At this time I would simply get it compiled.

I've downloaded id3lib and now it's under /usr/local/include/id3 (some
headers), /usr/local/lib (libraries .a) and finally
/usr/local/include/bin (I think I'll not need of this last folder).

In my source code I've following imports:

#include <id3/id3lib_streams.h>
#include <id3/tag.h>
#include <id3/misc_support.h>

is id3 the folder inside /usr/local/include?
How can I import these libreries into the project? (I would to copy
these files into app package in order to allow app launch even if you
have not installed id3lib in /usr/local.

I've also copied both id3 folder with headers and id3lib.a into the project
(see screenshot http://tinyurl.com/63j7af)
but I still get compile errors.
Anyone can help me?


TIA
 _______________________________________________
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

  • Follow-Ups:
    • Re: Attach library (.a) in Xcode
      • From: Jens Alfke <email@hidden>
  • Prev by Date: Re: Xcode-users Digest, Vol 5, Issue 396
  • Next by Date: Re: Attach library (.a) in Xcode
  • Previous by thread: Re: Xcode-users Digest, Vol 5, Issue 396
  • Next by thread: Re: Attach library (.a) in Xcode
  • Index(es):
    • Date
    • Thread