Zitat von Dark Sylinc <[EMAIL PROTECTED]>: > Hi debian package mantainers! > > I was compiling dbus-specific code, to find out > "dbus/dbus-arch-deps.h" was missing. > It isn't actually missing, just slipped to the wrong path. > Instead of being in > /usr/include/dbus-1.0/dbus > It is lonely in: > /usr/lib/dbus-1.0/include/dbus > which is obviously wrong
Nope, that's actually correct. dbus-arch-deps.h is a arch dependent header, that's why it is installed into /usr/lib/dbus-1.0/include. Please use pkg-config to get the correct cflags for dbus. Cheers, Michael ------------------------------------------------------------ This mail was sent through TecO-Webmail: http://www.teco.edu _______________________________________________ Pkg-utopia-maintainers mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-utopia-maintainers
