Mailing List archive

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

[vdr] Re: prefermenu 0.5.4 does not compile with vdr 1.3.6



I wrote on Fri, Apr 02 2004:

>In file included from /usr/local/src/VDR/include/vdr/ci.h:15,
>                 from /usr/local/src/VDR/include/vdr/device.h:13,
>                 from /usr/local/src/VDR/include/vdr/config.h:19,
>                 from /usr/local/src/VDR/include/vdr/osd.h:16,
>                 from /usr/local/src/VDR/include/vdr/menuitems.h:13,
>                 from /usr/local/src/VDR/include/vdr/plugin.h:14,
>                 from prefermenu.h:4,
>                 from prefermenu.c:10:
>/usr/local/src/VDR/include/vdr/thread.h:33: syntax error before `;'

I tried gcc/g++ 3.0, got no compile-errors but could not load the
plugin due to unresolved symbols (everything else was compiled with
gcc 2.95). I found out that gcc complained about the "pthread" line
in "thread.h":

class cRwLock {
private:
  pthread_rwlock_t rwlock;
public:


Since I'm totally clueless, I just commented the "pthread" line with
// and prefermenu compiled fine and works since then. (Of course I
undid this change afterwards).

Kind regards  Frederick



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



Home | Main Index | Thread Index