From: Michael R. <re...@eu...> - 2006-06-20 09:53:27
|
Hi there, > OK, now it compiles great without libgb-dev, on a normal toolchain and > with our geexbox custom toolchain. Great! I should have investigated this months ago... Thanks for your patience :-) > But when I try with libgd-dev > installed, it raises me another error : > widget_image.c:159: warning : implicit declaration of function =AB > gdTrueColorGetRed =BB Huh? my gd.h contains such macros: #define gdTrueColorGetRed(c) (((c) & 0xFF0000) >> 16) So please check your gd.h! btw, lcd4linux checks for gd.h at two locations: /usr/include/gd/gd.h and /usr/include/gd.h (don't know if this is correct). Maybe you've got two of'em, one being empty? :-) bye, Michael --=20 Michael Reinelt <re...@eu...> http://home.pages.at/reinelt GPG-Key 0xDF13BA50 ICQ #288386781 |