On Wed, Dec 15, 2010 at 11:41:33AM +0800, alan.liu wrote: > If I download the meego source project via this command, it will cost > a long time. repo init -u > git://gitorious.org/repo-for-meego/meego_manifest.git > > So, I download the tar file from WEB one by one which module names like > libseaside/ sms / phone dialer and so on.
I'm not sure where you are getting these tar files from, but I would recommend using git to clone the source trees from gitorious, then use qmake in each project to generate the Makefiles. Without seeing the full build logs and errors, there's no way I, or anyone else, can really help you, but my guess is that the Qt install we used to generate the tar files used to create the RPM packages must differ from yours, making the inlcuded Makefiles invalid for building on your system. I'm pretty sure you can even point QtCreator to a local git clone directly, so try that too. Otherwise, you'll need to send more details and/or full build logs with error messages. What does "qmake -query" say? > When I've downloaded them, try to compile them with QT Creator, it always > gives errors like > :-1: error: [manager_interface.h] Error 2 > error: gen_seasidemodule.cpp is needed > > What I want is that I hope to compile the Meego Handset UX source project. > That's all! Pls give me some advice, it is a little bit URGENT. Sorry for you're urgency... but we're not doing anything "special" or unique, so... try other methods like I suggest above. Shane... _______________________________________________ MeeGo-handset mailing list [email protected] http://lists.meego.com/listinfo/meego-handset
