the.hcd wrote:Hi bitbitbit, you need to apt-get the dependencies before you can build. (check the 33 steps instructions)
sudo apt-get install libtool
sudo apt-get install autoconf
sudo apt-get install git
after compiling, you install and configure with irrecord.
Although you probably don't need to compile the lirc_gpio module as you are not using a IR receiver via GPIO input. In the latest release the lirc module should work. jsut configure it as described in http://www.lirc.org/
Thanks!....found out that I needa run apt-get update @@
and when I run ./autogen.sh, it outputs:
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
libtoolize: copying file `m4/libtool.m4'
libtoolize: copying file `m4/ltoptions.m4'
libtoolize: copying file `m4/ltsugar.m4'
libtoolize: copying file `m4/ltversion.m4'
libtoolize: copying file `m4/lt~obsolete.m4'
libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
configure.ac:17: installing `./compile'
configure.ac:24: installing `./config.guess'
configure.ac:24: installing `./config.sub'
configure.ac:10: installing `./install-sh'
configure.ac:10: installing `./missing'
daemons/Makefile.am: installing `./depcomp'
Makefile.am: installing `./INSTALL'
Creating setup-driver.sh ...
rpi: There is no param type, but default parameter is none, should be OK
is this normal?
coze I can't use the driver after following all the steps.........
