pipelka / vdr-plugin-xvdr

DISCONTINUED - XVDR Plugin for VDR
GNU General Public License v2.0
43 stars 21 forks source link

binary incompatibility with vdr 1.7.21 #11

Closed Brutusxxx closed 12 years ago

Brutusxxx commented 12 years ago

I'm using vdr 1.7.21 from ppa yavdr/testing-vdr. I manually build vdr-plugin-vdr from git. I get following messages:

Searching for plugins (VDR 1.7.21/1.7.21) (cache hit): sc epgsearchonly eepg svdrpservice conflictcheckonly quickepgsearch live epgsearch streamdev-server WARNING: The following plugins have been left out due to really binary incompatibility: xvdr.

Sep 23 18:54:30 ubuntu vdr: [23385] ERROR: /usr/lib/vdr/plugins/libvdr-xvdr.so.1.7.21: undefined symbol: _ZN6cTimerC1EbbP8cChannel

How to resolve ?

pipelka commented 12 years ago

That's a question that can't be easily answered but I'll try:

It seems the xvdr plugin was built using different headers than the main vdr application. That's all I can say because I don't know your setup or how your plugins have been built.

Internally I'm building 2 versions of the plugin:

All these versions work so I guess it must be your build system.

Brutusxxx commented 12 years ago

Problem solved, building vdr from source, I could load xvdr ! Thanks