Johannes Winkelmann schrieb:
Hi,

On Thu, Apr 12, 2007 at 15:38:47 +0200, ronny kornexl wrote:
  
Predrag Ivanovic schrieb:
    
[...]
  
bash-3.2# make install prefix=/usr
make[1]: Entering directory `/tmp/dbus-1-qt3-0.6'
test -z "/usr/lib" || mkdir -p -- "/usr/lib"
/bin/sh ./libtool --silent --mode=install /usr/bin/install -c -p  
'libdbus-1-qt3.la' '/usr/lib/libdbus-1-qt3.la'
libtool: install: warning: remember to run `libtool --finish /usr/local/lib'
    
the /usr/local on this line looks fishy... did you set the prefix also
in ./configure?

It's probably a good idea to create a port for it anyway. This would
also allow others to reproduce the problem easily and (more important)
consistently.
  
Hello

No Problem, i create a port, if it functions.

  
Any hints?
    
The config.log from kdebase should show you what it was doing to find
the dbus qt stuff; using that, you can then try to isolate the error.
  
I understand this not really :-(

configure:51619: WARNING: linux/cdrom.h: present but cannot be compiled
configure:51621: WARNING: linux/cdrom.h:     check for missing prerequisite headers?
configure:51623: WARNING: linux/cdrom.h: see the Autoconf documentation
configure:51625: WARNING: linux/cdrom.h:     section "Present But Cannot Be Compiled"
configure:51627: WARNING: linux/cdrom.h: proceeding with the preprocessor's result
configure:51629: WARNING: linux/cdrom.h: in the future, the compiler will take precedence
configure:51641: checking for linux/cdrom.h
configure:51648: result: yes
configure:51679: checking for the HAL
configure: 51693: /usr/include/libhal.h
configure: 51693: /usr/include/libhal-storage.h
configure: 51693: /usr/include/libhal.h
configure: 51693: /usr/include/libhal-storage.h
configure: 51693: /usr/include/hal/libhal.h
taking that
configure: 51715: /usr/lib/libhal.so
taking that
configure:51839: result: headers -I/usr/include/hal  libraries -L/usr/lib -lhal -lhal-storage
configure:51854: checking for DBus
configure: 51868: /usr/include/dbus/dbus.h
configure: 51868: /usr/include/dbus/dbus.h
configure: 51868: /usr/include/dbus-1.0/dbus/dbus.h
taking that
configure: 51885: /usr/include/dbus/dbus-arch-deps.h
configure: 51885: /usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h
taking that
configure: 51907: /usr/lib/libdbus-1.so
taking that
configure:52041: result: headers -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include libraries -L/usr/lib -ldbus-1
configure:52054: checking for DBus-Qt3 bindings
configure: 52068: /usr/include/dbus/connection.h
configure: 52068: /usr/include/dbus/connection.h
configure: 52068: /usr/include/dbus-1.0/dbus/connection.h
taking that
configure: 52095: /usr/lib/libdbus-qt-1.so
configure: 52095: /usr/lib/libdbus-qt-1.so
configure: 52095: /usr/local/lib/libdbus-qt-1.so
configure: 52119: /usr/include/dbus-1.0/dbus/connection.h
taking that
configure:52168: result: searched but not found
configure:52178: checking if the HAL backend for media:/ should be compiled
 
HTH, Johannes
  

Regards Ronny Kornexl