Dear visitor, welcome to VDR Portal. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
linux:/usr/local/src/vdr-1.2.5 # make plugins
make[1]: Entering directory `/usr/local/src/vdr-1.2.5/PLUGINS/src/calendar-0.1.1'
g++ -O2 -Wall -Woverloaded-virtual -c -DPLUGIN_NAME_I18N='"calendar"' -I../../../include -I../../../../DVB/include calendar.c
In file included from ../../../include/vdr/ci.h:15,
from ../../../include/vdr/device.h:13,
from ../../../include/vdr/config.h:20,
from ../../../include/vdr/osd.h:16,
from ../../../include/vdr/menuitems.h:13,
from ../../../include/vdr/plugin.h:14,
from calendar.c:10:
../../../include/vdr/thread.h:54: syntax error before `;'
../../../include/vdr/thread.h: In method `void cRwLock::rdLock()':
../../../include/vdr/thread.h:58: `rwlock' undeclared (first use this function)
../../../include/vdr/thread.h:58: (Each undeclared identifier is reported only once
../../../include/vdr/thread.h:58: for each function it appears in.)
../../../include/vdr/thread.h:58: implicit declaration of function `int pthread_rwlock_rdlock(...)'
../../../include/vdr/thread.h: In method `void cRwLock::rwLock()':
../../../include/vdr/thread.h:59: implicit declaration of function `int pthread_rwlock_wrlock(...)'
../../../include/vdr/thread.h: In method `void cRwLock::Unlock()':
../../../include/vdr/thread.h:60: implicit declaration of function `int pthread_rwlock_unlock(...)'
make[1]: *** [calendar.o] Error 1
make[1]: Leaving directory `/usr/local/src/vdr-1.2.5/PLUGINS/src/calendar-0.1.1'
|



This post has been edited 1 times, last edit by "Boergen" (Sep 18th 2003, 7:04pm)