Automake is a tool provided by GNU for the purpose of automating the generation of portable, configurable Makefiles.
0
votes
0answers
6 views
Splitting a project that uses inttool into multiple gettext domains and installing mo-files into LC_MESSAGES
Problem summary:
generate separate pot-files for more than one textdomain and place them in subdirectories below po (e.g. po/gcompris-gui)
convince make install to copy the mo files to LC_MESSAGES ...
0
votes
1answer
36 views
Adding AM_LDFLAGS has no effect in final library, causing linker errors
I'm using GNU autohell for my project which is a C++ library. It should link against ZMQ and boost. So I added this check for needed libraries in configure.ac
PKG_CHECK_MODULES(ZMQ, libzmq >= ...
1
vote
1answer
25 views
Automake demands “Autoconf 2.65 or better” and yet I already have Autoconf 2.69 installed
Right now I'm trying to build Automake on my Mac, and so far everything has been going swimmingly. I built Autoconf and m4 without any issues out of the packages (as opposed to git pulls). And then I ...
1
vote
1answer
42 views
Cross compiling with automake
I'm trying to cross compile a project and a library it depends on for use on an embedded system. Both the application and the dependency use automake. I was able to compile the library without much ...
0
votes
1answer
25 views
Automake: Remove configure script checks with make dist
I'm wondering if there is a way to remove dependency checks from a configure script when make dist is run. The purpose is that the version of the package in the repository uses emacs to execute lisp ...
0
votes
3answers
51 views
automake configure ignoring option --with-libxml2=yes
I am trying to compile, libgphoto2 with libxml2 support followint the guidelines here. Everything is ok until I try to run ./configure:
./configure --prefix=/tmp/gphoto2/local --with-libxml2=yes
...
0
votes
1answer
31 views
Unable to get automake to build .proto files into .pb.cc files with google protocol buffers
I've been trying to get automake to automagically determine how to build .pb.cc and .pb.hh files from a google protocol buffers .proto description, but have had no luck.
I've tried using this post on ...
0
votes
0answers
24 views
Makefile.in Files Not Generated with Automake 1.12.2
I recently upgraded my OS and upgraded my autotools versions with it. Now, one branch of my project will no longer build because automake no longer is using the Makefile.am files to generate the ...
0
votes
2answers
38 views
Make autoconf “check” target without running it
Is there a way to compile the "check" target of an autoconf project without running it?
I have Eclipse Juno with the "C/C++ Unit Test" plugin. I would like to be able to make the check target, then ...
0
votes
2answers
54 views
automake-ing in bison which works fine with handwritten makefile
Friends,
I am trying to create Makefile via gnu-autotools for a flex+bison+C code (toy code, you ma say). The Handwritten Makefile works fine
CC=gcc #-g -Wall
FLEX=flex
BISON=bison
LIBS=lfl
...
0
votes
1answer
42 views
compile zmq on sh4 CPU and occurs referenced by DSO error
I found if I add -shared, It will solve the make problem, but, I don't know where to modify the Makefile. I've tried LDFLAGS,CXXFLAGS in Makefile https://gist.github.com/anonymous/5453234 , it can not ...
0
votes
1answer
79 views
automake error: no proper invocation of AM_INIT_AUTOMAKE was found
i am new in autotools, and following this tutorial. but I could not solve this errors,
$ automake
configure.ac: error: no proper invocation of AM_INIT_AUTOMAKE was found.
..
...
1
vote
0answers
12 views
link cppuint library only when doing a “make check”
You can run unit tests in our application by doing a make check. However, the cppuint library is hardcoded into LDFLAGS in Makefile.am. Is there a way of linking in the cppuint library in configure.am ...
1
vote
1answer
127 views
RVM Error running 'requirements_smf_libs_install automake libtool',
I'm trying to add an installation of ruby-1.9.3-p392, and during the install when installing the required packages automake, libtool, I get the following:
Error running 'requirements_smf_libs_install ...
1
vote
0answers
26 views
shared library built with g++ compile is works and with automake compile can not be used
I'm building a shared libraries on CentOS 6.2.
The shared library will be build have some cpp files,headers,c shared libraries
and ffmpeg.The shared library is used to convert videos. When i use the ...
0
votes
1answer
39 views
AM_CONDITIONAL testing size of type
I would like to define PLATFORM64 if SIZEOF_VOIDP equals 8, the configure snippet below don't work but shows what I would like to achieve. Is there a way of doing this in my configure script?
# Get ...
0
votes
2answers
31 views
How to run scripts from within eclipse
I have a project that doesn't use autotools, but has a Makefile which I run to build the code. This make file is run from within in a shell script. I have imported the project in eclipse, but I can't ...
1
vote
1answer
81 views
automake 1.12 changes bison/yacc output names, backwards incompatible change?
I have posted a repository at https://github.com/Habbie/autoyacc-problem to demonstrate my issue.
With automake 1.11 and below, using AC_PROG_YACC in configure.ac and AM_YFLAGS=-d in Makefile.am, ...
2
votes
1answer
35 views
Library Installation order in automake
When I am running make distcheck, one library (lib2 in this example) is not being installed because it requires lib1.
Is there any way to mandate the order of library installation?
Makefile.am:
...
0
votes
0answers
19 views
Automake: Include extra files in default sources
I'm writing some simple tests for my library, and I'm trying to keep my Makefile.am file as tidy as I can, so I'm trying to rely on the default _SOURCES functionality. This is my current Makefile.am:
...
0
votes
2answers
51 views
Quick help in rebuilding an automake project
I got the source code of a project (which I can't reach the author any more), that uses automake. I'm not familiar with system and all I want to do is rebuild the project.
I have the following files ...
1
vote
0answers
31 views
What is the complete list of packages I need for configuring software in Linux? [closed]
I am trying to build some software on a Linux machine that, for whatever reason, wasn't supplied with a terribly complete set of packages. First I had to install autoconf. Then I realized I had to ...
1
vote
1answer
46 views
How to define AUTOMAKE_OPTIONS conditionally?
In an autotools-based project, I currently have the following line in my Makefile.am:
AUTOMAKE_OPTIONS = serial-tests
I would like to make this option apply if and only if my automake version is ...
0
votes
3answers
84 views
GNU make use file as target in SUFFIXES
Makefile is using
.SUFFIXES: .ext1
.ext1:
echo bla bla
I have a configuration file path/to/abc.ext1 so make path/to/abc works fine.
I want make path/to/abc.ext1 to work as well. It would be ...
1
vote
2answers
50 views
How to use an alternative library outside of linux system
I'm build an opensourced project configured by GNU autoconf. It depends on the glib2.36 and it reports the glib library's version is lower than that. But I don't want to replace my system's glib in ...
2
votes
2answers
55 views
Should I include configure and makefile in a github repository?
We recently moved from subversion to git, and then to Github, for several open source projects. Github was nice in that it provided a lot of functionality. One of the things I particularly like is ...
0
votes
1answer
52 views
Automake not including object files in built static library
I currently have a largish project including multiple applications and am trying to build a static library along with one of my applications for inclusion in several of the other applications.
I ...
1
vote
1answer
29 views
Is plugin_LTLIBRARIES a buildin variable like lib_LTLIBRARIES and noinst_LTLIBRARIES?
Recently I read the source code of strongswan. And I found this piece of script in one Makefile.am. I didn't see plugin_LTLIBRARIES before. I searched on the internet. Most of the result is ...
2
votes
1answer
72 views
Constant unseen by compiler
I have a problem with code below. It throws me errors which tells me nothing.
I have a file memory.h where i have:
#ifndef BLOCK_SIZE
#define BLOCK_SIZE 8
#endif
I have also configuration.ac file ...
1
vote
1answer
69 views
Use local library if system library is missing
I am using Autoconf and Automake tools, in ordrer to develop/distribute my application.
Everything is working fine right now.
My applications depends on GSL (GNU Scientific Library), so in my ...
0
votes
1answer
19 views
AutoMake conditional compilation issue
I am trying to do this in automake
platform=$(uname)
ifeq ($(platform), Darwin)
stmt = ...
else
stmt1 = ...
endif
But I get
error: else without if
error: endif without if
What ...
2
votes
1answer
72 views
Automake: AM_CFLAGS has no effect
I am trying to add some compilation options in Automake, but none of the approaches work.
Here is my configure.ac:
AC_INIT(...)
AC_PREREQ([2.59])
AC_CONFIG_AUX_DIR([build-aux])
...
0
votes
0answers
98 views
Compiling mp4creator on Synology NAS
I'm trying to compile mp4creator on Synology NAS. Apparently it uses aclocal, which uses automake. automake fails to execute on the NAS, due to perl not being compiled with the threads option :(
This ...
3
votes
3answers
107 views
Using autotools for a project with platform specific source code (multiple platforms)
I'm developing a project that is currently written in C but I plan to write some of the functions in asm for at least two platforms (x86_64 and arm). So I might have some source files:
generic/one.c
...
0
votes
1answer
59 views
Checking environment variable in make through automake
Is there a way to have a conditional passed through automake so it is passed on to the resulting Makefile.in and Makefile later on?
I check whether JAVA_HOME is defined in the environment in a ...
0
votes
0answers
70 views
libtool and ltdl dynamic loading (cannot open shared object file)
I use ltdl to load a dynamic library, it works well in project folder. But if I do sudo make install, and run from installation folder, it said "cannot open shared object file".
following is the some ...
0
votes
1answer
39 views
Why does the automake program seem to have strange lookup precedence on osx?
I have my own program called automake which I originally wrote on an Ubuntu machine and recently wanted to get working on my machine running OSX Lion.
I've compiled it up, copied it into my ...
0
votes
3answers
144 views
How to get shell script output into Makefile.am at make time?
I am working on an autotools project, and am a newbie to the autotools world. For various reasons, detailed at the bottom for completeness, I have a shell script from which I want to get the output ...
0
votes
1answer
107 views
Cannot build microhttpd project. Makefile generation problems using cygwin
I'm trying to use microhttpd libraries in order to generate html sites from c++ code.
I'm using netbeans on windows and compiling with cygwin.
I have downloaded microhttpd latest version from ...
1
vote
1answer
129 views
How to get absolute path to top build directory in autoconf configure.ac?
I am working on a project which requires a subproject which has its own makefile and configure.ac. The subproject is a program which is used to generate source files for the main project. There is an ...
0
votes
0answers
47 views
GNU libtool: Compiles always in static
I use GNU libtool for my project: one simple C++ library.
The problem is, that with autotools it compiles it always in static (.a). I want it in shared (.so)
Here is for example my configure.ac:
...
0
votes
2answers
93 views
Make distcheck doesn't copy all sources
My project is structured as followed:
/
subdir1
subdir2
subdir3
common_include
Each subdir compiles different binaries and libs for my project.
common_include includes .h (C++ ...
2
votes
0answers
250 views
Building SDL2 with NDK toolchain
I wonder if anyone did managed to build the fresh SDL2 with the toolchain of the Android NDK(r8d).
SDL2 seems to be very close to the release (since yesterday it isn't "UNDER CONSTROCTION anymore: ...
1
vote
2answers
51 views
Autoconf: Detect if emacs is installed
What is the best way to detect if emacs is installed? The nesC compiler build (apparently) requires emacs to be installed, and I'd like to modify their configure script to detect this, but I don't ...
0
votes
1answer
92 views
Adding GLib to an existing application with gnu toolchain (configure, Makefile, etc.)
I've added code to an existing large application and need to make GLib a requirement, as my code relies on it. For development, I just manually edited the Makefile to add
-lglib-2.0
To the LIBS= ...
0
votes
1answer
73 views
For automake: How to execute a command in the configure.ac?
In the automake
I want to assign to a Makefile variable a command execution result
How to do it in the configure.ac?
0
votes
1answer
56 views
Defining additional make targets using gnu autotools
I am beginning to learn autotools in order to first understand and later extend an existing project's build system. Currently the project builds a program as it's output. The build system is quite ...
1
vote
1answer
119 views
using if statement in Makefile.am(automake)
I know that for Makefile we can write the following bloc
ifneq ($(MYAPP_REVISION)_,_)
ifneq ($(MYAPP_REVISION),exported)
myapp_CFLAGS+=-DMYAPP_REVISION=\"$(MYAPP_REVISION)\"
...
1
vote
0answers
70 views
/usr/bin/m4: Directory not empty [closed]
I am trying to compile freeswitch on arm5vte file system. While doing bootstrap.sh it says
/usr/bin/m4: cannot remove temporary directory /tmp/m4-m8UrXp:
Directory not empty
My build tool ...
0
votes
2answers
97 views
How do I find the value of AM_MAKEFLAGS?
I am trying to build a software package I am unfamiliar with, and it uses automake, which I am also unfamiliar with. The various Makefiles have the macro $(AM_MAKEFLAGS) all over the place. I need ...


