Giter Site home page Giter Site logo

Comments (7)

andig avatar andig commented on August 12, 2024

Changed as of 5812ac2 ?

from tools.

iqaudio avatar iqaudio commented on August 12, 2024

I'd pulled them out at the last change - if you are finding they are needed then happy for them to be put back - if you need this urgently then please change locally and recompile.

from tools.

clivem avatar clivem commented on August 12, 2024

Wasn't needed when I compiled against an older version of lirc, 0.9.0. But when I compiled against 0.9.2a, I had to build with "gcc -include /usr/include/lirc_client.h -o IQ_ir IQ_ir.c -llirc_client -lasound -lwiringPi" to get it built.

from tools.

iqaudio avatar iqaudio commented on August 12, 2024

Okay, I'll add I to my todo list :-)

Sent from my iPhone

On 9 Sep 2015, at 13:13, clivem [email protected] wrote:

Wasn't needed when I compiled against an older version of lirc, 0.9.0. But when I compiled against 0.9.2a, I had to build with "gcc -include /usr/include/lirc_client.h -o IQ_ir IQ_ir.c -llirc_client -lasound -lwiringPi" to get it built.


Reply to this email directly or view it on GitHub.

from tools.

andig avatar andig commented on August 12, 2024

Any idea which package I'd need on debian? lirc is installed, yet

root@moode:~/iqaudio# gcc -include /usr/include/lirc_client.h -o IQ_ir IQ_ir.c -llirc_client -lasound -lwiringPi
In file included from <command-line>:0:0:
/usr/include/stdc-predef.h:67:1: fatal error: /usr/include/lirc_client.h: No such file or directory
 #endif
 ^
compilation terminated.

from tools.

clivem avatar clivem commented on August 12, 2024

File list of package liblircclient-dev in jessie of architecture armhf

/usr/include/lirc/lirc_client.h
/usr/lib/liblirc_client.a
/usr/lib/liblirc_client.so
/usr/lib/pkgconfig/liblircclient0.pc
/usr/share/aclocal/lirc.m4
/usr/share/doc/liblircclient-dev/NEWS.Debian.gz
/usr/share/doc/liblircclient-dev/changelog.Debian.gz
/usr/share/doc/liblircclient-dev/copyright

from tools.

andig avatar andig commented on August 12, 2024

Much appreciated. I had been looking for lirc-dev.. To compile the`n use

gcc -include /usr/include/lirc/lirc_client.h -o IQ_ir IQ_ir.c -llirc_client -lasound -lwiringPi

from tools.

Related Issues (10)

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.