From: Svetoslav S. <sv...@gm...> - 2005-01-19 17:01:25
|
> Hello everybody, > > trying the patch at > http://www.ltn.lv/~aivils/files/ruby-2.6.10-nofb-20050110.diff.bz2 I get a lot of compile errors (see below). > the ruby patch for 2.6.10 doesn't support frame bufers disable CONFIG_FB and it should compile > I patched the kernel, "make menuconfig", and make. > Since that didn't work I even tried a "make clean" inbetween. > > > Thank you for your help! > > > Regards, > > Phil > > > > $ make > CHK include/linux/version.h > make[1]: `arch/i386/kernel/asm-offsets.s' is up to date. > CHK include/linux/compile.h > UPD include/linux/compile.h > CC init/version.o > LD init/built-in.o > CHK usr/initramfs_list > CC [M] drivers/video/console/fbcon.o > drivers/video/console/fbcon.c: In function `fbcon_is_inactive': > drivers/video/console/fbcon.c:206: error: `vt_cons' undeclared (first use > in this function) > drivers/video/console/fbcon.c:206: error: (Each undeclared identifier is > reported only once > drivers/video/console/fbcon.c:206: error: for each function it appears > in.) > drivers/video/console/fbcon.c: In function `get_color': > drivers/video/console/fbcon.c:215: error: `console_blanked' undeclared > (first use in this function) > drivers/video/console/fbcon.c: In function `fb_flashcursor': > drivers/video/console/fbcon.c:269: error: `vc_cons' undeclared (first use > in this function) > drivers/video/console/fbcon.c:271: warning: implicit declaration of > function `CON_IS_VISIBLE' > drivers/video/console/fbcon.c: In function `fbcon_takeover': > drivers/video/console/fbcon.c:398: error: `fb_con' undeclared (first use > in this function) > drivers/video/console/fbcon.c:399: warning: passing arg 2 of > `take_over_console' makes pointer from integer without a cast > drivers/video/console/fbcon.c:399: error: too many arguments to function > `take_over_console' > drivers/video/console/fbcon.c: In function `fbcon_prepare_logo': > drivers/video/console/fbcon.c:459: error: `vt_cons' undeclared (first use > in this function) > drivers/video/console/fbcon.c:461: warning: passing arg 1 of > `update_screen' makes pointer from integer without a cast > drivers/video/console/fbcon.c: In function `con2fb_init_display': > drivers/video/console/fbcon.c:592: error: `fg_console' undeclared (first > use in this function) > drivers/video/console/fbcon.c:603: error: `vc_cons' undeclared (first use > in this function) > drivers/video/console/fbcon.c:612: warning: implicit declaration of > function `switch_screen' > drivers/video/console/fbcon.c: In function `set_con2fb_map': > drivers/video/console/fbcon.c:626: error: `vc_cons' undeclared (first use > in this function) > drivers/video/console/fbcon.c:663: error: `fg_console' undeclared (first > use in this function) > drivers/video/console/fbcon.c: In function `fbcon_startup': > drivers/video/console/fbcon.c:724: error: `fg_console' undeclared (first > use in this function) > drivers/video/console/fbcon.c:725: error: `vc_cons' undeclared (first use > in this function) > drivers/video/console/fbcon.c:805: warning: passing arg 1 of `vc_resize' > makes pointer from integer without a cast > drivers/video/console/fbcon.c: In function `fbcon_init': > drivers/video/console/fbcon.c:890: error: structure has no member named > `vc_display_fg' > drivers/video/console/fbcon.c:932: warning: passing arg 1 of > `con_set_default_unimap' makes pointer from integer without a cast > drivers/video/console/fbcon.c:934: warning: passing arg 1 of > `con_copy_unimap' makes pointer from integer without a cast > drivers/video/console/fbcon.c:934: warning: passing arg 2 of > `con_copy_unimap' makes pointer from integer without a cast > drivers/video/console/fbcon.c:940: warning: passing arg 1 of `vc_resize' > makes pointer from integer without a cast > drivers/video/console/fbcon.c: In function `fbcon_preset_disp': > drivers/video/console/fbcon.c:1130: error: `fg_console' undeclared (first > use in this function) > drivers/video/console/fbcon.c: In function `fbcon_set_disp': > drivers/video/console/fbcon.c:1145: error: structure has no member named > `vc_display_fg' > drivers/video/console/fbcon.c:1176: warning: passing arg 1 of > `con_set_default_unimap' makes pointer from integer without a cast > drivers/video/console/fbcon.c:1178: warning: passing arg 1 of > `con_copy_unimap' makes pointer from integer without a cast > drivers/video/console/fbcon.c:1178: warning: passing arg 2 of > `con_copy_unimap' makes pointer from integer without a cast > drivers/video/console/fbcon.c:1182: warning: passing arg 1 of `vc_resize' > makes pointer from integer without a cast > drivers/video/console/fbcon.c:1184: warning: passing arg 1 of > `update_screen' makes pointer from integer without a cast > drivers/video/console/fbcon.c: In function `fbcon_softback_note': > drivers/video/console/fbcon.c:1518: error: `fg_console' undeclared (first > use in this function) > drivers/video/console/fbcon.c: In function `fbcon_switch': > drivers/video/console/fbcon.c:1910: error: `vc_cons' undeclared (first use > in this function) > drivers/video/console/fbcon.c:1987: error: `fg_console' undeclared (first > use in this function) > drivers/video/console/fbcon.c: In function `fbcon_blank': > drivers/video/console/fbcon.c:2076: warning: passing arg 1 of > `update_screen' makes pointer from integer without a cast > drivers/video/console/fbcon.c: In function `fbcon_do_set_font': > drivers/video/console/fbcon.c:2226: warning: passing arg 1 of `vc_resize' > makes pointer from integer without a cast > drivers/video/console/fbcon.c:2239: error: `vt_cons' undeclared (first use > in this function) > drivers/video/console/fbcon.c:2241: warning: passing arg 1 of > `update_screen' makes pointer from integer without a cast > drivers/video/console/fbcon.c: In function `fbcon_set_font': > drivers/video/console/fbcon.c:2308: error: `vc_cons' undeclared (first use > in this function) > drivers/video/console/fbcon.c: In function `fbcon_screen_pos': > drivers/video/console/fbcon.c:2384: error: `fg_console' undeclared (first > use in this function) > drivers/video/console/fbcon.c: In function `fbcon_getxy': > drivers/video/console/fbcon.c:2407: error: `fg_console' undeclared (first > use in this function) > drivers/video/console/fbcon.c: In function `fbcon_scrolldelta': > drivers/video/console/fbcon.c:2459: error: `fg_console' undeclared (first > use in this function) > drivers/video/console/fbcon.c:2466: error: `vt_cons' undeclared (first use > in this function) > drivers/video/console/fbcon.c:2469: error: `vc_cons' undeclared (first use > in this function) > drivers/video/console/fbcon.c:2493: warning: passing arg 1 of > `update_region' makes pointer from integer without a cast > drivers/video/console/fbcon.c: In function `fbcon_suspended': > drivers/video/console/fbcon.c:2558: error: `vc_cons' undeclared (first use > in this function) > drivers/video/console/fbcon.c: In function `fbcon_resumed': > drivers/video/console/fbcon.c:2571: error: `vc_cons' undeclared (first use > in this function) > drivers/video/console/fbcon.c:2573: warning: passing arg 1 of > `update_screen' makes pointer from integer without a cast > drivers/video/console/fbcon.c: In function `fbcon_modechanged': > drivers/video/console/fbcon.c:2586: error: `vc_cons' undeclared (first use > in this function) > drivers/video/console/fbcon.c:2588: error: `vt_cons' undeclared (first use > in this function) > drivers/video/console/fbcon.c:2599: warning: passing arg 1 of `vc_resize' > makes pointer from integer without a cast > drivers/video/console/fbcon.c:2605: warning: passing arg 1 of > `update_screen' makes pointer from integer without a cast > drivers/video/console/fbcon.c: At top level: > drivers/video/console/fbcon.c:2712: error: `fb_con' used prior to > declaration > drivers/video/console/fbcon.c:2714: warning: initialization from > incompatible pointer type > drivers/video/console/fbcon.c:2721: warning: initialization from > incompatible pointer type > drivers/video/console/fbcon.c:2730: error: unknown field `con_scrolldelta' > specified in initializer > drivers/video/console/fbcon.c: In function `fb_console_exit': > drivers/video/console/fbcon.c:2775: warning: implicit declaration of > function `give_up_console' > make[3]: *** [drivers/video/console/fbcon.o] Error 1 > make[2]: *** [drivers/video/console] Error 2 > make[1]: *** [drivers/video] Error 2 > make: *** [drivers] Error 2 > > > ------------------------------------------------------- > The SF.Net email is sponsored by: Beat the post-holiday blues > Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. > It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt > _______________________________________________ > Linuxconsole-dev mailing list > Lin...@li... > https://lists.sourceforge.net/lists/listinfo/linuxconsole-dev > -- Sparen beginnt mit GMX DSL: http://www.gmx.net/de/go/dsl |