[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&nbsp; 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..&nbsp;&nbsp;&nbsp;&nbsp; -Wall -O3 -c LL.c<br>gcc -DHAVE_CONFIG_H -I. -I. -I..&nbsp;&nbsp;&nbsp;&nbsp; -Wall -O3 -c sockets.c<br>gcc -DHAVE_CONFIG_H -I. -I. -I..&nbsp;&nbsp;&nbsp;&nbsp; -Wall -O3 -c str.c<br>gcc -DHAVE_CONFIG_H -I. -I. -I..&nbsp;&nbsp;&nbsp;&nbsp; -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../..&nbsp;&nbsp;&nbsp; -Wall -O3 -c main.c<br>gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../..&nbsp;&nbsp;&nbsp; -Wall -O3 -c mode.c<br>gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../..&nbsp;&nbsp;&nbsp; -Wall -O3 -c batt.c<br>gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../..&nbsp;&nbsp;&nbsp; -Wall -O3 -c chrono.c<br>gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../..&nbsp;&nbsp;&nbsp; -Wall -O3 -c cpu.c<br>gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../..&nbsp;&nbsp;&nbsp; -Wall -O3 -c cpu_smp.c<br>gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../..&nbsp;&nbsp;&nbsp; -Wall -O3 -c disk.c<br>gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../..&nbsp;&nbsp;&nbsp; -Wall -O3 -c load.c<br>gcc 
 -DHAVE_CONFIG_H -I. -I. -I../.. -I../..&nbsp;&nbsp;&nbsp; -Wall -O3 -c mem.c<br>gcc&nbsp; -Wall -O3&nbsp; -o lcdproc&nbsp; 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../..&nbsp;&nbsp;&nbsp; -Wall -O3 -c lcd.c<br>gcc
  -DHAVE_CONFIG_H -I. -I. -I../.. -I./.. -I../..&nbsp;&nbsp;&nbsp; -Wall -O3 -c lcd_lib.c<br>gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I./.. -I../..&nbsp;&nbsp;&nbsp; -Wall -O3 -c lcdm001.c<br>gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I./.. -I../..&nbsp;&nbsp;&nbsp; -Wall -O3 -c MtxOrb.c<br>gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I./.. -I../..&nbsp;&nbsp;&nbsp; -Wall -O3 -c CFontz.c<br>gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I./.. -I../..&nbsp;&nbsp;&nbsp; -Wall -O3 -c CwLnx.c<br>gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I./.. -I../..&nbsp;&nbsp;&nbsp; -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../..&nbsp;&nbsp;&nbsp; -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../..&nbsp;&nbsp;&nbsp; -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../..&nbsp;&nbsp;&nbsp; -Wall -O3 -c bayrad.c<br>gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I./.. -I../..&nbsp;&nbsp;&nbsp; -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../..&nbsp;&nbsp;&nbsp; -Wall -O3 -c glkproto.c<br>gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I./.. -I../..&nbsp;&nbsp;&nbsp; -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..&nbsp;&nbsp;&nbsp; -Wall -O3 -c client_data.c<br>gcc -DHAVE_CONFIG_H -I. -I. -I.. -I..&nbsp;&nbsp;&nbsp; -Wall -O3 -c client_functions.c<br>gcc -DHAVE_CONFIG_H -I. -I. -I.. -I..&nbsp;&nbsp;&nbsp; -Wall -O3 -c clients.c<br>gcc -DHAVE_CONFIG_H -I. -I. -I.. -I..&nbsp;&nbsp;&nbsp; -Wall -O3 -c input.c<br>gcc -DHAVE_CONFIG_H -I. -I. -I.. -I..&nbsp;&nbsp;&nbsp; -Wall -O3 -c main.c<br>gcc -DHAVE_CONFIG_H -I. -I. -I.. -I..&nbsp;&nbsp;&nbsp; -Wall -O3 -c 
 menu.c<br>gcc -DHAVE_CONFIG_H -I. -I. -I.. -I..&nbsp;&nbsp;&nbsp; -Wall -O3 -c menus.c<br>gcc -DHAVE_CONFIG_H -I. -I. -I.. -I..&nbsp;&nbsp;&nbsp; -Wall -O3 -c parse.c<br>gcc -DHAVE_CONFIG_H -I. -I. -I.. -I..&nbsp;&nbsp;&nbsp; -Wall -O3 -c render.c<br>gcc -DHAVE_CONFIG_H -I. -I. -I.. -I..&nbsp;&nbsp;&nbsp; -Wall -O3 -c screen.c<br>gcc -DHAVE_CONFIG_H -I. -I. -I.. -I..&nbsp;&nbsp;&nbsp; -Wall -O3 -c screenlist.c<br>gcc -DHAVE_CONFIG_H -I. -I. -I.. -I..&nbsp;&nbsp;&nbsp; -Wall -O3 -c serverscreens.c<br>gcc -DHAVE_CONFIG_H -I. -I. -I.. -I..&nbsp;&nbsp;&nbsp; -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..&nbsp;&nbsp;&nbsp; -Wall -O3 -c widget.c<br>gcc -DHAVE_CONFIG_H -I. -I. -I.. -I..&nbsp;&nbsp;&nbsp; -Wall -O3 -c configfile.c<br>gcc -DHAVE_CONFIG_H -I. -I. -I.. -I..&nbsp;&nbsp;&nbsp; -Wall -O3 -c 
 drivers.c<br>gcc&nbsp; -Wall -O3&nbsp; -o LCDd&nbsp; 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&nbsp;&nbsp;&nbsp; -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>.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Makefile&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; aclocal.m4&nbsp;&nbsp;&nbsp; config.log&nbsp;&nbsp;&nbsp;&nbsp; 
 docs&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; scripts<br>..&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Makefile.am&nbsp;&nbsp; clients&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; config.status&nbsp; install&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; server<br>ChangeLog&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Makefile.in&nbsp;&nbsp; config.cache&nbsp; config.sub&nbsp;&nbsp;&nbsp;&nbsp; install-sh&nbsp;&nbsp;&nbsp;&nbsp; shared<br>LCDd.conf&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; README.IRman&nbsp; config.guess&nbsp; configure&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; missing&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; stamp-h<br>LCDproc.list&nbsp;&nbsp;&nbsp;&nbsp; acconfig.h&nbsp;&nbsp;&nbsp; config.h&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; configure.in&nbsp;&nbsp; mkinstalldirs&nbsp; stamp-h.in<br>LCDproc.list.in&nbsp; acinclude.m4&nbsp; config.h.in&nbsp;&nbsp; copying&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
 readme&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; todo<br>linux:~/lcdproc-0.4.5 # cd server<br>linux:~/lcdproc-0.4.5/server # ls<br>.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; client_data.o&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; configfile.c&nbsp; input.h&nbsp; menus.c&nbsp;&nbsp; render.o&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; serverscreens.h<br>..&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; client_functions.c&nbsp; configfile.h&nbsp; input.o&nbsp; menus.h&nbsp;&nbsp; screen.c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; serverscreens.o<br>LCDd&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; client_functions.h&nbsp; configfile.o&nbsp; main.c&nbsp;&nbsp; menus.o&nbsp;&nbsp; screen.h&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; sock.c<br>Makefile&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; client_functions.o&nbsp; drivers&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; main.h&nbsp;&nbsp; 
 parse.c&nbsp;&nbsp; screen.o&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; sock.h<br>Makefile.am&nbsp;&nbsp;&nbsp; client_menu.h&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; drivers.c&nbsp;&nbsp;&nbsp;&nbsp; main.o&nbsp;&nbsp; parse.h&nbsp;&nbsp; screenlist.c&nbsp;&nbsp;&nbsp;&nbsp; sock.o<br>Makefile.in&nbsp;&nbsp;&nbsp; clients.c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; drivers.h&nbsp;&nbsp;&nbsp;&nbsp; menu.c&nbsp;&nbsp; parse.o&nbsp;&nbsp; screenlist.h&nbsp;&nbsp;&nbsp;&nbsp; widget.c<br>client_data.c&nbsp; clients.h&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; drivers.o&nbsp;&nbsp;&nbsp;&nbsp; menu.h&nbsp;&nbsp; render.c&nbsp; screenlist.o&nbsp;&nbsp;&nbsp;&nbsp; widget.h<br>client_data.h&nbsp; clients.o&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; input.c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; menu.o&nbsp;&nbsp; render.h&nbsp; serverscreens.c&nbsp; widget.o<br>linux:~/lcdproc-0.4.5/server # cd 
 drivers<br>linux:~/lcdproc-0.4.5/server/drivers # ls<br>.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SGX120.o&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; hd44780-4bit.h&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; hd44780.c&nbsp; lcd_sem.h&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; stv5730.h<br>..&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; bayrad.c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; hd44780-anslcd.c&nbsp;&nbsp;&nbsp;&nbsp; hd44780.h&nbsp; lcdm001.c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; svgalib_drv.c<br>CFontz.c&nbsp;&nbsp;&nbsp;&nbsp; bayrad.h&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; hd44780-anslcd.h&nbsp;&nbsp;&nbsp;&nbsp; irmanin.c&nbsp; lcdm001.h&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; svgalib_drv.h<br>CFontz.h&nbsp;&nbsp;&nbsp;&nbsp; bayrad.o&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; hd44780-charmap.h&nbsp;&nbsp;&nbsp; irmanin.h&nbsp; lcdm001.o&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
 t6963.c<br>CFontz.o&nbsp;&nbsp;&nbsp;&nbsp; curses_drv.c&nbsp;&nbsp;&nbsp; hd44780-drivers.h&nbsp;&nbsp;&nbsp; joy.c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; libLCDdrivers.a&nbsp; t6963.h<br>CwLnx.c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; curses_drv.h&nbsp;&nbsp;&nbsp; hd44780-ext8bit.c&nbsp;&nbsp;&nbsp; joy.h&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; lircin.c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; t6963_font.h<br>CwLnx.h&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; curses_drv.o&nbsp;&nbsp;&nbsp; hd44780-ext8bit.h&nbsp;&nbsp;&nbsp; lb216.c&nbsp;&nbsp;&nbsp; lircin.h&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; text.c<br>CwLnx.o&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; debug.h&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; hd44780-low.h&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; lb216.h&nbsp;&nbsp;&nbsp; lpt-port.h&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; text.h<br>Makefile&nbsp;&nbsp;&nbsp;&nbsp; drv_base.h&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; hd44780-picanlcd.c&nbsp;&nbsp; lb216.o&nbsp;&nbsp;&nbsp; 
 port.h&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; text.o<br>Makefile.am&nbsp; glk.c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; hd44780-picanlcd.h&nbsp;&nbsp; lcd.c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; readme&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; timing.h<br>Makefile.in&nbsp; glk.h&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; hd44780-serialLpt.c&nbsp; lcd.h&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; sed1330.c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; wirz-sli.c<br>MtxOrb.c&nbsp;&nbsp;&nbsp;&nbsp; glk.o&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; hd44780-serialLpt.h&nbsp; lcd.o&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; sed1330.h&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; wirz-sli.h<br>MtxOrb.h&nbsp;&nbsp;&nbsp;&nbsp; glkproto.c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; hd44780-usblcd.c&nbsp;&nbsp;&nbsp;&nbsp; lcd_lib.c&nbsp; sed1520.c<br>MtxOrb.o&nbsp;&nbsp;&nbsp;&nbsp; glkproto.h&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
 hd44780-usblcd.h&nbsp;&nbsp;&nbsp;&nbsp; lcd_lib.h&nbsp; sed1520.h<br>SGX120.c&nbsp;&nbsp;&nbsp;&nbsp; glkproto.o&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; hd44780-winamp.c&nbsp;&nbsp;&nbsp;&nbsp; lcd_lib.o&nbsp; sed1520fm.c<br>SGX120.h&nbsp;&nbsp;&nbsp;&nbsp; hd44780-4bit.c&nbsp; hd44780-winamp.h&nbsp;&nbsp;&nbsp;&nbsp; lcd_sem.c&nbsp; 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--