[Lcdproc] Why aren't the drivers being made?
Jason Miller
guitarpw@yahoo.com
Tue May 2 19:33:01 2006
--0-623128443-1146598331=:67748
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
linux:~/lcdproc-0.4.5 # make
make all-recursive
make[1]: Entering directory `/root/lcdproc-0.4.5'
Making all in shared
make[2]: Entering directory `/root/lcdproc-0.4.5/shared'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -O3 -c LL.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -O3 -c sockets.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -O3 -c str.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -O3 -c report.c
rm -f libLCDstuff.a
ar cru libLCDstuff.a LL.o sockets.o str.o report.o
ranlib libLCDstuff.a
make[2]: Leaving directory `/root/lcdproc-0.4.5/shared'
Making all in clients
make[2]: Entering directory `/root/lcdproc-0.4.5/clients'
Making all in examples
make[3]: Entering directory `/root/lcdproc-0.4.5/clients/examples'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/root/lcdproc-0.4.5/clients/examples'
Making all in headlines
make[3]: Entering directory `/root/lcdproc-0.4.5/clients/headlines'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/root/lcdproc-0.4.5/clients/headlines'
Making all in lcdproc
make[3]: Entering directory `/root/lcdproc-0.4.5/clients/lcdproc'
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -Wall -O3 -c main.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -Wall -O3 -c mode.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -Wall -O3 -c batt.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -Wall -O3 -c chrono.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -Wall -O3 -c cpu.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -Wall -O3 -c cpu_smp.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -Wall -O3 -c disk.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -Wall -O3 -c load.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -Wall -O3 -c mem.c
gcc -Wall -O3 -o lcdproc main.o mode.o batt.o chrono.o cpu.o cpu_smp.o disk.o load.o mem.o ../../shared/libLCDstuff.a -lrt
make[3]: Leaving directory `/root/lcdproc-0.4.5/clients/lcdproc'
Making all in metar
make[3]: Entering directory `/root/lcdproc-0.4.5/clients/metar'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/root/lcdproc-0.4.5/clients/metar'
make[3]: Entering directory `/root/lcdproc-0.4.5/clients'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/root/lcdproc-0.4.5/clients'
make[2]: Leaving directory `/root/lcdproc-0.4.5/clients'
Making all in server
make[2]: Entering directory `/root/lcdproc-0.4.5/server'
Making all in drivers
make[3]: Entering directory `/root/lcdproc-0.4.5/server/drivers'
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I./.. -I../.. -Wall -O3 -c lcd.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I./.. -I../.. -Wall -O3 -c lcd_lib.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I./.. -I../.. -Wall -O3 -c lcdm001.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I./.. -I../.. -Wall -O3 -c MtxOrb.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I./.. -I../.. -Wall -O3 -c CFontz.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I./.. -I../.. -Wall -O3 -c CwLnx.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I./.. -I../.. -Wall -O3 -c curses_drv.c
curses_drv.c: In function ‘curses_drv_string’:
curses_drv.c:484: warning: pointer targets in assignment differ in signedness
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I./.. -I../.. -Wall -O3 -c text.c
text.c: In function ‘text_init’:
text.c:131: warning: pointer targets in assignment differ in signedness
text.c: At top level:
text.c:247: warning: ‘text_contrast’ defined but not used
text.c:253: warning: ‘text_backlight’ defined but not used
text.c:293: warning: ‘text_flush_box’ defined but not used
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I./.. -I../.. -Wall -O3 -c lb216.c
lb216.c: In function ‘LB216_init’:
lb216.c:191: warning: pointer targets in assignment differ in signedness
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I./.. -I../.. -Wall -O3 -c bayrad.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I./.. -I../.. -Wall -O3 -c glk.c
glk.c: In function ‘glk_icon’:
glk.c:540: warning: pointer targets in assignment differ in signedness
glk.c: In function ‘glk_draw_frame’:
glk.c:584: warning: pointer targets in assignment differ in signedness
glk.c:592: warning: pointer targets in passing argument 3 of ‘glkputa’ differ in signedness
glk.c:605: warning: pointer targets in passing argument 3 of ‘glkputa’ differ in signedness
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I./.. -I../.. -Wall -O3 -c glkproto.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I./.. -I../.. -Wall -O3 -c SGX120.c
rm -f libLCDdrivers.a
ar cru libLCDdrivers.a lcd.o lcd_lib.o lcdm001.o MtxOrb.o CFontz.o CwLnx.o curses_drv.o text.o lb216.o bayrad.o glk.o glkproto.o SGX120.o
ranlib libLCDdrivers.a
make[3]: Leaving directory `/root/lcdproc-0.4.5/server/drivers'
make[3]: Entering directory `/root/lcdproc-0.4.5/server'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -Wall -O3 -c client_data.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -Wall -O3 -c client_functions.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -Wall -O3 -c clients.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -Wall -O3 -c input.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -Wall -O3 -c main.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -Wall -O3 -c menu.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -Wall -O3 -c menus.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -Wall -O3 -c parse.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -Wall -O3 -c render.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -Wall -O3 -c screen.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -Wall -O3 -c screenlist.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -Wall -O3 -c serverscreens.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -Wall -O3 -c sock.c
sock.c: In function ‘sock_poll_clients’:
sock.c:167: warning: pointer targets in passing argument 3 of ‘accept’ differ in signedness
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -Wall -O3 -c widget.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -Wall -O3 -c configfile.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -Wall -O3 -c drivers.c
gcc -Wall -O3 -o LCDd client_data.o client_functions.o clients.o input.o main.o menu.o menus.o parse.o render.o screen.o screenlist.o serverscreens.o sock.o widget.o configfile.o drivers.o drivers/libLCDdrivers.a ../shared/libLCDstuff.a -lncurses -lrt
make[3]: Leaving directory `/root/lcdproc-0.4.5/server'
make[2]: Leaving directory `/root/lcdproc-0.4.5/server'
Making all in docs
make[2]: Entering directory `/root/lcdproc-0.4.5/docs'
Making all in lcdproc-user
make[3]: Entering directory `/root/lcdproc-0.4.5/docs/lcdproc-user'
Making all in drivers
make[4]: Entering directory `/root/lcdproc-0.4.5/docs/lcdproc-user/drivers'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/root/lcdproc-0.4.5/docs/lcdproc-user/drivers'
make[4]: Entering directory `/root/lcdproc-0.4.5/docs/lcdproc-user'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/root/lcdproc-0.4.5/docs/lcdproc-user'
make[3]: Leaving directory `/root/lcdproc-0.4.5/docs/lcdproc-user'
make[3]: Entering directory `/root/lcdproc-0.4.5/docs'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/root/lcdproc-0.4.5/docs'
make[2]: Leaving directory `/root/lcdproc-0.4.5/docs'
Making all in scripts
make[2]: Entering directory `/root/lcdproc-0.4.5/scripts'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/lcdproc-0.4.5/scripts'
make[2]: Entering directory `/root/lcdproc-0.4.5'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/root/lcdproc-0.4.5'
make[1]: Leaving directory `/root/lcdproc-0.4.5'
linux:~/lcdproc-0.4.5 # ls
. Makefile aclocal.m4 config.log docs scripts
.. Makefile.am clients config.status install server
ChangeLog Makefile.in config.cache config.sub install-sh shared
LCDd.conf README.IRman config.guess configure missing stamp-h
LCDproc.list acconfig.h config.h configure.in mkinstalldirs stamp-h.in
LCDproc.list.in acinclude.m4 config.h.in copying readme todo
linux:~/lcdproc-0.4.5 # cd server
linux:~/lcdproc-0.4.5/server # ls
. client_data.o configfile.c input.h menus.c render.o serverscreens.h
.. client_functions.c configfile.h input.o menus.h screen.c serverscreens.o
LCDd client_functions.h configfile.o main.c menus.o screen.h sock.c
Makefile client_functions.o drivers main.h parse.c screen.o sock.h
Makefile.am client_menu.h drivers.c main.o parse.h screenlist.c sock.o
Makefile.in clients.c drivers.h menu.c parse.o screenlist.h widget.c
client_data.c clients.h drivers.o menu.h render.c screenlist.o widget.h
client_data.h clients.o input.c menu.o render.h serverscreens.c widget.o
linux:~/lcdproc-0.4.5/server # cd drivers
linux:~/lcdproc-0.4.5/server/drivers # ls
. SGX120.o hd44780-4bit.h hd44780.c lcd_sem.h stv5730.h
.. bayrad.c hd44780-anslcd.c hd44780.h lcdm001.c svgalib_drv.c
CFontz.c bayrad.h hd44780-anslcd.h irmanin.c lcdm001.h svgalib_drv.h
CFontz.h bayrad.o hd44780-charmap.h irmanin.h lcdm001.o t6963.c
CFontz.o curses_drv.c hd44780-drivers.h joy.c libLCDdrivers.a t6963.h
CwLnx.c curses_drv.h hd44780-ext8bit.c joy.h lircin.c t6963_font.h
CwLnx.h curses_drv.o hd44780-ext8bit.h lb216.c lircin.h text.c
CwLnx.o debug.h hd44780-low.h lb216.h lpt-port.h text.h
Makefile drv_base.h hd44780-picanlcd.c lb216.o port.h text.o
Makefile.am glk.c hd44780-picanlcd.h lcd.c readme timing.h
Makefile.in glk.h hd44780-serialLpt.c lcd.h sed1330.c wirz-sli.c
MtxOrb.c glk.o hd44780-serialLpt.h lcd.o sed1330.h wirz-sli.h
MtxOrb.h glkproto.c hd44780-usblcd.c lcd_lib.c sed1520.c
MtxOrb.o glkproto.h hd44780-usblcd.h lcd_lib.h sed1520.h
SGX120.c glkproto.o hd44780-winamp.c lcd_lib.o sed1520fm.c
SGX120.h hd44780-4bit.c hd44780-winamp.h lcd_sem.c stv5730.c
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
--0-623128443-1146598331=:67748
Content-Type: text/html; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
linux:~/lcdproc-0.4.5 # make<br>make all-recursive<br>make[1]: Entering directory `/root/lcdproc-0.4.5'<br>Making all in shared<br>make[2]: Entering directory `/root/lcdproc-0.4.5/shared'<br>gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -O3 -c LL.c<br>gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -O3 -c sockets.c<br>gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -O3 -c str.c<br>gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -O3 -c report.c<br>rm -f libLCDstuff.a<br>ar cru libLCDstuff.a LL.o sockets.o str.o report.o<br>ranlib libLCDstuff.a<br>make[2]: Leaving directory `/root/lcdproc-0.4.5/shared'<br>Making all in clients<br>make[2]: Entering directory `/root/lcdproc-0.4.5/clients'<br>Making all in examples<br>make[3]: Entering directory `/root/lcdproc-0.4.5/clients/examples'<br>make[3]: Nothing to be done for `all'.<br>make[3]: Leaving directory `/root/lcdproc-0.4.5/clients/examples'<br>Making all in
headlines<br>make[3]: Entering directory `/root/lcdproc-0.4.5/clients/headlines'<br>make[3]: Nothing to be done for `all'.<br>make[3]: Leaving directory `/root/lcdproc-0.4.5/clients/headlines'<br>Making all in lcdproc<br>make[3]: Entering directory `/root/lcdproc-0.4.5/clients/lcdproc'<br>gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -Wall -O3 -c main.c<br>gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -Wall -O3 -c mode.c<br>gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -Wall -O3 -c batt.c<br>gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -Wall -O3 -c chrono.c<br>gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -Wall -O3 -c cpu.c<br>gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -Wall -O3 -c cpu_smp.c<br>gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -Wall -O3 -c disk.c<br>gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -Wall -O3 -c load.c<br>gcc
-DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -Wall -O3 -c mem.c<br>gcc -Wall -O3 -o lcdproc main.o mode.o batt.o chrono.o cpu.o cpu_smp.o disk.o load.o mem.o ../../shared/libLCDstuff.a -lrt<br>make[3]: Leaving directory `/root/lcdproc-0.4.5/clients/lcdproc'<br>Making all in metar<br>make[3]: Entering directory `/root/lcdproc-0.4.5/clients/metar'<br>make[3]: Nothing to be done for `all'.<br>make[3]: Leaving directory `/root/lcdproc-0.4.5/clients/metar'<br>make[3]: Entering directory `/root/lcdproc-0.4.5/clients'<br>make[3]: Nothing to be done for `all-am'.<br>make[3]: Leaving directory `/root/lcdproc-0.4.5/clients'<br>make[2]: Leaving directory `/root/lcdproc-0.4.5/clients'<br>Making all in server<br>make[2]: Entering directory `/root/lcdproc-0.4.5/server'<br>Making all in drivers<br>make[3]: Entering directory `/root/lcdproc-0.4.5/server/drivers'<br>gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I./.. -I../.. -Wall -O3 -c lcd.c<br>gcc
-DHAVE_CONFIG_H -I. -I. -I../.. -I./.. -I../.. -Wall -O3 -c lcd_lib.c<br>gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I./.. -I../.. -Wall -O3 -c lcdm001.c<br>gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I./.. -I../.. -Wall -O3 -c MtxOrb.c<br>gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I./.. -I../.. -Wall -O3 -c CFontz.c<br>gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I./.. -I../.. -Wall -O3 -c CwLnx.c<br>gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I./.. -I../.. -Wall -O3 -c curses_drv.c<br>curses_drv.c: In function ‘curses_drv_string’:<br>curses_drv.c:484: warning: pointer targets in assignment differ in signedness<br>gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I./.. -I../.. -Wall -O3 -c text.c<br>text.c: In function ‘text_init’:<br>text.c:131: warning: pointer targets in assignment differ in signedness<br>text.c: At top level:<br>text.c:247: warning: ‘text_contrast’ defined but
not used<br>text.c:253: warning: ‘text_backlight’ defined but not used<br>text.c:293: warning: ‘text_flush_box’ defined but not used<br>gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I./.. -I../.. -Wall -O3 -c lb216.c<br>lb216.c: In function ‘LB216_init’:<br>lb216.c:191: warning: pointer targets in assignment differ in signedness<br>gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I./.. -I../.. -Wall -O3 -c bayrad.c<br>gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I./.. -I../.. -Wall -O3 -c glk.c<br>glk.c: In function ‘glk_icon’:<br>glk.c:540: warning: pointer targets in assignment differ in signedness<br>glk.c: In function ‘glk_draw_frame’:<br>glk.c:584: warning: pointer targets in assignment differ in signedness<br>glk.c:592: warning: pointer targets in passing argument 3 of ‘glkputa’ differ in signedness<br>glk.c:605: warning: pointer targets in passing argument 3 of ‘glkputa’ differ in signedness<br>gcc -DHAVE_CONFIG_H
-I. -I. -I../.. -I./.. -I../.. -Wall -O3 -c glkproto.c<br>gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I./.. -I../.. -Wall -O3 -c SGX120.c<br>rm -f libLCDdrivers.a<br>ar cru libLCDdrivers.a lcd.o lcd_lib.o lcdm001.o MtxOrb.o CFontz.o CwLnx.o curses_drv.o text.o lb216.o bayrad.o glk.o glkproto.o SGX120.o<br>ranlib libLCDdrivers.a<br>make[3]: Leaving directory `/root/lcdproc-0.4.5/server/drivers'<br>make[3]: Entering directory `/root/lcdproc-0.4.5/server'<br>gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -Wall -O3 -c client_data.c<br>gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -Wall -O3 -c client_functions.c<br>gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -Wall -O3 -c clients.c<br>gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -Wall -O3 -c input.c<br>gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -Wall -O3 -c main.c<br>gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -Wall -O3 -c
menu.c<br>gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -Wall -O3 -c menus.c<br>gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -Wall -O3 -c parse.c<br>gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -Wall -O3 -c render.c<br>gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -Wall -O3 -c screen.c<br>gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -Wall -O3 -c screenlist.c<br>gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -Wall -O3 -c serverscreens.c<br>gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -Wall -O3 -c sock.c<br>sock.c: In function ‘sock_poll_clients’:<br>sock.c:167: warning: pointer targets in passing argument 3 of ‘accept’ differ in signedness<br>gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -Wall -O3 -c widget.c<br>gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -Wall -O3 -c configfile.c<br>gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -Wall -O3 -c
drivers.c<br>gcc -Wall -O3 -o LCDd client_data.o client_functions.o clients.o input.o main.o menu.o menus.o parse.o render.o screen.o screenlist.o serverscreens.o sock.o widget.o configfile.o drivers.o drivers/libLCDdrivers.a ../shared/libLCDstuff.a -lncurses -lrt<br>make[3]: Leaving directory `/root/lcdproc-0.4.5/server'<br>make[2]: Leaving directory `/root/lcdproc-0.4.5/server'<br>Making all in docs<br>make[2]: Entering directory `/root/lcdproc-0.4.5/docs'<br>Making all in lcdproc-user<br>make[3]: Entering directory `/root/lcdproc-0.4.5/docs/lcdproc-user'<br>Making all in drivers<br>make[4]: Entering directory `/root/lcdproc-0.4.5/docs/lcdproc-user/drivers'<br>make[4]: Nothing to be done for `all'.<br>make[4]: Leaving directory `/root/lcdproc-0.4.5/docs/lcdproc-user/drivers'<br>make[4]: Entering directory `/root/lcdproc-0.4.5/docs/lcdproc-user'<br>make[4]: Nothing to be done for `all-am'.<br>make[4]: Leaving directory
`/root/lcdproc-0.4.5/docs/lcdproc-user'<br>make[3]: Leaving directory `/root/lcdproc-0.4.5/docs/lcdproc-user'<br>make[3]: Entering directory `/root/lcdproc-0.4.5/docs'<br>make[3]: Nothing to be done for `all-am'.<br>make[3]: Leaving directory `/root/lcdproc-0.4.5/docs'<br>make[2]: Leaving directory `/root/lcdproc-0.4.5/docs'<br>Making all in scripts<br>make[2]: Entering directory `/root/lcdproc-0.4.5/scripts'<br>make[2]: Nothing to be done for `all'.<br>make[2]: Leaving directory `/root/lcdproc-0.4.5/scripts'<br>make[2]: Entering directory `/root/lcdproc-0.4.5'<br>make[2]: Nothing to be done for `all-am'.<br>make[2]: Leaving directory `/root/lcdproc-0.4.5'<br>make[1]: Leaving directory `/root/lcdproc-0.4.5'<br>linux:~/lcdproc-0.4.5 # ls<br>. Makefile aclocal.m4 config.log
docs scripts<br>.. Makefile.am clients config.status install server<br>ChangeLog Makefile.in config.cache config.sub install-sh shared<br>LCDd.conf README.IRman config.guess configure missing stamp-h<br>LCDproc.list acconfig.h config.h configure.in mkinstalldirs stamp-h.in<br>LCDproc.list.in acinclude.m4 config.h.in copying
readme todo<br>linux:~/lcdproc-0.4.5 # cd server<br>linux:~/lcdproc-0.4.5/server # ls<br>. client_data.o configfile.c input.h menus.c render.o serverscreens.h<br>.. client_functions.c configfile.h input.o menus.h screen.c serverscreens.o<br>LCDd client_functions.h configfile.o main.c menus.o screen.h sock.c<br>Makefile client_functions.o drivers main.h
parse.c screen.o sock.h<br>Makefile.am client_menu.h drivers.c main.o parse.h screenlist.c sock.o<br>Makefile.in clients.c drivers.h menu.c parse.o screenlist.h widget.c<br>client_data.c clients.h drivers.o menu.h render.c screenlist.o widget.h<br>client_data.h clients.o input.c menu.o render.h serverscreens.c widget.o<br>linux:~/lcdproc-0.4.5/server # cd
drivers<br>linux:~/lcdproc-0.4.5/server/drivers # ls<br>. SGX120.o hd44780-4bit.h hd44780.c lcd_sem.h stv5730.h<br>.. bayrad.c hd44780-anslcd.c hd44780.h lcdm001.c svgalib_drv.c<br>CFontz.c bayrad.h hd44780-anslcd.h irmanin.c lcdm001.h svgalib_drv.h<br>CFontz.h bayrad.o hd44780-charmap.h irmanin.h lcdm001.o
t6963.c<br>CFontz.o curses_drv.c hd44780-drivers.h joy.c libLCDdrivers.a t6963.h<br>CwLnx.c curses_drv.h hd44780-ext8bit.c joy.h lircin.c t6963_font.h<br>CwLnx.h curses_drv.o hd44780-ext8bit.h lb216.c lircin.h text.c<br>CwLnx.o debug.h hd44780-low.h lb216.h lpt-port.h text.h<br>Makefile drv_base.h hd44780-picanlcd.c lb216.o
port.h text.o<br>Makefile.am glk.c hd44780-picanlcd.h lcd.c readme timing.h<br>Makefile.in glk.h hd44780-serialLpt.c lcd.h sed1330.c wirz-sli.c<br>MtxOrb.c glk.o hd44780-serialLpt.h lcd.o sed1330.h wirz-sli.h<br>MtxOrb.h glkproto.c hd44780-usblcd.c lcd_lib.c sed1520.c<br>MtxOrb.o glkproto.h
hd44780-usblcd.h lcd_lib.h sed1520.h<br>SGX120.c glkproto.o hd44780-winamp.c lcd_lib.o sed1520fm.c<br>SGX120.h hd44780-4bit.c hd44780-winamp.h lcd_sem.c stv5730.c<br><p>__________________________________________________<br>Do You Yahoo!?<br>Tired of spam? Yahoo! Mail has the best spam protection around <br>http://mail.yahoo.com
--0-623128443-1146598331=:67748--