From: Roland H. <ro...@gm...> - 2006-04-09 18:17:36
|
Michael Reinelt schrieb: >> [...] >> widget_image.o(.text+0x1a5):/var/lib/cvs/lcd4linux/widget_image.c:146: >> undefined reference to `gdImageGetTrueColorPixel' >> collect2: ld returned 1 exit status >> make: *** [lcd4linux] Fehler 1 > > Hey, this is strange... > > drivers.m4 reads: > > at the end of drivers.m4, there's > > # generic graphic driver > if test "$GRAPHIC" = "yes"; then > DRIVERS="$DRIVERS drv_generic_graphic.o" > if test "$has_gd" = "true"; then > DRIVERS="$DRIVERS drv_Image.o" > DRVLIBS="$DRVLIBS -lgd" > fi > fi # generic graphic driver if test "$GRAPHIC" = "yes"; then DRIVERS="$DRIVERS drv_generic_graphic.o" fi > but.... hey, you said that your newest file is drv_generic_txt.c from > 29.03.06. But drivers.m4 should be from April 1st. Here drivers.m4 is from Feb. 27th. > maybe you've been bitten by the "SourceForge anonymous CVS update delay"??? If it exists, I am. What can I do? You wrote me that you have put my patch for drv_generic_graphic.c into CVS. I can't get this also. How long is the delay? -- greets Roland |