From: FoX <fo...@gm...> - 2006-06-19 13:05:06
|
Sorry to disturb you again, but the bug is still there : # make distclean # ./configure --with-drivers=3D'all' # make <snip> drv_generic_graphic.o: In function `drv_generic_graphic_init':drv_generic_graphic.c:(.text+0x11e6): undefined reference to `Widget_Image' 2006/6/19, Michael Reinelt <re...@eu...>: > Hi there, > > > FoX wrote: > > Could you commit this patch ? I tested it and it is actually needed to > > build lcd4linux correctly. > > > > 2006/5/24, Theo Schneider <to...@sc...>: > >> Hi there, > >> > >> i do an fresh checkout from cvs. > >> ./configure --prefix=3D/usr --with-drivers=3DLUIse > >> make > >> > >> this error follows: > >> > >> plugin_uptime.o plugin_wireless.o plugin_xmms.o -L/usr/local/lib > >> -lluise -lgd -lm > >> drv_generic_graphic.o: In function > >> `drv_generic_graphic_init':drv_generic_graphic.c:(.text+0x11e6): > >> undefined reference to `Widget_Image' > >> collect2: ld gab 1 als Ende-Status zur=FCck > >> make[1]: *** [lcd4linux] Fehler 1 > >> make[1]: Leaving directory `/home/tooly/test/lcd4linux' > >> make: *** [all] Fehler 2 > >> > >> This little patch to the trick for me: > > Fixed in CVS. The real error was in drivers.m4, where a file called > "drv_Image.o" was linked instead of the correct "widget_image.o". > > > bye, michael > > -- > Michael Reinelt <re...@eu...> > http://home.pages.at/reinelt > GPG-Key 0xDF13BA50 > ICQ #288386781 > |