[Qt-interest] DBus location on OSX?
Thiago Macieira
thiago at kde.org
Tue Apr 19 12:23:33 CEST 2011
On Tuesday, 19 de April de 2011 09:20:23 Philippe wrote:
> "The QtDBus module cannot be enabled because libdbus-1 version 0.93 was
> not found."
>
> Hence my question: where "libdbus-1.a" is meant to be found in OSX
> system to build QtDBus?
To fix that error, the question is not on libdbus-1.a or dylib, but on
dbus-1.pc. It should be installed somewhere that pkg-config will pick it up. If
you didn't install it, you can always set the PKG_CONFIG_PATH environment
variable to where you did install it.
To confirm, please run:
pkg-config --cflags --libs 'dbus >= 0.93'
And ensure that the results are correct for your case.
I'd also highly recommend you build D-Bus in dynamic mode. I'm 95% sure that
linking a dynamic library to a static one will fail.
PS: please don't hijack threads. Your question has nothing to do with fast
scaling of images.
--
Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org
Senior Product Manager - Nokia, Qt Development Frameworks
PGP/GPG: 0x6EF45358; fingerprint:
E067 918B B660 DBD1 105C 966C 33F5 F005 6EF4 5358
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 190 bytes
Desc: This is a digitally signed message part.
Url : http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20110419/fbeb8a64/attachment.bin
More information about the Qt-interest-old
mailing list