Talk:Qt Extended Improved

From Openmoko

Revision as of 12:27, 19 May 2009 by Apertum (Talk | contribs)

Jump to: navigation, search

When I wanted to compile the example program, I had an error.I did git clone git://git.karadog.net/qt-extended-improved.git to get the sources and then builded like in the page.

desktop# mkdir /opt/QtExtended/build/myapps desktop# cd /opt/QtExtended/build/myapps desktop# cp -R $QTOPIA_DEPOT_PATH/examples/application . desktop# mv application example desktop# cd example desktop# $QPEDIR/bin/qbuild

   In file included from /opt/QtExtended/build/sdk/qtopiacore/target/include/QtCore/qglobal.h:58,
   from /opt/QtExtended/build/sdk/qtopiacore/target/include/QtCore/qatomic.h:41,
   from /opt/QtExtended/build/sdk/qtopiacore/target/include/QtCore/qvariant.h:41,
   from /opt/QtExtended/build/sdk/qtopiacore/target/include/QtCore/QVariant:1,
   from /opt/QtExtended/build/myapps/example/.uic/ui_examplebase.h:13:
   /opt/QtExtended/build/sdk/qtopiacore/target/include/QtCore/qconfig.h:2:66: error: /opt/QtExtended/build/sdk/sdk/qtopiacore/qconfig-qpe.h: No such file or directory

In the file qconfig.h there was at the top an inclusion of the file sdk/sdk/.... I removed 1 sdk and it compiled. Is this a bug ?

It's there some GPS Application for QTE ?

It's there some GPS Application for QTE ?

Application "mapping demo" it's not working for me. It's a pity not having TangoGPS or Navit also ported to QTE. It's there any plans to have a solid and good GPS application for this (very good) Distribution?

--Apertum 11:27, 19 May 2009 (UTC)

Personal tools

When I wanted to compile the example program, I had an error.I did git clone git://git.karadog.net/qt-extended-improved.git to get the sources and then builded like in the page.

desktop# mkdir /opt/QtExtended/build/myapps desktop# cd /opt/QtExtended/build/myapps desktop# cp -R $QTOPIA_DEPOT_PATH/examples/application . desktop# mv application example desktop# cd example desktop# $QPEDIR/bin/qbuild

   In file included from /opt/QtExtended/build/sdk/qtopiacore/target/include/QtCore/qglobal.h:58,
   from /opt/QtExtended/build/sdk/qtopiacore/target/include/QtCore/qatomic.h:41,
   from /opt/QtExtended/build/sdk/qtopiacore/target/include/QtCore/qvariant.h:41,
   from /opt/QtExtended/build/sdk/qtopiacore/target/include/QtCore/QVariant:1,
   from /opt/QtExtended/build/myapps/example/.uic/ui_examplebase.h:13:
   /opt/QtExtended/build/sdk/qtopiacore/target/include/QtCore/qconfig.h:2:66: error: /opt/QtExtended/build/sdk/sdk/qtopiacore/qconfig-qpe.h: No such file or directory

In the file qconfig.h there was at the top an inclusion of the file sdk/sdk/.... I removed 1 sdk and it compiled. Is this a bug ?

It's there some GPS Application for QTE ?

It's there some GPS Application for QTE ?

Application "mapping demo" it's not working for me. It's a pity not having TangoGPS or Navit also ported to QTE. It's there any plans to have a solid and good GPS application for this (very good) Distribution?

--Apertum 11:27, 19 May 2009 (UTC)