Open GoogleCodeExporter opened 8 years ago
The following commands fixed all build errors for me under Ubuntu 11.10:
sed -i 's/\s\-Werror//' configure.ac
autoreconf -vfi
./configure \
--prefix=/usr \
--sysconfdir=/etc \
--disable-dependency-tracking \
--with-lircd-socket=/var/run/lirc/lircd \
--with-evmap-dir=/etc/eventlircd.d \
--with-udev-dir=/lib/udev
libudev=$(sudo find / -name libudev.so | head -1); sed -i "s:^LIBS\ =.*:LIBS\
=\ ${libudev}:" src/Makefile
make
sudo make install
Original comment by e28.bee...@gmail.com
on 3 Apr 2012 at 7:19
packages needed: libudev-dev, build-essentials, automake
Original comment by e28.bee...@gmail.com
on 2 Feb 2013 at 11:44
Original issue reported on code.google.com by
carlos.l...@gmail.com
on 3 Sep 2011 at 7:43