2012/2/22 Otavio Salvador <[email protected]>: > On Wed, Feb 22, 2012 at 13:53, Samuel Stirtzel > <[email protected]> wrote: >> This error really puzzles me, usually I would assume that a library >> has no problems to export symbols. > > It puzzles me as well; I have many applications and libraries linking > against Qt without problem is my first advice is to check the build > system of libdbusmenu-qt and check if it has any linking blackmagic or > something like that.
It looks like the "usual" linking magic: http://gitorious.org/dbusmenu/dbusmenu-qt/blobs/master/src/dbusmenu_export.h "dbusmenu_qt_EXPORTS" is defined at compile time and classes are exported e.g. "class DBUSMENU_EXPORT DBusMenuExporter : public QObject". -- Regards Samuel _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
