>-----Original Message----- >From: [email protected] >[mailto:[email protected]] On Behalf Of Chang, Esmond >Sent: Wednesday, September 15, 2010 2:22 PM >To: [email protected] >Subject: [MeeGo-dev] what dependence packages will needed to >compile MeeGo sensor fw > >Hi, > > > >I git clone the meego sfw source from >http://gitorious.org/sensorfw/sensorfw and try to build source >in my two platforms but failed > >-MeeGo netbook 1.0 with qt-devel-4.6 and qt4.6.2, when compile >with the source it shows > >"mcewatcher.cpp:27:28: error : mce/mode-names.h: No Such file >or directory > >"mcewatcher.cpp:28:28: error : mce/dbus-names.h: No Such file >or directory
You are missing package "mce-dev". Add "CONFIG += mce_disable" for qmake to drop the requirement, as this package is not available for Meego. >-MeeGo handset0817 in netbook with qt 4.7, when compile with >source it shows > >"declinationfilter.cpp:26:32: fatal error: >gconf/gconf-client.h No such file or directory You need the development files for gconf. In general, the same build rules that meego.com obs uses (with sensorfw version 0.6.19) should fly with the current head. // Timo _______________________________________________ MeeGo-dev mailing list [email protected] http://lists.meego.com/listinfo/meego-dev
