Questions tagged [autogen]

AutoGen - The Automated Program Generator of GNU Operating System. AutoGen is a tool designed to simplify the creation and maintenance of programs that contain large amounts of repetitious text. It is especially valuable in programs that have several blocks of text that must be kept synchronized.

Definition:

According to the Official AutoGen Home Page:

AutoGen is a tool designed to simplify the creation and maintenance of programs that contain large amounts of repetitious text. It is especially valuable in programs that have several blocks of text that must be kept synchronized.

AutoGen stands for Automated Program Generator (GNU).

Important Links:

44 questions
9
votes
1 answer

autogen.sh: You need gtk-doc to build this package

I want to compile LXDE's libfm from source, but when I run ./autogen.sh, it fails with this error: You need gtk-doc to build this package.
sashoalm
  • 75,001
  • 122
  • 434
  • 781
9
votes
2 answers

AS_IF and AC_MSG_ERROR: error: possibly undefined macro

I encounter such errors when trying to build libnice-0.1.10. For solution, I am following possibly undefined macro: AC_MSG_ERROR, but still not getting there. some program version uname: 3.5.0-23-generic m4: 1.4.16 automake: 1.14.1 autoconf:…
user180574
  • 5,681
  • 13
  • 53
  • 94
7
votes
2 answers

ExternalProject_Add autogen project prevent configure on rebuild

I have a CMake project on linux and I'm using ExternalProject to build Google Protobuf. It works great, however any subsequent builds still call the configure step in the external project (which is annoying because protobuf is an autogen project…
Chuck Claunch
  • 1,624
  • 1
  • 17
  • 29
4
votes
1 answer

Can't locate Data/Dumper.pm when building dssp - perl is installed but cannot be found?

I am trying to build dssp (https://github.com/cmbi/dssp) on a server-node (not on server-login), and I am facing a problem with how the system finds dependencies. I am working on a centos 7. The procedure of building dssp is : run ./autogen to get a…
4
votes
1 answer

FFmpeg.AutoGen example of how to split audio file

I want to use the FFmpeg.AutoGen project from here: https://github.com/Ruslan-B/FFmpeg.AutoGen I'm not familiar with the ffmpeg API, so I wanted to get an example of how to split an audio file into little files, for example the audio file is about 2…
Sven
  • 447
  • 1
  • 6
  • 22
4
votes
3 answers

How do I remove -Werror from autotools-generated makefiles?

I am compiling a large library which uses the autotools build process. There are many makefiles. Each of them are getting CFLAGS = .... -Werror. When I attempt to compile there are some minor warnings which kill the build on my setup. I would like…
4
votes
1 answer

using autogen.sh with ExternalProject_Add

I try to set ExternalProject_Add in CMakeLists.txt, for doing this I found this question : What is the correct usage of CMake EXTERNALPROJECT_ADD with a Git repository? But I have an issue, I can't call CONFIGURE_COMMAND configure, because I have to…
The Unholy Metal Machine
  • 1,093
  • 2
  • 17
  • 36
3
votes
0 answers

Swagger UI express shows blank page when host in server

I have generated the swagger JSON file below using "swagger-autogen" { "swagger": "2.0", "info": { "version": "0.0.0", "title": "api-impact", "description": "Documentation automatically generated by the swagger-autogen
DavEkc
  • 31
  • 2
3
votes
2 answers

Passing "-no-undefined" to Libtool LDFLAG

I am building a dll using MSys and Mingw on windows. The source for project only provides a autogen.sh, configure.ac and makefile.am. To generate the makefiles, you run autogen.sh then ./configure. I then go and manually add -no-undefined to the…
Theuns Heydenrych
  • 449
  • 1
  • 4
  • 12
2
votes
1 answer

How to decode MP4 file use GPU use ffmpeg.autogen?

How to decode MP4 file use GPU? I use the demo of FFmpeg.AutoGen. It is good for code: private static unsafe void DecodeAllFramesToImages() But this is use CPU to decode. I want get a demo use GPU to decode. How can i do this ? This is…
wang ning
  • 21
  • 2
2
votes
1 answer

Kernel32 not found when using FFmpeg.Autogen 4.1.0.2 in Mono/Linux

I'm submitting a bug report while I was posting this I didn't know I could see into FFmpeg.Autogen from the stacktrace. Anyways I posted a Bug Report on Github https://github.com/Ruslan-B/FFmpeg.AutoGen/issues/109 I'm trying to run my code in Linux…
2
votes
0 answers

aclocal: error: 'configure.ac' is required

I am try to use .autogen.sh to build the files from this repository: https://github.com/cnangel/pidgin-libqq It works when I input the command (.autogen.sh) from the directory(/project) where everything is unzipped. But when I want to build them…
Jin
  • 101
  • 2
  • 7
2
votes
2 answers

CFLAGS in configure script

I usually use an IDE whenever I write my own code. I don't know very much about make, configure scripts, etc. I'm working on a large and complicated existing project now, and the steps to build are: ./autogen.sh ./configure make I wrote my own C…
James Miller
  • 25
  • 1
  • 4
2
votes
1 answer

--build configuration option prior to compiling mono from a git source code checkout

Recently I compiled mono from source in order to use it with asp.net vnext I followed the instructions at Compiling Mono on OS X Built using a git source code checkout. One of the steps includes the following bash command: CC='cc -m32' ./autogen.sh…
user2985029
2
votes
1 answer

building raptor RDF from Source on OSX

I am trying to build the Raptor RDF Syntax Library. I can successfully install it using homebrew but would like to build from source instead. However, LIBTOOLIZE=/usr/bin/glibtoolize ./autogen.sh autogen.sh: Looking for programs: automake aclocal…
ejang
  • 3,982
  • 8
  • 44
  • 70
1
2 3