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

fail to create configure file with Ubuntu #4

Open
arodeus opened this issue Feb 23, 2015 · 3 comments
Open

fail to create configure file with Ubuntu #4

arodeus opened this issue Feb 23, 2015 · 3 comments
Assignees

Comments

@arodeus
Copy link

arodeus commented Feb 23, 2015

Hello, both using automake or autoconf, here the error:

automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: 'configure.ac' and 'configure.in' both present.
automake: proceeding with 'configure.ac'
configure.ac: error: no proper invocation of AM_INIT_AUTOMAKE was found.
configure.ac: You should verify that configure.ac invokes AM_INIT_AUTOMAKE,
configure.ac: that aclocal.m4 is present in the top-level directory,
configure.ac: and that aclocal.m4 was recently regenerated (using aclocal)
configure.ac:32: error: required file './config.guess' not found
configure.ac:32: 'automake --add-missing' can install 'config.guess'
configure.ac:32: error: required file './config.sub' not found
configure.ac:32: 'automake --add-missing' can install 'config.sub'
Docs/makefile.am:5: error: FINK does not appear in AM_CONDITIONAL
Docs/makefile.am:17: error: FINK does not appear in AM_CONDITIONAL
Source/makefile.am: error: required file './depcomp' not found
Source/makefile.am: 'automake --add-missing' can install 'depcomp'
/usr/share/automake-1.14/am/depend2.am: error: am__fastdepCC does not appear in AM_CONDITIONAL
/usr/share/automake-1.14/am/depend2.am: The usual way to define 'am__fastdepCC' is to add 'AC_PROG_CC'
/usr/share/automake-1.14/am/depend2.am: to 'configure.ac' and run 'aclocal' and 'autoconf' again
/usr/share/automake-1.14/am/depend2.am: error: AMDEP does not appear in AM_CONDITIONAL
/usr/share/automake-1.14/am/depend2.am: The usual way to define 'AMDEP' is to add one of the compiler tests
/usr/share/automake-1.14/am/depend2.am: AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC, AC_PROG_OBJCXX,
/usr/share/automake-1.14/am/depend2.am: AM_PROG_AS, AM_PROG_GCJ, AM_PROG_UPC
/usr/share/automake-1.14/am/depend2.am: to 'configure.ac' and run 'aclocal' and 'autoconf' again
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: 'configure.ac' and 'configure.in' both present.
automake: proceeding with 'configure.ac'
makefile.am:25: error: FINK does not appear in AM_CONDITIONAL
makefile.am:44: error: FINK does not appear in AM_CONDITIONAL

@gumpu gumpu self-assigned this Apr 11, 2015
@gumpu
Copy link
Owner

gumpu commented Apr 11, 2015

This with the latest version or an older version?

@hpepper
Copy link

hpepper commented Nov 15, 2015

I have the same sort of issues on Ubuntu.

The ROBODoc version is: Apr 2015 V4.99.43
(From the ChangeLog file).

The Ubuntu version:
cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=14.04
DISTRIB_CODENAME=trusty
DISTRIB_DESCRIPTION="Ubuntu 14.04.3 LTS"

Linux alpha 3.13.0-46-generic #79-Ubuntu SMP Tue Mar 10 20:06:50 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux

Any hints on what might be missing?

@tavinus
Copy link

tavinus commented Sep 25, 2018

Hi, found a solution here

At robodoc's root

Instead of

$ autoconf

Had to run

$ autoreconf -i

Then all was set to compile and install with

$ ./configure
$ make
$ make installcheck
$ sudo make install

Tested on Debian 9 Stretch

$ robodoc --version
4.99.43

EDIT: Btw, there is no .deb package available on apt-get.
Also, sorry to revive this, but there was still no solution and it is still relevant (and works!)

Cheers!

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

4 participants