Hi, > On Mon, 04 Apr 2005 12:30:26 +0200 > syrius.ml@xxxxxxxxxx wrote: > > > > Hi, any news on streamdev and vdr-1.3.23 ? > > > > > > It used to work, with vdr-1.3.22: > > > vdr-streamdev-0.3.3-pre4.tgz > > > patch for streamdev: vdr-streamdev-patch-for-vdr-1.3.19.diff > > > > how about trying streamdev cvs ? > > I'm not sure it will work for 1.3.23, but at least it works here for > > 1.3.22. > > > > cvs -d:pserver:anoncvs@xxxxxxxxxxxxxxxxx:/var/cvsroot login > > cvs -d:pserver:anoncvs@xxxxxxxxxxxxxxxxx:/var/cvsroot co streamdev > > Thanks for the recomendation, however didn't work with 1.3.23. > Same error. I > didn't apply vdr-streamdev-patch-for-vdr-1.3.19.diff though, so > looks it's > not needed anymore. > > Unfortunately, same error: > > g++ -g -O2 -Wall -Woverloaded-virtual -O2 -c -D_GNU_SOURCE -DHAVE_AUTOPID > -I../../../include -I../DVB/include -I. -o client/menu.o client/menu.c > client/menu.c: In constructor ` > cStreamdevMenuEditTimer::cStreamdevMenuEditTimer(cRemoteTimer*, bool)': > client/menu.c:141: error: parse error before `(' token > > as a urgently hack, you can change in the client/menu.c (line 143): #if VDRVERSNUM < 10323 Add(new cMenuEditDayItem (tr("Day"), &m_Data.m_Day)); #endif So streamdev will compile (Server and clientpart), but now you can't use the remote timer. I'll look forward, if I've more time for this ... Greetings Burkhardt