Can't cross compile with dbus
Does anybody has cross compiled(arm-linux) Qt/Embedded with dbus support????
Because I am not able to cross compile, I got following error while configure..
undefined reference to dbus_shutdown
QtDBus module cannot e enabled because libdbus-1 version 0.62 was not found.
I have libdbus shared libraries in lib and .h files for dbus in my lib and include folder respectively.
I dont understand what's going wrong??
Your suggestion would be a great help for me...
Re: Can't cross compile with dbus
Hi nrabara,
Did you find any solution for this question?
Thanks,
Vink
Re: Can't cross compile with dbus
Compile dbus for arm yourself. It should not be so hard to do.
Re: Can't cross compile with dbus
I have encountered the same problem while cross-compiling Qt ( 4.5.3) .
To solve this, you need to pass '-force-pkg-config' as argument to ./configure.
Hope this helps someone :-)