Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OSX won't compile without pcre #27

Closed
foxbird opened this issue Mar 31, 2016 · 1 comment
Closed

OSX won't compile without pcre #27

foxbird opened this issue Mar 31, 2016 · 1 comment

Comments

@foxbird
Copy link
Contributor

foxbird commented Mar 31, 2016

Reported to me by Puck of HLM:

The OS X build environment does not include pcre by default. FB's configure script has an option for --without-pcre which it accepts. However the actual make still fails with 'pcre.h not found' so either it needs to be specified that pcre is required (it can be added to OS X, it's just not there by default) or the configure/make stuff needs to be fixed to be able to correctly build without pcre.

@wyld-sw
Copy link
Member

wyld-sw commented Apr 20, 2016

The configure process now aborts if the PCRE directory is not discovered - by way of --without-pcre or --with-pcre=no. Previously it would only abort if no PCRE option was specified.

The search paths for PCRE and SSL also now contain /opt/local in addition to /opt.

@wyld-sw wyld-sw closed this as completed Apr 20, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants