Project

General

Profile

Build error with latest git pull

Added by Martin Ayla over 10 years ago

Hi

I already have Tvheadend 3.9.467 installed and working.

I did a git pull to update to the latest version, but if fails during "make". Error posted below.

Any ideas how I can fix this error?

CC src/webui/extjs.o
src/webui/extjs.c: In function ‘extjs_config’:
src/webui/extjs.c:1542:5: error: implicit declaration of function ‘config_get_all’ [-Werror=implicit-function-declaration]
m = config_get_all();
^
src/webui/extjs.c:1542:7: error: assignment makes pointer from integer without a cast [-Werror]
m = config_get_all();
^
src/webui/extjs.c:1566:7: error: implicit declaration of function ‘config_set_muxconfpath’ [-Werror=implicit-function-declaration]
save |= config_set_muxconfpath(str);
^
src/webui/extjs.c:1568:7: error: implicit declaration of function ‘config_set_language’ [-Werror=implicit-function-declaration]
save |= config_set_language(str);
^
src/webui/extjs.c:1570:7: error: implicit declaration of function ‘config_save’ [-Werror=implicit-function-declaration]
config_save();
^
cc1: all warnings being treated as errors


Replies (1)

RE: Build error with latest git pull - Added by Martin Ayla over 10 years ago

Deleting the "build.linux" dir, doing a "make clean" and then "./configure" and "make" again seems to have fixed it.

    (1-1/1)