Forums » Tutorial and setups »
I try adding TP from USA and error come up after Compile
Added by jacob larry over 12 years ago
iptvdvbs2@iptvdvbs2:~/hts-tvheadend-2.12$ sudo make fatal: Not a git repository (or any of the parent directories): .git fatal: Not a git repository (or any of the parent directories): .git cc -MD -g -funsigned-char -O2 -D_FILE_OFFSET_BITS=64 -Ibuild.Linux -I/home/iptvdvbs2/hts-tvheadend-2.12/src -I/home/iptvdvbs2/hts-tvheadend-2.12 -DHTS_VERSION=\"2.12\" -Wall -Werror -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -c -o build.Linux/src/dvb/dvb_preconf.o /home/iptvdvbs2/hts-tvheadend-2.12/src/dvb/dvb_preconf.c In file included from /home/iptvdvbs2/hts-tvheadend-2.12/src/dvb/dvb_preconf.c:36: /home/iptvdvbs2/hts-tvheadend-2.12/src/linuxtv_muxes.h:28: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before numeric constant /home/iptvdvbs2/hts-tvheadend-2.12/src/linuxtv_muxes.h:56: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before numeric constant /home/iptvdvbs2/hts-tvheadend-2.12/src/linuxtv_muxes.h:2498: error: ‘muxes_DVBS_EchoStar11_110’ undeclared here (not in a function) /home/iptvdvbs2/hts-tvheadend-2.12/src/linuxtv_muxes.h:2498: error: expected ‘}’ before numeric constant /home/iptvdvbs2/hts-tvheadend-2.12/src/linuxtv_muxes.h:2503: error: ‘muxes_DVBS_EchoStar14_119’ undeclared here (not in a function) /home/iptvdvbs2/hts-tvheadend-2.12/src/linuxtv_muxes.h:2503: error: expected ‘}’ before numeric constant make: *** [build.Linux/src/dvb/dvb_preconf.o] Error 1 iptvdvbs2@iptvdvbs2:~/hts-tvheadend-2.12$
i try adding this TP at linuxtv_muxes.h
};
static const struct mux muxes_DVBS_EchoStar11_110.0w[] = {
{.freq = 12224000, .symrate = 20000000, .fec = 7, .polarisation = 'V'},
{.freq = 12239000, .symrate = 20000000, .fec = 7, .polarisation = 'H'},
{.freq = 12253000, .symrate = 20000000, .fec = 2, .polarisation = 'V'},
{.freq = 12268000, .symrate = 20000000, .fec = 6, .polarisation = 'H'},
{.freq = 12282000, .symrate = 20000000, .fec = 7, .polarisation = 'V'},
{.freq = 12297000, .symrate = 20000000, .fec = 7, .polarisation = 'H'},
{.freq = 12311000, .symrate = 20000000, .fec = 2, .polarisation = 'V'},
{.freq = 12326000, .symrate = 20000000, .fec = 7, .polarisation = 'H'},
{.freq = 12341000, .symrate = 20000000, .fec = 7, .polarisation = 'V'},
{.freq = 12355000, .symrate = 20000000, .fec = 7, .polarisation = 'H'},
{.freq = 12370000, .symrate = 20000000, .fec = 7, .polarisation = 'V'},
{.freq = 12384000, .symrate = 20000000, .fec = 5, .polarisation = 'H'},
{.freq = 12414000, .symrate = 20000000, .fec = 7, .polarisation = 'H'},
{.freq = 12428000, .symrate = 20000000, .fec = 7, .polarisation = 'V'},
{.freq = 12443000, .symrate = 20000000, .fec = 7, .polarisation = 'H'},
{.freq = 12472000, .symrate = 20000000, .fec = 5, .polarisation = 'H'},
{.freq = 12501000, .symrate = 20000000, .fec = 9, .polarisation = 'V'},
{.freq = 12516000, .symrate = 20000000, .fec = 7, .polarisation = 'V'},
{.freq = 12545000, .symrate = 20000000, .fec = 5, .polarisation = 'V'},
{.freq = 12559000, .symrate = 20000000, .fec = 5, .polarisation = 'V'},
{.freq = 12574000, .symrate = 20000000, .fec = 9, .polarisation = 'V'},
{.freq = 12588000, .symrate = 20000000, .fec = 5, .polarisation = 'H'},
{.freq = 12603000, .symrate = 20000000, .fec = 5, .polarisation = 'V'},
{.freq = 12632000, .symrate = 20000000, .fec = 5, .polarisation = 'V'},
{.freq = 12661000, .symrate = 20000000, .fec = 5, .polarisation = 'V'},
};
static const struct mux muxes_DVBS_EchoStar14_119.0w[] = {
{.freq = 12224000, .symrate = 20000000, .fec = 7, .polarisation = 'V'},
{.freq = 12239000, .symrate = 20000000, .fec = 7, .polarisation = 'H'},
{.freq = 12253000, .symrate = 20000000, .fec = 2, .polarisation = 'V'},
{.freq = 12268000, .symrate = 20000000, .fec = 6, .polarisation = 'H'},
{.freq = 12282000, .symrate = 20000000, .fec = 7, .polarisation = 'V'},
{.freq = 12297000, .symrate = 20000000, .fec = 7, .polarisation = 'H'},
{.freq = 12311000, .symrate = 20000000, .fec = 2, .polarisation = 'V'},
{.freq = 12326000, .symrate = 20000000, .fec = 7, .polarisation = 'H'},
{.freq = 12341000, .symrate = 20000000, .fec = 7, .polarisation = 'V'},
{.freq = 12355000, .symrate = 20000000, .fec = 7, .polarisation = 'H'},
{.freq = 12370000, .symrate = 20000000, .fec = 7, .polarisation = 'V'},
{.freq = 12384000, .symrate = 20000000, .fec = 5, .polarisation = 'H'},
{.freq = 12399000, .symrate = 20000000, .fec = 7, .polarisation = 'V'},
{.freq = 12414000, .symrate = 20000000, .fec = 7, .polarisation = 'H'},
{.freq = 12428000, .symrate = 20000000, .fec = 7, .polarisation = 'V'},
{.freq = 12443000, .symrate = 20000000, .fec = 7, .polarisation = 'H'},
{.freq = 12457000, .symrate = 20000000, .fec = 7, .polarisation = 'V'},
{.freq = 12472000, .symrate = 20000000, .fec = 5, .polarisation = 'H'},
{.freq = 12486000, .symrate = 20000000, .fec = 7, .polarisation = 'V'},
{.freq = 12501000, .symrate = 20000000, .fec = 9, .polarisation = 'V'},
{.freq = 12516000, .symrate = 20000000, .fec = 7, .polarisation = 'V'},
{.freq = 12545000, .symrate = 20000000, .fec = 5, .polarisation = 'V'},
{.freq = 12559000, .symrate = 20000000, .fec = 5, .polarisation = 'V'},
{.freq = 12574000, .symrate = 20000000, .fec = 9, .polarisation = 'V'},
{.freq = 12588000, .symrate = 20000000, .fec = 5, .polarisation = 'H'},
{.freq = 12603000, .symrate = 20000000, .fec = 5, .polarisation = 'V'},
{.freq = 12632000, .symrate = 20000000, .fec = 5, .polarisation = 'V'},
{.freq = 12661000, .symrate = 20000000, .fec = 5, .polarisation = 'V'},
};
please some can help me how fix this error.
thanks
linuxtv_muxes.h (777 KB) linuxtv_muxes.h |
Replies (1)
RE: I try adding TP from USA and error come up after Compile - Added by Hein Rigolo over 12 years ago
what you can do is create your own valid initial_tuning_file with the correct transponders for your area, and then use the muxbuilder to create a valid linuxtv_muxes.h file and incorporate that into the source. Then you are sure all the details are correct in the file.
But why don't you manually add the required muxes?
Hein