Hi,

On Wed, 30 Jun 2010, ext Jim Smith wrote:
> Hi,
>
> I'm getting linker errors when compiling my
> applications. They are related to QMessage.

Please note, MeeGo is not yet a supported platform of
QtMobility. Specifically the mobility messaging library is 
not yet supported on the MeeGo platform, because the
messaging library needs to be integrated with the native
messaging stack.

With that being said, I don't see why the messaging
library wouldn't at least build on MeeGo, since it is 
a linux based system.

> Messaging has a 
> WinHelper API that causes that code not to compile.

> I removed the  API calls

Perhaps that's the problem. What error do you get when attempting 
to build the package without modifying it? 

Or maybe you can use the following instructions which
explain how to build the Qt Mobility messaging library using 
a QMF backend.

'To build Qt Mobility so that you can make use of the prebuilt 
Messaging(QMF) package for x86 Meego:
 
As root in Meego run the command:
        zypper install messagingframework.i586 messagingframework-devel.i586

the following package should be installed:
        messagingframework.i586 : Qt Messaging Framework
        messagingframework-devel.i586 : Development files for using QMF

To build Qt Mobility with QMF support export the 
following QMF_INCLUDEDIR, QMF_LIBDIR values:
        export QMF_INCLUDEDIR=/usr/include/QtMessagingFramework
        export QMF_LIBDIR=/usr/lib
before running Qt Mobility's configure.'


I haven't tried this myself yet, but I was just speaking with an 
engineer who has.

Kind regards,
Don Sanders
_______________________________________________
MeeGo-dev mailing list
[email protected]
http://lists.meego.com/listinfo/meego-dev

Reply via email to