News:

Latest versions:
Server plugin: 0.5.1
MVP dongle: 0.5.2
Raspberry Pi client: 0.5.2
Windows client: 0.5.2-1

Main Menu

vomp and vdr >1.7.3

Started by hondansx, February 02, 2009, 20:35:53

Previous topic - Next topic

stu-e

Same error with vdr-1.7.5:
vdr: ./PLUGINS/lib/libvdr-vompserver.so.1.7.5: undefined symbol: _ZN10cIndexFile3GetEiPtPlPbPi

Stu-e

stu-e

I got it working after simply renaming Make.config.template to Make.config in the vdr source directory.
This was suggested by Thomas Gunther on the vdr mailing list. He quoted a bit of vdr history that perhaps the Vompserver plugin's authors should take note of:

From HISTORY of VDR-1.7.4:
- Added "DEFINES += -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE"
  to Make.config.template (thanks to Johann Friedrichs for pointing this out).
  Plugin authors should add this line to their Makefile or Make.config if they use
  file access functions that need special versions for 64 bit offsets.

I'm really grateful for the work you put in getting support for >vdr-1.7.3.

Many thanks

Chris

dingo35, Marten, thanks for your efforts on the VDR 1.7 development patches, good work!

As for the Yaris version, thanks once again to Walter for all your work. I do think we can sort something out about getting the two versions closer together.

I am going to make a release of the code as it stands soon, just to attempt to draw a line in the sand and have a new base to work from.

stu-e: I have added that to the server Makefile, thanks for pointing it out.