Bug #3119
Compile error: Fails to build with --disable-imagecache
Status:
Fixed
Priority:
Normal
Assignee:
-
Category:
General
Target version:
-
Start date:
2015-09-27
Due date:
% Done:
100%
Estimated time:
Found in version:
70c088d46b57689335c67dc84e936894d874f247
Affected Versions:
Description
If ./configure'd with --disable-imagecache the compilation fails with
CC src/imagecache.o
src/imagecache.c: In function 'imagecache_get_id':
src/imagecache.c:584:5: error: implicit declaration of function 'imagecache_new_id' [-Werror=implicit-function-declaration]
imagecache_new_id(i);
^
cc1: all warnings being treated as errors
Makefile:534: recipe for target '/usr/src/tvheadend/build.linux/src/imagecache.o' failed
make: *** [/usr/src/tvheadend/build.linux/src/imagecache.o] Error 1
History
Updated by Jaroslav Kysela about 9 years ago
- Status changed from New to Fixed
- % Done changed from 0 to 100
Applied in changeset commit:tvheadend|cac5ce3d997a8af388b03544502db6366c2e3f47.