On Wed, Feb 22, 2012 at 14:06, Samuel Stirtzel <[email protected]> wrote: > 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".
http://gitorious.org/dbusmenu/dbusmenu-qt/blobs/master/src/CMakeLists.txt#line7 This might be related. I didn't try but might be a failure in the way of the code is exporting it. -- Otavio Salvador O.S. Systems E-mail: [email protected] http://www.ossystems.com.br Mobile: +55 53 9981-7854 http://projetos.ossystems.com.br _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
