Results 1 to 6 of 6

Thread: QTMobility API - Installation Error

  1. #1
    Join Date
    Sep 2010
    Location
    Chennai
    Posts
    37
    Thanks
    8
    Qt products
    Qt4
    Platforms
    MacOS X

    Default QTMobility API - Installation Error

    Hi,

    I am using the nokia qt sdk for developing apps in MAC10.6. I want to access the map api in my project. I download the zip(qt-mobility-opensource-src-1.1.0-beta2) file and tried to install but I am getting the errors like ...

    Qt Code:
    1. make[4]: *** [../../../build/Debug/qtlandmarks_sqlite_debug/qlandmarkfilehandler_lmx.o] Error 1
    2. make[3]: *** [debug-install] Error 2
    3. make[2]: *** [sub-sqlite-install_subtargets-ordered] Error 2
    4. make[1]: *** [sub-landmarks-install_subtargets] Error 2
    5. make: *** [sub-plugins-install_subtargets-ordered] Error 2
    To copy to clipboard, switch view to plain text mode 

    What I did wrong in the installation. Please help me.. Thanks in advance

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,368
    Thanks
    3
    Thanked 5,017 Times in 4,793 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: QTMobility API - Installation Error

    This is surely not the first error you get. Try finding the first compilation error and paste it here.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  3. #3
    Join Date
    Sep 2010
    Location
    Chennai
    Posts
    37
    Thanks
    8
    Qt products
    Qt4
    Platforms
    MacOS X

    Default Re: QTMobility API - Installation Error

    I have enclosed the my file.. Please find this..

    Qt Code:
    1. aspires-imac:~ aspire$ cd QTLIB
    2. aspires-imac:QTLIB aspire$ cd qt-mobility-opensource-src-1.1.0-beta2
    3. aspires-imac:qt-mobility-opensource-src-1.1.0-beta2 aspire$ ./configure -prefix $QTMOBILEAPI
    4. Usage: pathhelper <path>
    5. Converts <path> to an absolute path and returns it to the caller
    6. Configuring Qt Mobility
    7.  
    8. Checking available Qt ... 4.6.2
    9. Checking QMF ... Not Found
    10. Checking NetworkManager ... Not Found
    11. Checking CoreWLAN (MacOS 10.6) ... OK
    12. Checking Immersion ... Not Found
    13. Checking Maemo ICD ... Not Found
    14. Checking Maemo ICD WLAN ... Not Found
    15. Checking Maemo5 contacts dependencies ... Not Found
    16. Checking Maemo5 organizer dependencies ... Not Found
    17. Checking Bluez ... Not Found
    18. Checking Gstreamer Photography ... Not Found
    19. Generating Mobility Headers...
    20. Create header /Users/aspire/QTLIB/qt-mobility-opensource-src-1.1.0-beta2/include/QtMobility/QLatin1Constant
    21. Create header /Users/aspire/QTLIB/qt-mobility-opensource-src-1.1.0-beta2/include/QtBearer/QNetworkConfigurationManager
    22. ........
    23. Running qmake...
    24. Reading /Users/aspire/QTLIB/qt-mobility-opensource-src-1.1.0-beta2/doc/src/snippets/sensors/sensors.pro
    25. Reading /Users/aspire/QTLIB/qt-mobility-opensource-src-1.1.0-beta2/doc/src/snippets/qtfeedbackdocsample/qtfeedbackdocsample.pro
    26. ........
    27.  
    28. configure has finished. You may run make or gmake to build the project now.
    29.  
    30. aspires-imac:qt-mobility-opensource-src-1.1.0-beta2 aspire$ make install
    31.  
    32. cd src/ && make -f Makefile install
    33. cd global/ && make -f Makefile install
    34. cp -f /Users/aspire/QTLIB/qt-mobility-opensource-src-1.1.0-beta2/src/global/qmobilityglobal.h /include/QtMobility/
    35. cp -f /Users/aspire/QTLIB/qt-mobility-opensource-src-1.1.0-beta2/src/location/maps/qgeoroutingmanagerengine.h /include/QtLocation/
    36. cp -f /Users/aspire/QTLIB/qt-mobility-opensource-src-1.1.0-beta2/src/location/maps/qgeosearchmanager.h /include/QtLocation/
    37. cp -f /Users/aspire/QTLIB/qt-mobility-opensource-src-1.1.0-
    38. beta2/src/location/landmarks/qlandmarkcategoryfetchbyidrequest.h ‘QLandmarkFileHandlerLmx::QLandmarkFileHandlerLmx(const volatile bool*)’:
    39. qlandmarkfilehandler_lmx_p.h:125: warning: ‘QLandmarkFileHandlerLmx::m_writer’ will be initialized after
    40. qlandmarkfilehandler_lmx_p.h:124: warning: ‘QXmlStreamReader* QLandmarkFileHandlerLmx::m_reader’
    41. qlandmarkfilehandler_lmx.cpp:69: warning: when initialized here
    42. qlandmarkfilehandler_lmx.cpp: In member function ‘bool QLandmarkFileHandlerLmx::readCategory(QString&)’:
    43. qlandmarkfilehandler_lmx.cpp:689: warning: unused variable ‘id’
    44. ......
    45. ...
    46. ..
    47. qlandmarkfilehandler_lmx_p.h:68: error: forward declaration of ‘struct QXmlStreamWriter’
    48. qlandmarkfilehandler_lmx.cpp:930: error: invalid use of incomplete type ‘struct QXmlStreamWriter’
    49. qlandmarkfilehandler_lmx_p.h:68: error: forward declaration of ‘struct QXmlStreamWriter’
    50. lipo: can't open input file: /var/folders/ZL/ZL8ME2NlEYO1FbWtNoLW7k+++TI/-Tmp-//ccnpQWUi.out (No such file or directory)
    51. make[4]: *** [../../../build/Debug/qtlandmarks_sqlite_debug/qlandmarkfilehandler_lmx.o] Error 1
    52. make[3]: *** [debug-install] Error 2
    53. make[2]: *** [sub-sqlite-install_subtargets-ordered] Error 2
    54. make[1]: *** [sub-landmarks-install_subtargets] Error 2
    55. make: *** [sub-plugins-install_subtargets-ordered] Error 2
    56. aspires-imac:qt-mobility-opensource-src-1.1.0-beta2 aspire$
    To copy to clipboard, switch view to plain text mode 

    Thanks in advance..

    Note : I am not include all the result from the terminal.. The size is too big.
    Last edited by Girija; 15th October 2010 at 10:29.

  4. #4
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,368
    Thanks
    3
    Thanked 5,017 Times in 4,793 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: QTMobility API - Installation Error

    It might be the case that Qt Mobility 1.1 doesn't build against Qt 4.6 (although it's just a guess) or that you don't have the QtXml module available.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  5. #5
    Join Date
    Sep 2010
    Location
    Chennai
    Posts
    37
    Thanks
    8
    Qt products
    Qt4
    Platforms
    MacOS X

    Default Re: QTMobility API - Installation Error

    Hi,

    Thanks, How could I solve this? any suggestion please..

  6. #6
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,368
    Thanks
    3
    Thanked 5,017 Times in 4,793 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: QTMobility API - Installation Error

    Get 4.7 and make sure you have the Xml module Or get a newer/older QtMobility, maybe it helps.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  7. The following user says thank you to wysota for this useful post:

    Girija (22nd October 2010)

Similar Threads

  1. Installation error on Mac
    By jay in forum Installation and Deployment
    Replies: 0
    Last Post: 11th March 2010, 09:49
  2. Error during installation
    By Pembar in forum Installation and Deployment
    Replies: 5
    Last Post: 15th July 2009, 22:27
  3. Qt installation error
    By mytest86 in forum Installation and Deployment
    Replies: 8
    Last Post: 4th October 2008, 21:13
  4. 4.4.2 installation error - moc
    By aamer4yu in forum Installation and Deployment
    Replies: 2
    Last Post: 23rd September 2008, 19:13
  5. Qt4.2 installation error
    By nimmyj in forum Installation and Deployment
    Replies: 3
    Last Post: 15th December 2006, 14:19

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.