On Tue, 2006-03-14 at 17:36 +0000, Martin Michlmayr wrote: > * Ross Burton <[EMAIL PROTECTED]> [2006-03-14 17:05]: > > I'm guessing that the makefiles for vdkxdb2 doesn't use pkg-config to > > get the required cpp and ld flags, and is thus missing the path to > > cairo. > > FWIW, I see the same failure in at least 3 (or 4) packages: > > 356872: vdkxdb2
This appears to depend something in libvdk2-dev exporting the correct
include information, and it isn't.
> 355824: freebirth
>355991: langdrill
These hard-code the include path /usr/include/gtk-2.0, which isn't
sufficient. They should use pkg-config --cflags gtk+-2.0 in CFLAGS and
pkg-config --libs gtk+-2.0 in LDFLAGS.
> 355823: hardinfo (this one's interesting)
This does use pkg-config, not sure what is going wrong...
Ross
--
Ross Burton mail: [EMAIL PROTECTED]
jabber: [EMAIL PROTECTED]
www: http://www.burtonini.com./
PGP Fingerprint: 1A21 F5B0 D8D0 CFE3 81D4 E25A 2D09 E447 D0B4 33DF
signature.asc
Description: This is a digitally signed message part

