Posts: 369
Joined: Jan 2011
Reputation:
3
VDR is near 2.0 and lately has changed many things in Makefile. What version of VDR do you use?
Posts: 6,810
Joined: Jul 2010
Reputation:
198
compiling vdr from source does not require vdr-dev! The package vdr-dev is a different version of vdr and you MUST complile the plugins against the version of vdr which you intend to use.
Posts: 217
Joined: Jul 2010
Reputation:
2
2013-03-22, 12:19
(This post was last modified: 2013-03-22, 12:22 by Krautmaster.)
yeap but I also tried
make VDRDIR=/usr/src/vdr
which built fine as well but stucks in the error in starting vdr listed above
Posts: 6,810
Joined: Jul 2010
Reputation:
198
You have to purge vdr-dev from your system, remove any vdr headers from /usr/include /usr/local/include, then fix the actual problem.
Posts: 6,810
Joined: Jul 2010
Reputation:
198
btw: having sources is /usr is a bad idea. Place the sources somewhere in you home folder like ~/progs/src/vdr/1.7.41
Posts: 6,810
Joined: Jul 2010
Reputation:
198
In case you compile xbmc yourself, the easiest method is to compile the addons in the source tree of XBMC.
Posts: 217
Joined: Jul 2010
Reputation:
2
2013-03-23, 21:21
(This post was last modified: 2013-03-23, 21:34 by Krautmaster.)
hm yeap... i tried with ./configure --prefix=/usr/share/
but VNSI stays 1.74
root@ubuntu:/# find -name addons
./var/lib/vim/addons
./usr/share/xbmc/addons
./usr/lib/xbmc/addons
./home/xbmc/build/xbmc-pvr-addons/addons
./home/xbmc/.xbmc/addons
will i need ./configure --prefix=/usr/share/xbmc ?
i will try again
Edit:
so gehts auch nicht... was muss ich anstellen. Ich mein zip entpacken geht auch, aber was wäre sauberer?