Hello
Sorry if this post is not directly related to VDR. I'm currently updating my VDR config after a disk change. I can't get dxr3player 0.11 compile with gcc 4.3.3 (Slack 13)
/usr/lib/gcc/i486-slackware-linux/4.3.3/../../../../include/c++/4.3.3/bits/stl_vector.h:490: erreur: 'const class DefaultAllocatorTemplate<std::pair<unsigned int, unsigned int> >' has no member named 'max_size'
I tried the cvs with the following commands :
cvs -d:pserver:anonymous@dxr3player.cvs.sourceforge.net:/cvsroot/dxr3player login
cvs -z3 -d:pserver:anonymous@dxr3player.cvs.sourceforge.net:/cvsroot/dxr3player co -P dxr3player
Compilation aborts :
g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src/lib -I../../.. -g -O2 -Wall -W -include /home/vdruser/dxr3player/config.h -fno-rtti -fno-exceptions -MT Config.o -MD -MP -MF .deps/Config.Tpo -c -o Config.o Config.cc Config.cc: In destructor 'Config::~Config()': Config.cc:310: erreur: 'mediaDirectory' was not declared in this scope
Did anyone succeed in compiling dxr3player with gcc 4.x.x ?
Thanks
Damien