eonpatapon / mpDris2

MPRIS V2.1 support for mpd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing file po/Makefile.in

danyspin97 opened this issue · comments

The file is listed in configure.ac but it is missing since tag 0.6, making autotools fail.

EDIT: relevant output of configure.ac:

configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: error: cannot find input file: `po/Makefile.in.in'

You need to run intltoolize -f first

Actually you maybe just miss intltool in your environment ?

I see. The autogen.sh my distribution ship and uses for building packages does not call intltoolize, so that was the issue. Thank you for your answer!