Code Monkey home page Code Monkey logo

dvb-signal's People

Contributors

gsterjov avatar

Watchers

 avatar  avatar

dvb-signal's Issues

Won't compile

make
cc signal-test.c -o dvb-signal -l ncurses -lm
signal-test.c: In function ‘tune’:
signal-test.c:224:22: error: storage size of ‘params’ isn’t known
struct dvbfe_params params;
^
signal-test.c:225:20: error: storage size of ‘fe_info’ isn’t known
struct dvbfe_info fe_info;
^
signal-test.c:259:34: error: ‘DVBFE_MOD_AUTO’ undeclared (first use in this function)
params.delsys.dvbs.modulation = DVBFE_MOD_AUTO;
^
signal-test.c:259:34: note: each undeclared identifier is reported only once for each function it appears in
signal-test.c:260:27: error: ‘DVBFE_FEC_AUTO’ undeclared (first use in this function)
params.delsys.dvbs.fec = DVBFE_FEC_AUTO;
^
signal-test.c:261:21: error: ‘DVBFE_INVERSION_AUTO’ undeclared (first use in this function)
params.inversion = DVBFE_INVERSION_AUTO;
^
signal-test.c:265:22: error: ‘DVBFE_SET_PARAMS’ undeclared (first use in this function)
if (ioctl(frontend, DVBFE_SET_PARAMS, &params) < 0) {
^
signal-test.c: In function ‘start_interface’:
signal-test.c:328:20: error: storage size of ‘fe_info’ isn’t known
struct dvbfe_info fe_info;
^
signal-test.c:329:7: error: variable ‘delivery’ has initializer but incomplete type
enum dvbfe_delsys delivery = DVBFE_DELSYS_DVBS;
^
signal-test.c:329:31: error: ‘DVBFE_DELSYS_DVBS’ undeclared (first use in this function)
enum dvbfe_delsys delivery = DVBFE_DELSYS_DVBS;
^
signal-test.c:329:20: error: storage size of ‘delivery’ isn’t known
enum dvbfe_delsys delivery = DVBFE_DELSYS_DVBS;
^
signal-test.c:334:22: error: ‘DVBFE_SET_DELSYS’ undeclared (first use in this function)
if (ioctl(frontend, DVBFE_SET_DELSYS, &delivery) < 0) {
^
signal-test.c:341:22: error: ‘DVBFE_GET_INFO’ undeclared (first use in this function)
if (ioctl(frontend, DVBFE_GET_INFO, &fe_info) < 0) {
^
make: *** [all] Erreur 1

Any idea ?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.