hechtus / squeezebox-googlemusic

Squeezebox (Logitech Media Server) Plugin for Google Play Music
103 stars 24 forks source link

Running on LMS on Synology NAS #90

Closed gozdal closed 2 years ago

gozdal commented 8 years ago

I have a Synology NAS DS214play. It is an Atom CE5335 based machine. I have LMS 7.9.0 installed. I tried to use the Google Music plugin but failed when trying to install Inline module from Perl:

/usr/bin/perl /usr/share/perl5/core_perl/ExtUtils/xsubpp  -typemap /usr/share/perl5/core_perl/ExtUtils/typemap  Python.xs > Python.xsc && mv Python.xsc Python.c
/usr/local/i686-pc-linux-gnu/bin/i686-pc-linux-gnu-ccache-gcc -c  -I/usr/syno/include/python2.7     -DVERSION=\"0.49\" -DXS_VERSION=\"0.49\" -fPIC "-I/usr/lib/perl5/core_perl/CORE"  -DEXPOSE_PERL -DCREATE_PYTHON -UCREATE_PERL Python.c
Python.xs:3:20: error: EXTERN.h: No such file or directory
Python.xs:4:18: error: perl.h: No such file or directory
Python.xs:5:18: error: XSUB.h: No such file or directory

I assume it's because Synology does not ship package akin to perl-devel. Would you have any hints on how to actually make it work?