Hi!
I'm having problems with mailbox plugin. When I try to compile it I get:
Plugin mailbox: make[1]: Entering directory `/vdr-system/vdr/PLUGINS/src/mailbox-0.4.0' g++ -fPIC -g -O2 -Wall -Woverloaded-virtual -fno-operator-names -D_GNU_SOURCE -DHAVE_VDR=1 -c -DPLUGIN_NAME_I18N='"mailbox"' -I./AxLib/include -I/usr/include/imap -I../../../include -o AxLib/src/Mail/CallBackDispatcher.o AxLib/src/Mail/CallBackDispatcher.cpp In file included from AxLib/src/Mail/CallBackProcessor.h:37, from AxLib/src/Mail/CallBackDispatcher.h:40, from AxLib/src/Mail/CallBackDispatcher.cpp:42: AxLib/src/Mail/c-client-header.h:30:22: c-client.h: No such file or directory
Am I doing something wrong?
Running Debian Sarge and vdr 1.4.2
-J-
Michael Brueckner wrote:
Am Sonntag 31 Dezember 2006 13:45 schrieb Jere Malila:
I'm having problems with mailbox plugin. When I try to compile it I get:
[...]
AxLib/src/Mail/c-client-header.h:30:22: c-client.h: No such file or directory
Install libc-client-dev Package.
That was it. Thank you very much. I tested this mailbox plugin and it is very useful for me!
-J-