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

Fix reverse tests on OSX, improve install documentation #51

Merged
merged 6 commits into from
Jan 18, 2015
Merged

Fix reverse tests on OSX, improve install documentation #51

merged 6 commits into from
Jan 18, 2015

Conversation

rfjakob
Copy link
Collaborator

@rfjakob rfjakob commented Jan 11, 2015

No description provided.

Fixes unmount failure on OSX
Error message from configure was:

	checking whether the Boost::Serialization library is available... yes
	configure: error: Could not find a version of the library!

Upstream commit:

	http://git.savannah.gnu.org/cgit/autoconf-archive.git/commit/?id=cba04c6644ef75f6f0eb7ac67db90d2533d80f0c
With pkg-config missing, a broken configure was generated, that failed
with a confusing error:

	./configure: line 19272: syntax error near unexpected token `OPENSSL,'
	./configure: line 19272: `    PKG_CHECK_MODULES(OPENSSL, openssl >= 0.9.7,'

Now, it errors out in the autoconf stage with:

	configure.ac:23: error: possibly undefined macro: PKG_CHECK_MODULES
	      If this token and others are legitimate, please use m4_pattern_allow.
	      See the Autoconf documentation.
github renders pod files beautifully, and encfs(1) is an
excellent document.
vgough added a commit that referenced this pull request Jan 18, 2015
Fix reverse tests on OSX, improve install documentation
@vgough vgough merged commit a69075a into vgough:master Jan 18, 2015
@vgough
Copy link
Owner

vgough commented Jan 18, 2015

Thanks, sorry for the delay.

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

Successfully merging this pull request may close these issues.

2 participants