ld icon indicating copy to clipboard operation
ld copied to clipboard

Autoconf/automake issues?

Open dseagrav opened this issue 8 years ago • 3 comments

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.

dseagrav avatar Apr 25 '17 03:04 dseagrav

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

bictorv avatar Aug 30 '17 08:08 bictorv

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.

eschaton avatar Sep 03 '17 23:09 eschaton

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.

dseagrav avatar Sep 20 '18 23:09 dseagrav