Re: qt-dbus build doesn't honor rpath?

2006-06-09 Thread Alexander Neundorf
On Friday 09 June 2006 18:07, Benjamin Reed wrote: > On 6/9/06, Thiago Macieira <[EMAIL PROTECTED]> wrote: > > I have no idea what it is. I just use LD_LIBRARY_PATH (DYLD_LIBRARY_PATH > > in your case) to point to the right dirs, since I didn't install the > > library in a well-known path. > > > >

Re: Standalone qt-dbus in kdesupport

2006-06-09 Thread William A. Hoffman
At 12:38 PM 6/9/2006, Leo Savernik wrote: >Am Freitag, 9. Juni 2006 10:08 schrieb Ralf Habacker: >> rpmbuild uses >> >> make install prefix= > >Automake has also supported DESTDIR for ages which is prepended to the prefix >at installation time. I've always used this one when preparing binary >pac

Re: Standalone qt-dbus in kdesupport

2006-06-09 Thread Leo Savernik
Am Freitag, 9. Juni 2006 10:08 schrieb Ralf Habacker: > rpmbuild uses > > make install prefix= Automake has also supported DESTDIR for ages which is prepended to the prefix at installation time. I've always used this one when preparing binary packages. Couldn't cmake simply take advantage of thi

Re: qt-dbus build doesn't honor rpath?

2006-06-09 Thread Benjamin Reed
On 6/9/06, Thiago Macieira <[EMAIL PROTECTED]> wrote: > I have no idea what it is. I just use LD_LIBRARY_PATH (DYLD_LIBRARY_PATH > in your case) to point to the right dirs, since I didn't install the > library in a well-known path. > > According to the cmake devs, rpath can bring serious problems,

Re: Standalone qt-dbus in kdesupport

2006-06-09 Thread Ralf Habacker
Ralf Habacker schrieb: > Ralf Habacker schrieb: > >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> Paulo Moura Guedes schrieb: >> >> >>> On Thursday 08 June 2006 22:21, Ralf Habacker wrote: >>> >>> It is possible to set a different installation dir for make inst

Re: Standalone qt-dbus in kdesupport

2006-06-09 Thread Ralf Habacker
Ralf Habacker schrieb: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Paulo Moura Guedes schrieb: > >> On Thursday 08 June 2006 22:21, Ralf Habacker wrote: >> >>> It is possible to set a different installation dir for make install ? >>> >> You mean by default? >> You can set i

Re: qt-dbus build doesn't honor rpath?

2006-06-09 Thread Thiago Macieira
Benjamin Reed wrote: >This stuff all works in kdelibs and up, so I'm assuming qt-dbus is >missing some of the configuration that's enabled in the main kdelibs >build.  Any idea what it is?  I can fix it manually for now, but it's >not a "proper" fix. I have no idea what it is. I just use LD_LIBRAR