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

unable to install, complains about autoconf version #61

Open
berrythesoftwarecodeprogrammar opened this issue Mar 4, 2016 · 2 comments

Comments

@berrythesoftwarecodeprogrammar
[root@gorf irssi-otr]# ./bootstrap
+ '[' '!' -e config ']'
+ autoreconf -i -s
configure.ac:28: warning: macro 'AM_PATH_GLIB_2_0' not found in library
configure.ac:6: error: Autoconf version 2.65 or higher is required
/usr/local/share/aclocal-1.15/init.m4:29: AM_INIT_AUTOMAKE is expanded from...
configure.ac:6: the top level
autom4te: /usr/bin/m4 failed with exit status: 63
aclocal: error: echo failed with exit status: 63
autoreconf: aclocal failed with exit status: 63

but ive installed every dependency and made sure they are above the minimum version required

[root@gorf irssi-otr]# /usr/bin/autoconf --version
autoconf (GNU Autoconf) 2.69
[root@gorf irssi-otr]# /usr/local/bin/autoconf --version
autoconf (GNU Autoconf) 2.69

not sure what to do now. im on CentOS 6.7

@dgoulet
Copy link
Member

dgoulet commented Mar 25, 2016

You need libglib2.0-dev (Debian package name though) which installs the need .pc (pkgconfig) file for this macro to work. I'm guessing there is something similar to CentOS ?

@berrythesoftwarecodeprogrammar
Copy link
Author

glib2.i686                            2.28.8-4.el6                @base
glib2-devel.i686                      2.28.8-4.el6                @base

i have these installed

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

2 participants