![]() |
Can't compile vnsi server plugin - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: PVR & Live TV Support (https://forum.kodi.tv/forumdisplay.php?fid=167) +---- Forum: VDR (https://forum.kodi.tv/forumdisplay.php?fid=169) +---- Thread: Can't compile vnsi server plugin (/showthread.php?tid=168526) |
Can't compile vnsi server plugin - foxy82 - 2013-07-06 Hey, I'm trying to compile the VDR server plugin - since moving to Ubuntu 13.04 my VDR version is now 2.0.1 so I just type make but I get the following error - which looks related to missing src - not really sure what to do at this point... grep: /config.h: No such file or directory grep: /config.h: No such file or directory g++ -c -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"vnsiserver4"' -DVNSI_SERVER_VERSION='"0.9.2"' -I/include -o vnsi.o vnsi.c vnsi.c:27:24: fatal error: vdr/plugin.h: No such file or directory compilation terminated. make: *** [vnsi.o] Error 1 RE: Can't compile vnsi server plugin - foxy82 - 2013-07-06 Never mind - appears I was using yavdr ppa and needed to install vdr-dev must have uninstalled that at some point. |