eonpatapon / mpDris2

MPRIS V2.1 support for mpd
GNU General Public License v3.0
210 stars 46 forks source link

autogen.sh fails #67

Closed chris30o0 closed 8 years ago

chris30o0 commented 9 years ago

Hi, I got the same problem as #19:

$ ./autogen.sh --sysconfdir=/etc
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for a Python interpreter with version >= 2.5... python
checking for python... /usr/bin/python
checking for python version... 2.7
checking for python platform... linux2
checking for python script directory... ${prefix}/lib/python2.7/dist-packages
checking for python extension module directory... ${exec_prefix}/lib/python2.7/dist-packages
./configure: line 2601: syntax error near unexpected token `0.26'
./configure: line 2601: `IT_PROG_INTLTOOL(0.26)'

I tried both git clone and downloading it myself. Same results there. Not sure how the poster of #19 solved this so I have to ask here again.

chris30o0 commented 9 years ago

Resolved by doing sudo apt-get install autoconf automake autopoint autotools-dev build-essential dpkg-dev g++ g++-4.8 intltool libstdc++-4.8-dev libtool Also had to install python-mpd for it to run.

Creds to mc4man @ ubuntuforums.org