On Sat, Dec 18, 2010 at 4:07 AM, Vilon Tao <[email protected]> wrote:
> I also got the similar issue when I used Qt Creator for MeeGoSDK_1.1
> handset to open the project such as meego-handset-email and then build
> it. It is told that:
> "qmailstore.h is missed in meego-handset-email\src\main.cpp".

This seems related to other problems I've found with Meego SDK and
QtCreator, which appear to be missing many links to both headers and
libraries that prevent successful cross-compilation to N900.

I was able to compile QtWebKit and Phonon apps after performing some
surgery on the missing files:
http://lists.meego.com/pipermail/meego-sdk/2010-December/000750.html
http://lists.meego.com/pipermail/meego-sdk/2010-December/000749.html

In the case of the above error, again, there's a missing file:

gnulem-174-~> cat
/usr/lib64/madde/linux-x86_64/sysroots/meego-core-armv7l-madde-sysroot-1.1.80.3.20101026.1-fs/usr/include/QtMessaging/QMessageStore
#include "qmessagestore.h"
gnulem-175-~> find
/usr/lib64/madde/linux-x86_64/sysroots/meego-core-armv7l-madde-sysroot-1.1.80.3.20101026.1-fs
-name 'qmessagestore.h'
gnulem-176-~> cat
/usr/lib64/madde/linux-x86_64/sysroots/meego-core-armv7l-madde-sysroot-1.1-fs/usr/include/QtMessaging/QMessageStore
#include "qmessagestore.h"
gnulem-177-~> find
/usr/lib64/madde/linux-x86_64/sysroots/meego-core-armv7l-madde-sysroot-1.1-fs
-name "qmessagestore.h"
gnulem-178-~> find
/usr/lib64/madde/linux-x86_64/sysroots/meego-core-armv7l-madde-sysroot-1.1-fs
-name "QMessageStore.h"

Although referenced, there is no trace of qmessagestore.h in the SDK.

-- Niels
http://nielsmayer.com
_______________________________________________
MeeGo-handset mailing list
[email protected]
http://lists.meego.com/listinfo/meego-handset

Reply via email to