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

trouble building on Mac OS #3

Open
zbeekman opened this issue Feb 11, 2015 · 3 comments
Open

trouble building on Mac OS #3

zbeekman opened this issue Feb 11, 2015 · 3 comments

Comments

@zbeekman
Copy link

Don’t you need to have a script named configure to actually run ./configure? It seems this is missing and the build is failing on Mac OS even though autoconf is installed…

@zbeekman
Copy link
Author

You need a bootstrap script or some means of generating the ./configure script. Perhaps this is trivial if you’re familiar with auto tools, but the README needs updating to describe how this is done.

@nhed
Copy link

nhed commented Dec 11, 2015

Not sure if its the right way (h8 autoconf with a passion) - but this seems to work for me
automake --add-missing && autoreconf

(inspired by https://www.sourceware.org/autobook/autobook/autobook_43.html)

@zbeekman
Copy link
Author

zbeekman commented Jun 1, 2016

Thanks @nhed, I guess I'll leave this open until I submit a PR to modify the README

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