cryptodotis / irssi-otr

LibOTR functionality in Irssi.
GNU General Public License v2.0
183 stars 24 forks source link

unable to install, complains about autoconf version #61

Open berrythesoftwarecodeprogrammar opened 8 years ago

berrythesoftwarecodeprogrammar commented 8 years ago
[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 commented 8 years ago

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 commented 8 years ago
glib2.i686                            2.28.8-4.el6                @base
glib2-devel.i686                      2.28.8-4.el6                @base

i have these installed