Pagina 1 di 1

Make plugins

Inviato: 27 nov 2007, 14:06
da fusibile73
Dopo aver scompattato un plugin, aver creato il link simbolico alla directory originaria e applicato una patch per vdr-1.4.0, provo a compliare un plugin con i comandi (sono in /vdr/current):
make clean: OK
make plugins clean: OK
make: OK
make plugins: OK

Alla fine ottengo:

*** plugins without APIVERSION: games


*** failed plugins: browser sc text2skin

Per il plugin vecchio games ho fatto allora:
sed -i -e s/VDRVERSION/APIVERSION/g Makefile
come e da guida su http://vdr.spaghettilinux.org/index.php ... ei_plugins

Rifaccio
make clean: OK
make plugins clean:OK
make: OK
make plugins: OK

Alla fine ottengo di nuovo:
*** plugins without APIVERSION: games


*** failed plugins: browser sc text2skin

Ho provato a fare anche:

[root@vdrbox current]# cd PLUGINS/src/games
[root@vdrbox games]# sed -i -e s/VDRVERSION/APIVERSION/g Makefile
[root@vdrbox games]# cd ../../..
[root@vdrbox current]# cd PLUGINS/src/browser
[root@vdrbox browser]# sed -i -e s/VDRVERSION/APIVERSION/g Makefile
[root@vdrbox browser]# cd ../../..
[root@vdrbox current]# cd PLUGINS/src/sc
sc/ sc-0.8.5/ screenshot/ screenshot-0.0.8/
[root@vdrbox current]# cd PLUGINS/src/sc/
[root@vdrbox sc]# sed -i -e s/VDRVERSION/APIVERSION/g Makefile
[root@vdrbox sc]# cd ../../..
[root@vdrbox current]# cd PLUGINS/src/text2skin
[root@vdrbox text2skin]# sed -i -e s/VDRVERSION/APIVERSION/g Makefile
-bash: [root@vdrbox: command not found

Cancellato il plugin text2skin, riprovo e ottengo:
*** plugins without APIVERSION: games


*** failed plugins: browser sc


In cosa sbaglio?
Ciao.

Re: Make plugins

Inviato: 27 nov 2007, 16:17
da alez
Hai provato a modificare manualmente il Makefile sostituendo VDRVERSION con APIVERSION? Alla fine il comando sed fa quello...

Facci sapere ;)

Re: Make plugins

Inviato: 27 nov 2007, 16:28
da fusibile73
Si', certamente.
Stranamente il risultato, mi sembra di ricordare, era lo stesso.
Riproverò.

Re: Make plugins

Inviato: 27 nov 2007, 18:57
da lukkino
Perchè hai creato un altro topic per lo stesso argomento che hai postato 3 giorni fà?

http://http://forum.vdr-italia.org/viewtopic.php?t=0

Ciao

Re: Make plugins

Inviato: 27 nov 2007, 19:03
da fusibile73
Hai completamente ragione.
Ne ho creato un nuovo pensando, nella fretta, che fosse diverso.
Rileggendo, è identico.
Il tred precedente è da cancellare.