Actions
Bug #1845
closedMake file causes error
Status:
Fixed
Priority:
Normal
Assignee:
-
Category:
General
Target version:
-
Start date:
2013-12-01
Due date:
% Done:
0%
Estimated time:
Found in version:
Git
Affected Versions:
Description
Hi!
Just switched to the latest GIT version of Tvheadend. Now I'm getting compile errors when running the 'make' command. The following output is what I get:
src/input/mpegts/dvb_support.c:414: error: âSYS_DVBT2â undeclared here (not in a function) src/input/mpegts/dvb_support.c:415: error: âSYS_TURBOâ undeclared here (not in a function) src/input/mpegts/dvb_support.c:463: error: âBANDWIDTH_5_MHZâ undeclared here (not in a function) src/input/mpegts/dvb_support.c:463: error: initializer element is not constant src/input/mpegts/dvb_support.c:463: error: (near initialization for âbwtab[4].valâ) src/input/mpegts/dvb_support.c:464: error: âBANDWIDTH_10_MHZâ undeclared here (not in a function) src/input/mpegts/dvb_support.c:464: error: initializer element is not constant src/input/mpegts/dvb_support.c:464: error: (near initialization for âbwtab[5].valâ) src/input/mpegts/dvb_support.c:465: error: âBANDWIDTH_1_712_MHZâ undeclared here (not in a function) src/input/mpegts/dvb_support.c:465: error: initializer element is not constant src/input/mpegts/dvb_support.c:465: error: (near initialization for âbwtab[6].valâ) src/input/mpegts/dvb_support.c:475: error: âTRANSMISSION_MODE_1Kâ undeclared here (not in a function) src/input/mpegts/dvb_support.c:475: error: initializer element is not constant src/input/mpegts/dvb_support.c:475: error: (near initialization for âmodetab[3].valâ) src/input/mpegts/dvb_support.c:476: error: âTRANSMISSION_MODE_16Kâ undeclared here (not in a function) src/input/mpegts/dvb_support.c:476: error: initializer element is not constant src/input/mpegts/dvb_support.c:476: error: (near initialization for âmodetab[4].valâ) src/input/mpegts/dvb_support.c:477: error: âTRANSMISSION_MODE_32Kâ undeclared here (not in a function) src/input/mpegts/dvb_support.c:477: error: initializer element is not constant src/input/mpegts/dvb_support.c:477: error: (near initialization for âmodetab[5].valâ) src/input/mpegts/dvb_support.c:489: error: âGUARD_INTERVAL_1_128â undeclared here (not in a function) src/input/mpegts/dvb_support.c:489: error: initializer element is not constant src/input/mpegts/dvb_support.c:489: error: (near initialization for âguardtab[5].valâ) src/input/mpegts/dvb_support.c:490: error: âGUARD_INTERVAL_19_128â undeclared here (not in a function) src/input/mpegts/dvb_support.c:490: error: initializer element is not constant src/input/mpegts/dvb_support.c:490: error: (near initialization for âguardtab[6].valâ) src/input/mpegts/dvb_support.c:491: error: âGUARD_INTERVAL_19_256â undeclared here (not in a function) src/input/mpegts/dvb_support.c:491: error: initializer element is not constant src/input/mpegts/dvb_support.c:491: error: (near initialization for âguardtab[7].valâ) make: *** [/etc/tvheadend/build.linux/src/input/mpegts/dvb_support.o] Error 1
When using the 3.6 version, there is no problem when making..
Updated by Adam Sutton over 11 years ago
Can you check what version of DVB API you have?
Adam
Actions