max-moser/network-manager-wireguard

Error in autogen.sh

GaryGate15 opened this issue · 3 comments

Something is missing ...

sudo ./autogen.sh

configure.ac:92: warning: macro 'AM_GLIB_GNU_GETTEXT' not found in library
configure.ac:92: warning: macro 'AM_GLIB_GNU_GETTEXT' not found in library
configure.ac:19: installing './compile'
configure.ac:19: installing './config.guess'
configure.ac:19: installing './config.sub'
configure.ac:7: installing './install-sh'
configure.ac:7: installing './missing'
Makefile.am: installing './depcomp'
parallel-tests: installing './test-driver'
configure.ac:92: warning: macro 'AM_GLIB_GNU_GETTEXT' not found in library
configure.ac:92: error: possibly undefined macro: AM_GLIB_GNU_GETTEXT
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
autoreconf: /usr/bin/autoconf failed with exit status: 1

=========================================================
Linux Mint 19.1

Partially solved by installing package 'libglib2.0-dev-bin'
Now I get a comment about missing package 'glib-2.0'
I'm beginning to like snap packages...

./autogen.sh
imagen
make
imagen

To get this working on Raspbian I had to install:

  • libglib2.0-dev (like @GaryGate15 did, though I required the whole dev lib)
  • libtool
  • intltool
  • libgtk-3-dev
  • libnma-dev
  • libsecret-1-dev

I am also starting to like snap packages...

EDIT: Never mind this can't work on Raspbian because networkmanager in its repos is too old. This requires >=1.7.0. Make sure you have that before putting yourself through this.