Project

General

Profile

Bug #2037

Current git fails to build on 32bit x86

Added by Koen Kooi over 10 years ago. Updated over 10 years ago.

Status:
Rejected
Priority:
Normal
Assignee:
-
Category:
General
Target version:
-
Start date:
2014-04-06
Due date:
% Done:

0%

Estimated time:
Found in version:
git
Affected Versions:

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

#1

Updated by Rasmus Lundsgaard over 10 years ago

same problem here on armel...

/Termo

#2

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

Also available in: Atom PDF