29/10/2015, 21:48
(Questo messaggio è stato modificato l'ultima volta il: 29/10/2015, 22:58 da enrydgl.)
Ciao,
ho installato OSMC per raspberry 2.
Ora sto cercando di compilare TvHeadend seguendo la guida qui :
https://discourse.osmc.tv/t/howto-instru...ve-tv/2675
al comando configure :
cd /usr/src
git clone https://github.com/tvheadend/tvheadend
cd tvheadend
./configure
Mi da errore gettext.
Leggendo il commento di una persona dice:
i managed to get past the gettext error by installing it with command:
apt-get gettext
configure continues but still failing. Next item to error out is DVB scan files path fails. How to fix this? I tried many attempts and lots of googling but to no avail. I did however to succeed by installing another copy of tvheadend following an old thread "Live TV on Pi with Tvheadend (all running on one Pi) Updated - 24/9/1214":
cd ~
git clone https://github.com/tvheadend/tvheadend
cd tvheadend
./configure
make
sudo make install
It's not all smooth though. I can run tvheadend with command:
tvheadend -C
and get to the web interface at http://x.x.x.x:9981. I can get through step 6 but in step 7, I do not get small message about loading channels so no "TV" added to top menu. Also, running above command, my pi freezes and I have to do a hard power off and on to restart.
Cosa devo fare?
Ci sono riuscito... vediamo se da altri problemi sul make
ho installato OSMC per raspberry 2.
Ora sto cercando di compilare TvHeadend seguendo la guida qui :
https://discourse.osmc.tv/t/howto-instru...ve-tv/2675
al comando configure :
cd /usr/src
git clone https://github.com/tvheadend/tvheadend
cd tvheadend
./configure
Mi da errore gettext.
Codice:
osmc@osmc:/usr/src/tvheadend$ ./configure
Checking support/features
checking for cc execinfo.h ... ok
checking for cc -mmmx ... fail
checking for cc -msse2 ... fail
checking for cc -Wunused-result ... ok
checking for cc getloadavg ... ok
checking for cc atomic64 ... ok
checking for cc lockowner ... ok
checking for cc qsort_r ... ok
checking for cc stime ... ok
checking for cc recvmmsg ... ok
checking for cc sendmmsg ... ok
checking for cc libiconv ... fail
checking for cc libdvben50221 ... fail
checking for py module gzip ... ok
checking for xgettext ... fail
ERROR: WARN: no gettext binaries found
Leggendo il commento di una persona dice:
i managed to get past the gettext error by installing it with command:
apt-get gettext
configure continues but still failing. Next item to error out is DVB scan files path fails. How to fix this? I tried many attempts and lots of googling but to no avail. I did however to succeed by installing another copy of tvheadend following an old thread "Live TV on Pi with Tvheadend (all running on one Pi) Updated - 24/9/1214":
cd ~
git clone https://github.com/tvheadend/tvheadend
cd tvheadend
./configure
make
sudo make install
It's not all smooth though. I can run tvheadend with command:
tvheadend -C
and get to the web interface at http://x.x.x.x:9981. I can get through step 6 but in step 7, I do not get small message about loading channels so no "TV" added to top menu. Also, running above command, my pi freezes and I have to do a hard power off and on to restart.
Cosa devo fare?
Ci sono riuscito... vediamo se da altri problemi sul make