• 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: PCRE newbie question
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: PCRE newbie question


  • Subject: Re: PCRE newbie question
  • From: Jens Ayton <email@hidden>
  • Date: Sat, 13 Jan 2007 22:51:13 +0100
  • Openpgp: id=84FF254B

Patrick Cusack:
>
> I'm learning C/Obj C in Xcode, and I am trying to install PCRE. Regex.h
> is in the usr/includes folder, but I prefer Perl-compatible regexs. I am
> trying to use PCRE. I downloaded it from the site, thought I installed
> it (ran make and install). It still wants to live in the system folder.
> Question 1. Where do libraries live? I imagine that I am getting a
> "ZeroLink: unknown symbol '_pcre_compile'" error becuase Xcode can't
> find the PCRE.h include. I am certain that this is any obvious error.
> Can anyone point me in the right direction?

This is not about the header, it's about the library itself not being
linked into your project. This would have happened at link time if you
had Zerolink disabled, which you should -- last item of the Build menu.

I expect you can find the library in /usr/lib or /usr/local/lib.


--
Jens Ayton

Sed quis custodiet ipsos custodes?
 _______________________________________________
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: PCRE newbie question
      • From: Patrick Cusack <email@hidden>
References: 
 >PCRE newbie question (From: Patrick Cusack <email@hidden>)

  • Prev by Date: PCRE newbie question
  • Next by Date: Re: PCRE newbie question
  • Previous by thread: PCRE newbie question
  • Next by thread: Re: PCRE newbie question
  • Index(es):
    • Date
    • Thread