From: FoX <fo...@gm...> - 2006-06-20 10:09:00
|
> my gd.h contains such macros: > > #define gdTrueColorGetRed(c) (((c) & 0xFF0000) >> 16) I've found the error, I installed libgd when lcd4linux requires libgd2 ;) It compiles great now ! I wonder if there is a way to distinguish libgd from libgd2 ... ? |