Hi,
mike lewis wrote:
Thanks for the great work on this plugin Reinhard. However, I um unable to build it.. I have removed the old xine-lib and installed the cvs cheout you link to, as well as the new xine-ui. When I try to do "make plugins" I get the following error in xinelib.. Can anyone help diagnose?
g++ -O2 -g -Wall -Woverloaded-virtual -c -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"xine"' -DFIFO_DIR="/tmp/vdr-xine" `xine-config --cflags` -I../../../include -I../../../../linuxtv-dvb-1.0.1/include xineLib.c xineLib.c: In member function `bool PluginXine::cXineLib::execFuncNop()': xineLib.c:2100: error: `data_nop_t' undeclared (first use this function)
Did you do a "make install" for xine-lib?
It looks like current input_vdr.h is not on your include path.
Another possible reason: the vdr-xine Makefile chooses a wrong xine-config and therefore a wrong include path is choosen.
Bye.