misunderstanding: inside you makefile there should be a line like CPPFLAGS=-I/usr/X11R6/include or CFLAGS=-I/usr/X11R6/include that define the path the compiler is searching for includes (/usr/include is default there no need to define). Add the path there. If you can not find that line please send me the source i will take a look at it. re, walter P Botha wrote:
Here is my include path: fsx01:/home/pa/tmp-downloads/sax # echo $PATH /sbin:/usr/sbin:/usr/local/sbin:/opt/kde3/sbin:/opt/gnome/sbin:/root/bin:/usr/local/bin:/usr/bin:/usr/X11R6/bin:/bin:/usr/games:/opt/gnome/bin:/opt/kde3/bin:/usr/lib/jvm/jre/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin:/usr/lib/qt3/bin:/usr/include/dbus-1.0
This did not change anything as the compile still fails.
Pieter
On Wednesday 01 February 2006 10:49, walter harms wrote:
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_1 dbus.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?