Bug #4889
Redefinition of typedef tvhpoll_t on armv5
Status:
Fixed
Priority:
Normal
Assignee:
-
Category:
non-x86
Target version:
-
Start date:
2018-01-24
Due date:
% Done:
100%
Estimated time:
Found in version:
3ff1f4d
Affected Versions:
Description
I'm unable to build latest git on armv5, due to this:
CC src/satip/server.o In file included from src/satip/server.c:24: /root/tvheadend/tvheadend/src/input/mpegts/iptv/iptv_private.h:38: error: redefinition of typedef ‘tvhpoll_t’ /root/tvheadend/tvheadend/src/tvhpoll.h:27: note: previous declaration of ‘tvhpoll_t’ was here make: *** [/root/tvheadend/tvheadend/build.linux/src/satip/server.o] Error 1
History
Updated by Jaroslav Kysela almost 7 years ago
- Status changed from New to Fixed
- % Done changed from 0 to 100
Applied in changeset commit:tvheadend|ca38f6ade7850077cd994c55f1e1504d99bfd336.
Updated by virtual dj almost 7 years ago
Thanks the new commit solved the error, but now I have this one:
CC src/descrambler/dvbcam.o cc1: warnings being treated as errors src/descrambler/dvbcam.c: In function ‘dvbcam_cat_update’: src/descrambler/dvbcam.c:675: error: ‘sp’ may be used uninitialized in this function make: *** [/root/tvheadend/tvheadend/build.linux/src/descrambler/dvbcam.o] Error 1
Updated by virtual dj almost 7 years ago
Thank you very much, the second commit (and actually the newest d86d26b) compiles correctly!