Bug #2037
Current git fails to build on 32bit x86
0%
Description
./configure --prefix=/usr --sysconfdir=/etc && make
results in :
CC src/webui/webui.o
src/webui/webui.c: In function 'http_get_transcoder_properties':
src/webui/webui.c:112:5: error: implicit declaration of function 'config_get_language' [-Werror=implicit-function-declaration]
src/webui/webui.c:112:5: error: pointer/integer type mismatch in conditional expression [-Werror]
cc1: all warnings being treated as errors
make: *** [/data/src/tvheadend/build.linux/src/webui/webui.o] Error 1
git log --oneline -1
3f51680 linuxdvb: fix stupid mistake in adapter config processing
History
Updated by Adam Sutton over 10 years ago
- Status changed from New to Rejected
My guess is you've not tried flushing the build to ensure you've not got left over baggage. I changed some file names that would conflict with stuff left from a previous build.
Try "make distclean" and then rebuild, if it still fails let me know.
Adam