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

Automake installed but not detected #12

Open
YalithKBK opened this issue Oct 9, 2023 · 0 comments
Open

Automake installed but not detected #12

YalithKBK opened this issue Oct 9, 2023 · 0 comments

Comments

@YalithKBK
Copy link

YalithKBK commented Oct 9, 2023

Downloaded from git and tried to build on Linux Mint 21. Got an error that automake is not found, however I have version 1.16.5 installed.

genericuser@BadBoy:~/Downloads/infinity-plugin$ ./autogen.sh
checking for autoconf >= 2.65...
  testing autoconf2.50... not found.
  testing autoconf... found 2.71
checking for automake >= 1.11...
  testing automake-1.15... not found.
  testing automake-1.14... not found.
  testing automake-1.13... not found.
  testing automake-1.12... not found.
  testing automake-1.11... not found.
  testing automake-1.10... not found.
  testing automake-1.9... not found.
  testing automake-1.8... not found.
  testing automake-1.7... not found.
  testing automake-1.6... not found.
  testing automake-1.5... not found.
***Error***: You must have automake >= 1.11 installed
  to build Infinity Visualization Plugin.  Download the appropriate package
  from your distribution or get the source tarball at
    http://ftp.gnu.org/pub/gnu/automake/automake-1.11.tar.gz

genericuser@BadBoy:~/Downloads/infinity-plugin$ automake --version
automake (GNU automake) 1.16.5
Copyright (C) 2021 Free Software Foundation, Inc.
License GPLv2+: GNU GPL version 2 or later <https://gnu.org/licenses/gpl-2.0.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by Tom Tromey <tromey@redhat.com>
       and Alexandre Duret-Lutz <adl@gnu.org>.

Do I need a different version or does something need to be in a different place?

Edit to make code tags work.

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

1 participant