On Sat, Jan 10, 2004 at 03:10:46PM +0200, Lauri Tischler wrote:
g++ -g -O2 -Wall -Woverloaded-virtual -c -DREMOTE_KBD -DREMOTE_
-D_GNU_SOURCE -DVIDEODIR=\"/video\" -DPLUGINDIR=\"./PLUGINS/lib\"
-DDEBUG_OSD -I../DVB/include eit.c
In file included from libsi/section.h:18,
from eit.c:16:
libsi/si.h:148: error: `SI' redeclared as different kind of symbol
libsi/util.h:26: error: previous declaration of `SI'
This is a bug in your compiler. It seems your compiler does not honour
namespaces for enum members.
Which version of gcc do you run on that system.