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

Build is failing on Mac OS #45

Closed
bouzidnm opened this issue Mar 2, 2016 · 3 comments
Closed

Build is failing on Mac OS #45

bouzidnm opened this issue Mar 2, 2016 · 3 comments

Comments

@bouzidnm
Copy link

bouzidnm commented Mar 2, 2016

Required user to install automake, autoconf, libtool, and check.

Fails to build from the github download with the following error:

./configure: line 3030: syntax error near unexpected tokenCHECK,check'
./configure: line 3030: PKG_CHECK_MODULES(CHECK,check >= 0.8.2,have_check="yes",'

@bouzidnm
Copy link
Author

bouzidnm commented Mar 2, 2016

I copied the contents of m4 into the main directory and it built successfully. Problem solved.

@andrewjpage
Copy link
Member

Excellent thanks for letting me know
On 2 Mar 2016 01:25, "N. M. Bouzid" notifications@github.com wrote:

I copied the contents of m4 into the main directory and it built
successfully. Problem solved.


Reply to this email directly or view it on GitHub
#45 (comment)
.

@johannanvs
Copy link

For what it's worth, copying the m4 into main and making sure automake, autoconf, libtool, and check were installed did not do the trick for me. Installing pkgconfig as well, however, did make that error message disappear.

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

3 participants