From: Hugo V. <hvw...@ya...> - 2005-07-01 23:19:09
|
--- Helge Hafting <hel...@ai...> wrote: > Checked out ruby cvs, saw that it was 2.6.12, copied > it over a 2.6.12 > source tree, got this upon compile: > > CHK include/linux/version.h > make[1]: `arch/x86_64/kernel/asm-offsets.s' is up to > date. > CHK include/linux/compile.h > CHK usr/initramfs_list > CC drivers/char/decvte.o > drivers/char/decvte.c: In function `set_mode': > drivers/char/decvte.c:514: error: incompatible type If to get 2.6.12 you do: cvs -z3 -d:pserver:ano...@cv...:/cvsroot/linuxconsole co ruby Then I got one step further: CC drivers/char/vc_screen.o drivers/char/vc_screen.c: In function `vcs_read': drivers/char/vc_screen.c:168: error: `BUF_SIZE' undeclared (first use in this function) drivers/char/vc_screen.c:168: error: (Each undeclared identifier is reported only once drivers/char/vc_screen.c:168: error: for each function it appears in.) drivers/char/vc_screen.c: In function `vcs_write': drivers/char/vc_screen.c:325: error: `BUF_SIZE' undeclared (first use in this function) make[3]: *** [drivers/char/vc_screen.o] Error 1 H ____________________________________________________ Yahoo! Sports Rekindle the Rivalries. Sign up for Fantasy Football http://football.fantasysports.yahoo.com |