Bug #3237
page_xmltv
0%
Description
when compiling have to add
#include 'xmltv.c'
within webui.c Otherwise compile fails with following error.
src/webui/webui.c:1813: error: undefined reference to 'page_xmltv'
src/webui/webui.c:1813: error: undefined reference to 'page_xmltv'
collect2: error: ld returned 1 exit status
Makefile:548: recipe for target '/home/mark/src/OpenELEC.tv/build.OpenELEC-RPi2.arm-6.0-devel/tvheadend-4.1.9/.armv7ve-openelec-linux-gnueabi/build.linux/tvheadend' failed
make: *** [/home/mark/src/OpenELEC.tv/build.OpenELEC-RPi2.arm-6.0-devel/tvheadend-4.1.9/.armv7ve-openelec-linux-gnueabi/build.linux/tvheadend] Error 1
History
Updated by Jaroslav Kysela about 9 years ago
This file is defined in makefile - look to line with src/webui/xmltv.c , so it should be compiled and linked. Do you have file ./build.linux/src/webui/xmltv.o ?
Updated by Mario Gidi about 9 years ago
Jaroslav Kysela wrote:
This file is defined in makefile - look to line with src/webui/xmltv.c , so it should be compiled and linked. Do you have file ./build.linux/src/webui/xmltv.o ?
Oops soory my mistake.. had updated makefile to remove -werror to compile openelec addona nd forgot to update.. apologies.