• 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: Patrick Cusack <email@hidden>
  • Date: Sun, 14 Jan 2007 00:00:33 -0800

Thanks. I used Fink Commander to install the PCRE library. Set the Xcode Header and Library search paths to look in the fink-defined /sw folder. Now I'm running into a different issue where gcc can't compile. I think I'm getting a little too ambitious, and will try to familiarize myself with posix expressions. Ugh.

patrick

On Jan 13, 2007, at 1:51 PM, Jens Ayton wrote:

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: Chris Hanson <email@hidden>
    • Re: PCRE newbie question
      • From: Steve Checkoway <email@hidden>
References: 
 >PCRE newbie question (From: Patrick Cusack <email@hidden>)
 >Re: PCRE newbie question (From: Jens Ayton <email@hidden>)

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