Hello! Chad Flynt wrote: > > I have always in the past had to re-patch the LiveBuffer patch for > support of Jumpplay and Liemikuutio patches. Never really been a > problem, but am having a hard time with the current version. And I > think it is due to changes with cMarks to cMarksReload. I get the > following errors when trying to compile: > > menu.c: In constructor `cReplayControl::cReplayControl(bool, > cLiveRecorder*)': > menu.c:4233: error: no matching function for call to > `cMarksReload::cMarksReload()' > recording.h:170: note: candidates are: > cMarksReload::cMarksReload(const cMarksReload&) > recording.h:177: note: > cMarksReload::cMarksReload(const char*) > make: *** [menu.o] Error 1 Solve the conflict in marks.h with: cMarksReload marks; cMarks marks_offs; Tom