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

Autoconf/automake issues? #6

Open
dseagrav opened this issue Apr 25, 2017 · 3 comments
Open

Autoconf/automake issues? #6

dseagrav opened this issue Apr 25, 2017 · 3 comments

Comments

@dseagrav
Copy link
Owner

Apparently only the newest versions of autotools actually work. If you have issues with autothings, download the latest tar.gz release instead of cloning the git repository. The tar.gz releases have the autotools-generated stuff. The git repository doesn't because git is not a release, it's what is used to make releases.

@bictorv
Copy link
Contributor

bictorv commented Aug 30, 2017

For me, "autoreconf -i" solved initial autoconf problems. (On macOS 10.12.)

@eschaton
Copy link

eschaton commented Sep 3, 2017

On Ubuntu 16.04, I had to manually create src/config.h.in in order to build, even after running aclocal, autoconf, and automake --add-missing.

@dseagrav
Copy link
Owner Author

dseagrav commented Sep 20, 2018

I think I finally figured out what this is - If you keep getting syntax errors and the like, your platform probably does not provide pkg-config - If not, install it.

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