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

Error in autogen.sh OSX 10.10 &.11 #9

Open
JPaulMora opened this issue Mar 2, 2016 · 5 comments
Open

Error in autogen.sh OSX 10.10 &.11 #9

JPaulMora opened this issue Mar 2, 2016 · 5 comments

Comments

@JPaulMora
Copy link

All deps installed from home-brew

$ ./autogen.sh 
configure.ac:103: error: possibly undefined macro: AC_MSG_ERROR
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
@songproducer
Copy link

Try this:

brew install pkgconfig

@bigreddmachine
Copy link

I'm having the same problem and brew install pkgconfig does not fix the error. @JPaulMora did you have any luck figuring this out?

@JPaulMora
Copy link
Author

No, same thing still happens. (re)installing pkgconfig doesn't fix but forgot to post. I might try building it on linux to see if is a Unix-specific problem or just OS X problem.

@metacollin
Copy link

OS X sometimes has trouble finding autoconf macros. You need to put them in /usr/share/autoconf (which homebrew won't do automatically for you). Alternatively, just put a copy in the same directory as your .ac files (the root of the repo in this case).

If you want instant gratification, run this in the ccminer-cryptonight folder and then rerun autogen.sh. Magic!

curl https://source.jasig.org/cas-clients/mod_auth_cas/tags/mod_auth_cas-1.0.9.1/libcurl.m4 -o acinclude.m4

@JPaulMora
Copy link
Author

Hey! thanks! that actually helped.

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

4 participants