Project

General

Profile

Actions

Feature #2500

closed

vdr-epg2vdr-1.1.61 - update.c:1723:13: error: 'class cEvent' has no member named 'SetAux'; did you mean 'SetVps'?

Added by marco almost 7 years ago. Updated almost 7 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Start date:
05/23/2017
Due date:
% Done:

100%

Estimated time:

Description

Beim Kompilieren von der Version 1.1.61 unter Fedora bekomme ich die folgende Fehlermeldung:

g++ -c -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -ggdb -O0 -fPIC -Wreturn-type -Wall -Wno-parentheses -Wformat -pedantic -Wno-long-long -Wunused-variable -Wunused-label -Wno-unused-result -Wunused-value -Wunused-function -Wno-variadic-macros -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c++11 -D__STDC_FORMAT_MACROS -Wunused-but-set-variable -O3 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -fPIC -Werror=overloaded-virtual -Wno-parentheses -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -O3 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D__STL_CONFIG_H -DWITH_AUX_PATCH -DEPG2VDR_DATA_DIR='"/var/cache/vdr"' -DEPG2VDR -DLOG_PREFIX='"epg2vdr: "' -DVDR_PLUGIN -DUSEUUID -DUSEMD5 -DUSEJSON -DUSEGUNZIP -DPLUGIN_NAME_I18N='"epg2vdr"' -DGIT_REV='""' -I/usr/include/mysql -o update.o update.c
update.c: In member function 'cEvent* cUpdate::createEventFromRow(const cDbRow*)':
update.c:1723:13: error: 'class cEvent' has no member named 'SetAux'; did you mean 'SetVps'?
          e->SetAux(xml.toText());
             ^~~~~~
Makefile:122: recipe for target 'update.o' failed
make: *** [update.o] Error 1

Actions #1

Updated by horchi almost 7 years ago

  • Tracker changed from Bug to Feature
  • Status changed from New to Closed
  • % Done changed from 0 to 100

Not a bug it's a feature ;)

SetAux gibt es ab vdr-2.3.4 davor ist der mitgelieferte AUX Patch nötig, oder man verzichtet auf das Feature und kommentiert WITH_AUX_PATCH in Make.config aus.
Denke ich kommentiere es besser beim nächsten update wieder als default aus.

Grüße Jörg

Actions

Also available in: Atom PDF