Loggytronic Forum

VOMP => VOMP General / MVP => Topic started by: 4ndreas on April 06, 2012, 12:29:56

Title: Compile error vdr-1.7.27 / vompserver-0.3.1-3-Yaris
Post by: 4ndreas on April 06, 2012, 12:29:56
Hi,
I tried to compile vompserver-0.3.1-3-Yaris with vdr 1.7.27 and get these errors:


Plugin vompserver:
make[1]: Entering directory `/opt/dvb/vdr-1.7.27/PLUGINS/src/vompserver-0.3.1-3-Yaris'
( if [ -f .standalone ] ; then ( rm -f .standalone; make clean ; make objects ) ; else exit 0 ;fi )
g++ -O2 -fPIC -Wall -Woverloaded-virtual  -c -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"vompserver"' -DVOMPSERVER -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I../../../include -I/include -o vompclientrrproc.o vompclientrrproc.c
../../../include/vdr/recording.h: In member function 'int VompClientRRProc::processGetRecordingsList()':
../../../include/vdr/recording.h:106:10: error: 'time_t cRecording::start' is private
vompclientrrproc.c:646:31: error: within this context
../../../include/vdr/recording.h: In member function 'int VompClientRRProc::processGetMarks()':
../../../include/vdr/recording.h:215:7: error: 'int cMark::position' is private
vompclientrrproc.c:1876:60: error: within this context
../../../include/vdr/recording.h:215:7: error: 'int cMark::position' is private
vompclientrrproc.c:1878:27: error: within this context
make[1]: *** [vompclientrrproc.o] Error 1
make[1]: Leaving directory `/opt/dvb/vdr-1.7.27/PLUGINS/src/vompserver-0.3.1-3-Yaris'


Can anybody help me with a patch as I don't know anything about programming. Thank you for helping.

regards,
4ndreas
Title: Re: Compile error vdr-1.7.27 / vompserver-0.3.1-3-Yaris
Post by: hondansx on April 21, 2012, 13:47:15
You can try this.

-UNTESTED-

Bye
Walter
Title: Re: Compile error vdr-1.7.27 / vompserver-0.3.1-3-Yaris
Post by: 4ndreas on April 22, 2012, 15:45:26
Hi Walter,
great, it's compiling and working again! Thank you very much!!

regards,
4ndreas