Automake is a tool for automatically generating Makefile.in files compliant with the GNU Coding Standards
Questions tagged [automake]
17 questions
3
votes
1 answer
How to convert Makefile.am to Makefile.in?
I'm trying to install gnuplot 5.3 from github. I'm running
aclocal
autoheader
autoconf
automake
inside the package location.
This gives an error because automake is looking for Makefile.in and I have a bunch of Makefile.am files, supposedly…
Juan David
- 45
- 6
2
votes
1 answer
Trying To Install Libnotify
When I run sudo sh autogen.sh I get this output:
Processing ./configure.ac
Running gtkdocize...
Running autoreconf...
autoreconf: Entering directory ``.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force…
Darth4212
- 1,338
2
votes
1 answer
Error in configure.ac file while running aclocal
I am following https://robots.thoughtbot.com/the-magic-behind-configure-make-make-install to learn how to use autoconf and automake to create the configure script and Makefile.
Below is the content of configure.ac file:
AC_INIT ([helloworld], [0.1],…
sps
- 457
2
votes
1 answer
How to force apt-get to install automake v1.16 while it says 1.15 is already the newest version?
I got an error of missing aclocal-1.16 -I m4 in building my system. I tried to fix it by installing the newest version of automake, but it tells me that my automake is 1.15 which is already the newest version.
I googled it and found the newest…
Stan Huang at Taiwan
- 241
- 1
- 3
- 11
2
votes
1 answer
automake according to Ubuntu Software Center
Following description can be found in Ubuntu Software Center (Ubuntu 16.04 LTS) for Automake package:
Automake 1.15 fails to work in a number of situations that Automake
1.4, 1.6, 1.7, 1.8, 1.9, 1.10, 1.11 and 1.14 did, so previous versions are…
Fifi Cek
- 329
1
vote
1 answer
Building Python Extension Packages for Launchpad
I have an autotools project (c++) which I build packages for on a launchpad ppa
Recently I've attempted to add a python package to that archive. I've tested it locally with bzr dh-make and also using pbuilder. Both work fantastically. On launchpad…
Kevin Kreiser
- 255
1
vote
1 answer
Package requirements (glib-2.0 >= 2.37.3 ...-snip-...) were not met
I'm attempting to compile the Gnome System Monitor and I'm running into an error when executing ./configure. Not sure what packages are required here as I've attempted to apt-get libgtop-2.0 and librsvg-2.0.
configure: error: Package requirements…
1
vote
1 answer
Makefile:448: *** missing separator. Stop. error
The tutorial I am following is the automake hello world. I am compiling a code using GTK+2 and C language
hp@ubuntu:~/amhello$ autoreconf --install
configure.ac:2: installing `./install-sh'
configure.ac:2: installing `./missing'
src/Makefile.am:…
osama
- 1,111
1
vote
1 answer
Unable to install php8.2-dev on ubuntu 20.04
I'm trying to install swool using perl on ubuntu server then i get bellow error:
ERROR: `phpize' failed
As i searched turns out i should install php-dev but then i got below errors:
The following packages have unmet dependencies:
php8.2-dev :…
kosar
- 11
1
vote
0 answers
How to make 'Make' to handle more new pairs of source files indicated by its extension name
How can we modify a Makefile script to handle more new pairs of source files indicated by its extension name to be compiled by Make automatically correctly and preferably interactively
#...
objects = a.o b.o c.o d.o e.o f.o main.o h.o i.o
Binary :…
user17227456
- 193
0
votes
0 answers
configure: error: Package requirements(...) were not met
I am trying to make some tweaks to Unity Greeter. So I fetched the source code from launchpad.net. The package came with no makefile. After a bit of googling, I found they use autotools project structure. When I used automake tool to create the make…
ryanafrish7
- 115
- 7
0
votes
1 answer
Installing Source Library -- uriparser
I am new to the ubuntu and linux community and have decided to migrate my current C project to my new ubuntu workstation. I am currently working on a simple HTTP proxy as an educational personal project. I am fairly new to socket programming, C, and…
Lamar
- 103
0
votes
0 answers
automake gives segmentation fault (core dumped)
Whenever I invoke automake, it gives a segmentation fault (code dumped) error. Due to this, I am unable to compile and install anything from the source!
For example:
$> automake --version
automake (GNU automake) 1.16.5
Copyright (C) 2021 Free…
user5325
- 448
0
votes
0 answers
How to upgrade automake to 1.16.5?
In a Ubuntu 20.04 system, I had to upgrade autoconf to 2.71, which then required upgrading automake to 1.16.5. I downloaded automake-1.16_1.16.5-1.3.debian.tar.xz but after uncompressing, it has no 'configure' file. The directory looks…
0
votes
0 answers
Automake failing to compile anything
I've tried to compile programs, including neofetch, cmatrix, browsh, and a few others all to the same effect.
I run:
git clone repo Works fine
cd repo name Works fine
./autogen.sh Works fine
./configure Always comes out as something like…
Ultra Gamer
- 223
- 1
- 7