From: Marco S. <ma...@pr...> - 2004-04-10 13:48:06
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"> <title></title> </head> <body> <small>Hello,<br> <br> I got the cvs sources this afternoon (10-4-2004 @ 15:33 GMT) and while doing make after ./configure --with-drivers=HD44780 it stops with this:<br> <br> checking for uname... yes<br> configure: creating ./config.status<br> cd . \<br> && CONFIG_FILES=Makefile CONFIG_HEADERS= /bin/sh ./config.status<br> config.status: creating Makefile<br> config.status: executing default-1 commands<br> gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/X11R6/include -D_GNU_SOURCE -Wall -g -O2 -c lcd4linux.c<br> /* bladibla */<br> gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/X11R6/include -D_GNU_SOURCE -Wall -g -O2 -c plugin_cfg.c<br> make: *** No rule to make target `@DRIVERS@', needed by `lcd4linux'. Stop.<br> <br> Checked Makefile.am but nothing strange there, well atleast to my eye<br> tried it with the following config's: <br> ./configure<br> &<br> ./configure --with-drivers=all<br> &<br> ./configure --with-drivers=HD44780<br> <br> and all attemps fail.<br> <br> lcd4linux 0.9.11 works like a charm but no temp sensors so I that explains the try to the cvs sources.<br> <br> Any simple solution to it?<br> <br> Thanks in advance.<br> <br> Greets.<br> <br> Marco<br> </small> </body> </html> |