
no problems, i had to install several devel-packages. i stopped when it tried to include Phyton.h. perhaps you missed one of these packeges and the resulting error is caused by that ? did you try 'make clean' before ? re, walter P Botha wrote:
Here you go: ftp://ftp.berlios.de/pub/sax/sax2.tar.bz2
pieter
On Wednesday 01 February 2006 17:56, walter harms wrote:
can you point me to the source ?
i would like to compile it on my box os i can see whats going on.
re, walter
P Botha wrote:
the makefile in: /home/pa/tmp-downloads/sax/sysp/lib/libhd/hd has the line: CFLAGS += -I /usr/include/dbus-1.0 -I /usr/lib64/dbus-1.0/include -I /usr/lib/dbus-1.0/include
The dbus.h is in: /usr/include/dbus-1.0/dbus/dbus.h I have added /usr/include/dbus-1.0 as well as /usr/include/dbus-1.0/dbus to the CFLAGS and it did not make a difference
pieter
On Wednesday 01 February 2006 13:20, walter harms wrote:
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/bi n: /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?