FernetMenta / vdr-plugin-vnsiserver

VDR plugin to handle XBMC clients.
GNU General Public License v2.0
16 stars 33 forks source link

Symbols errors with vdr 2.2.0 and 2.3.1 #35

Open jduda opened 8 years ago

jduda commented 8 years ago

I did a git fetch today in the hopes of upgrading vdr from 2.2.0 to 2.3.1 I recompiled against both 2.2.0 and 2.3.1 and I get symbol errors at runtime. I can no longer run with 2.2.0 either.

When running with 2.2.0, I get this symbol error: vdr: /usr/local/lib/vdr/libvdr-vnsiserver.so.2.2.0: undefined symbol: _ZNK4cOsd13MaxPixmapSizeEv

When running with 2.3.1, I get this symbol error: vdr: /usr/local/lib/vdr/libvdr-vnsiserver.so.2.3.1: undefined symbol: Channels

Could I be doing something wrong in the build against vdr? My build against 2.2.0 had been working until todays update to the git head.

Best Regards, Jim

FernetMenta commented 8 years ago

a git fetch does not change the sources, it just updates the local repo

jduda commented 8 years ago

I also did a merge after the fetch. I should have pointed that out. Regards, Jim

FernetMenta commented 8 years ago

you most likely compile with wrong vdr sources

ghost commented 8 years ago

I do have the exact same error with 2.2.0 (and there are just the 2.2.0 sources I'm compiling with)

vdr: /opt/vdr-2.2/lib/vdr/libvdr-vnsiserver.so.2.2.0: undefined symbol: _ZNK4cOsd13MaxPixmapSizeEv