LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Compiling LIRC (https://www.linuxquestions.org/questions/linux-software-2/compiling-lirc-151385/)

Aeiri 02-27-2004 09:36 PM

Compiling LIRC
 
./configure runs fine, I changed the drivers to the right ones, and there are no problems, but when I run make, it comes up with this error:

Quote:

Making all in daemons
make[2]: Entering directory `/root/bin/lirc-0.6.6/daemons'
Makefile:447: *** missing separator. Stop.
make[2]: Leaving directory `/root/bin/lirc-0.6.6/daemons'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/bin/lirc-0.6.6'
make: *** [all] Error 2
Here is line 447:

Quote:

@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
What is wrong with that, and how do I fix it?

Thanks.


All times are GMT -5. The time now is 03:24 AM.