I just follow the http://apidocs.meego.com/mtf/installation.html, I think it can be install on ubuntu if the evironment is OK, Qt 4.7 and opengl dbus, but there is still some compiling error, QtDBus classes can't be processed because of QT_NO_DBUS has been defined, I wonder where can turn this macro off?
Date: Fri, 27 Aug 2010 10:42:09 +0300 Subject: Re: [MeeGo-dev] [MeeGo-Dev]DBus error when compiling libmeegotouch From: [email protected] To: [email protected] CC: [email protected] Hi, 2010/8/27 LiJianzhong <[email protected]> I have installed Qt 4.7.0 with DBus and OpenglBut when I compile libmeegotouch on Ubuntu 10.04 first of all, I think you should be doing this in scratchbox under some target such as maemo 5 for example then you could get more help writing here: meego-touch-dev mailing list: Discussions about the MeeGo Touch Framework. I got this error:core/mapplicationifproxy.h:45: error: expected class-name before ‘{’ tokencore/mapplicationifproxy.h:54: error: ISO C++ forbids declaration of ‘QDBusPendingReply’ with no type core/mapplicationifproxy.h:54: error: expected ‘;’ before ‘<’ tokencore/mapplicationifproxy.h:55: error: ISO C++ forbids declaration of ‘QDBusPendingReply’ with no typecore/mapplicationifproxy.h:55: error: expected ‘;’ before ‘<’ token core/mapplicationifproxy.h:56: error: ISO C++ forbids declaration of ‘QDBusPendingReply’ with no typecore/mapplicationifproxy.h:56: error: expected ‘;’ before ‘<’ tokencore/mapplicationifproxy.h:57: error: ISO C++ forbids declaration of ‘QDBusPendingReply’ with no type core/mapplicationifproxy.h:57: error: expected ‘ ;’ before ‘<’ token I look into the headers, I found QT_NO_DBUS is opened, so QDBusPendingReply has no definetions, why does this happen?How can I disable this macro? _______________________________________________ MeeGo-dev mailing list [email protected] http://lists.meego.com/listinfo/meego-dev -- Gibran Rodriguez apt-get install maemo-dev*
_______________________________________________ MeeGo-dev mailing list [email protected] http://lists.meego.com/listinfo/meego-dev
