Roger > I'm experiencing the same problem here, and have these packages installed > (Ubuntu edgy). The problem appears to be blank DBUS_CFLAGS in the compile. My > Makefile contains: > DBUS_CFLAGS = -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include > -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include > > But the make output shows blanks: > gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include -pthread -Wall -O2 -c > a2dpd_dbus.c > a2dpd_dbus.c:31:28: error: dbus/dbus-glib.h: No such file or directory > a2dpd_dbus.c:32:37: error: dbus/dbus-glib-lowlevel.h: No such file or directory I'll attach my generated Makefile... can you see why mine would work and yours does not? Brad