Project

General

Profile

Bug #3237

page_xmltv

Added by Mario Gidi about 9 years ago. Updated about 9 years ago.

Status:
Invalid
Priority:
Normal
Assignee:
-
Category:
General
Target version:
-
Start date:
2015-10-31
Due date:
% Done:

0%

Estimated time:
Found in version:
9d28df5
Affected Versions:

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

#1

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 ?

#2

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.

#3

Updated by Jaroslav Kysela about 9 years ago

  • Status changed from New to Invalid

Also available in: Atom PDF