
can you add a -I/usr/include/dbus-1.0/ to your includepath ? re, walter P Botha wrote:
fsx01:~ # rpm -q dbus-1-devel dbus-1-devel-0.35.2-8 fsx01:~ # locate dbus.h /usr/include/dbus-1.0/dbus/dbus.h /usr/include/powersave_dbus.h /usr/share/doc/packages/dbus-1-devel/html/namespaceorg_1_1freedesktop_1_1dbus.html fsx01:~ #
^^ as you can see, the file is availible system wide any ideas?
thanx!
Pieter
On Tuesday 31 January 2006 11:19, walter harms wrote:
i guess a devel package is missing. unfortunaly i have no idea where dbus.h may be dbus-devel ?
re, walter
P Botha wrote:
Hi,
I hope this is the right sport dumping this question. I'm receiving the following compile error on building sax2. dbus-devel is installed and the system is suse 10.0 i586:
make[4]: Entering directory `/home/pa/tmp-downloads/sax/sysp/lib/libhd/hd' make[4]: *** No rule to make target `dbus/dbus.h', needed by `hal.o'. Stop. make[4]: Leaving directory `/home/pa/tmp-downloads/sax/sysp/lib/libhd/hd'
hal.h has the following: #include <dbus/dbus.h> #include <hal/libhal.h>
Anyone, any ideas?