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

make fails with automake-1.15 #25

Open
andreaskern opened this issue Mar 4, 2016 · 2 comments
Open

make fails with automake-1.15 #25

andreaskern opened this issue Mar 4, 2016 · 2 comments

Comments

@andreaskern
Copy link
Contributor

following the installation instructions on Ubuntu 15.10 results in an error while running make

/tmp/git-clone/crane_gps_watch$ make
 cd . && /bin/bash /tmp/gpswatch/crane_gps_watch/missing automake-1.14 --gnu
/tmp/gpswatch/crane_gps_watch/missing: line 81: automake-1.14: command not found
WARNING: 'automake-1.14' is missing on your system.
         You should only need it if you modified 'Makefile.am' or
         'configure.ac' or m4 files included by 'configure.ac'.
         The 'automake' program is part of the GNU Automake package:
         <http://www.gnu.org/software/automake>
         It also requires GNU Autoconf, GNU m4 and Perl in order to run:
         <http://www.gnu.org/software/autoconf>
         <http://www.gnu.org/software/m4/>
         <http://www.perl.org/>
Makefile:337: recipe for target 'Makefile.in' failed
make: *** [Makefile.in] Error 1

I have automake-1.15 installed so running

$ aclocal
$ automake
$ make
...

results in a correct build.

as quick fix I'd add the those commands to the Readme.md instructions

@mru00
Copy link
Owner

mru00 commented Mar 8, 2016

Sorry for the late reply, business was keeping me busy.
I very much appreciate your input and merged your PR. 
I would like to test if the new files work with an older automake. Could you please add the files on a new branch and push them, so I can test them?
Br, rudi

-- Rudolf Mühlbauer

-------- Original message --------
From: andreaskern [email protected]
Date: 04/03/2016 09:41 (GMT+01:00)
To: mru00/crane_gps_watch [email protected]
Subject: [crane_gps_watch] make fails with automake-1.15 (#25)

following the installation instructions on Ubuntu 15.10 results in an error while running make

/tmp/git-clone/crane_gps_watch$ make
cd . && /bin/bash /tmp/gpswatch/crane_gps_watch/missing automake-1.14 --gnu
/tmp/gpswatch/crane_gps_watch/missing: line 81: automake-1.14: command not found
WARNING: 'automake-1.14' is missing on your system.
You should only need it if you modified 'Makefile.am' or
'configure.ac' or m4 files included by 'configure.ac'.
The 'automake' program is part of the GNU Automake package:
http://www.gnu.org/software/automake
It also requires GNU Autoconf, GNU m4 and Perl in order to run:
http://www.gnu.org/software/autoconf
http://www.gnu.org/software/m4/
http://www.perl.org/
Makefile:337: recipe for target 'Makefile.in' failed
make: *** [Makefile.in] Error 1

I have automake-1.15 installed so running

$ aclocal
$ automake
$ make
...

results in a correct build.

as quick fix I'd add the those commands to the Readme.md instructions


Reply to this email directly or view it on GitHub.

@TomHW
Copy link

TomHW commented May 2, 2022

i had the same problem.
autoreconf -f -i
did the job for me. Then proceed with ./configure.
See https://stackoverflow.com/questions/33278928/how-to-overcome-aclocal-1-15-is-missing-on-your-system-warning

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