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 fails with newest Ubuntu updates. #13

Open
McThumpenstein opened this issue Jun 1, 2023 · 1 comment
Open

Build fails with newest Ubuntu updates. #13

McThumpenstein opened this issue Jun 1, 2023 · 1 comment

Comments

@McThumpenstein
Copy link

McThumpenstein commented Jun 1, 2023

Ubuntu 22.04.2 LTS 5.15.0-72-generic
"make" is failing with
cd . && aclocal-1.10 -I m4 /bin/bash: line 1: aclocal-1.10: command not found make: *** [Makefile:215: aclocal.m4] Error 127
Updating btnx/configure
am__api_version='1.10'
to
am__api_version='1.16'

and

btnx/Makefile ACLOCAL = aclocal-1.10
to
ACLOCAL = aclocal-1.16
as well as
AUTOMAKE = automake-1.10
to
AUTOMAKE = automake-1.16

Then rerunning configure and make
seems to fix the problem.

@cdobrich
Copy link
Owner

cdobrich commented Jun 6, 2023

I ran a build within a test virtual machine of Ubuntu 22.04.2 LTS and it compiled without any changes or problem. It was a fresh installation.

Let me check the local configuration output later...

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