Mailing List archive

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

[vdr] Re: bistreamout, SB live and 2.6?



Am Montag, 6. Oktober 2003 13:36 schrieb Dr. Werner Fink:

> > thank you for your patch, but I get the following error:
> >
> > o\" -DPLUGINDIR=\"./PLUGINS/lib\" -I../DVB/include thread.c
> > thread.c:114: ISO C++ forbids declaration of `IsLocked' with no type
> > thread.c:114: no `int cMutexLock::IsLocked()' member function declared
> > in class
> >    `cMutexLock'
> > make: *** [thread.o] Error 1
> > vdr:/usr/local/src/VDR #
>
> Haven't I say its untested ;^) Just remove IsLocked from
> the patch/code and try again.
>
>
>         Werner

Hello Werner,

i tried this in thread.c:

//cMutexLock::IsLocked()
//{
//  if (locked)
//     return true;
//  return false;
//}

So i think the IsLocked- "Function" is commented out?
This compiles without problems, but changing the channel in vdr (from "AC3"- 
ZDF to ARD) there is the following error-message:

"vdr[972]: ERROR: thread 8199 won't end (waitedt 1 seconds) cancelling it.
vdr [ 972]: ERROR: thread 7176 won't end (waited 3 seconds) cancelling it. 
and so on..."

And vdr crashes...

In an earlier posting you wrote, that i "need an up-to-date thread lib". I 
use SuSE 8.1 and in "/usr/include/linux" or "/lib" there are many original 
"old" files, could this be a problem of a "broken" distribution???
Does i have to update something else??

 thank you

ralf



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



Home | Main Index | Thread Index