Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] transfron plugin: compile error



Hi all,

I tried to compile the transfron plugins, but I get the following erro:

make[1]: Entering directory `/usr/src/vdr/vdr-1.2.2/PLUGINS/src/transfron'
g++ -Wall -Woverloaded-virtual -Werror -O2 -DPLUGIN_NAME_I18N='"transfron"' -I../../../include -I../../../../DVB/include -c text.cpp
In file included from text.cpp:25:
text.hpp:39: syntax error before `&' token
text.hpp:35: base `cOsdMenu' with only non-default constructor in class without
   a constructor
text.cpp:27: syntax error before `&' token
make[1]: *** [text.o] Fehler 1
make[1]: Leaving directory `/usr/src/vdr/vdr-1.2.2/PLUGINS/src/transfron'



I finf out that this is a problem with g++...

# g++ --version
g++ (GCC) 3.2.3 20030422 (Gentoo Linux 1.4 3.2.3-r2, propolice)


On an other machine, this compiles without problems
$ g++ --version
2.95.4


Can somebody modify the source so it will compile with gcc 3 ?

THANX!

Greetz

David


-- 
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index