Project

General

Profile

Bug #2683

compile error

Added by alf alfonsius over 9 years ago. Updated over 9 years ago.

Status:
Fixed
Priority:
Normal
Assignee:
-
Category:
General
Target version:
-
Start date:
2015-02-17
Due date:
% Done:

100%

Estimated time:
Found in version:
git-master
Affected Versions:

Description

latest git source wirh disabled dvb doesnt compile:

src/api/api_mpegts.c: In function ‘api_dvb_orbitalpos_list’:
src/api/api_mpegts.c:352:5: error: implicit declaration of function ‘dvb_sat_position_to_str’ [-Werror=implicit-function-declaration]
dvb_sat_position_to_str(satpos, buf, sizeof(buf));
^
CC src/api/api_imagecache.o
CC src/api/api_esfilter.o
CC src/api/api_intlconv.o
cc1: all warnings being treated as errors
Makefile:414: recipe for target '/usr/src/tvheadend/build.linux/src/api/api_mpegts.o' failed
make: *** [/usr/src/tvheadend/build.linux/src/api/api_mpegts.o] Error 1

./configure --prefix=/usr/local --cpu=corei7-avx --disable-hdhomerun_client --disable-hdhomerun_static --enable-libffmpeg_static --disable-linuxdvb --disable-satip_client --disable-dvbscan --disable-avahi --disable-capmt --disable-dbus --disable-constcw

History

#1

Updated by alf alfonsius over 9 years ago

around src/api/api_mpegts.c:329 and src/api/api_mpegts.c:442

#if ENABLE_MPEGTS_DVB
....
#endif

fixed it for me

#2

Updated by Jaroslav Kysela over 9 years ago

  • Status changed from New to Fixed
  • % Done changed from 0 to 100

Applied in changeset commit:tvheadend|b826a7785ee84677cbbb9490b897cd64e37bc764.

Also available in: Atom PDF