Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Can't install qt-mobility 1.0.1

Can't install qt-mobility 1.0.1

Scheduled Pinned Locked Moved Installation and Deployment
2 Posts 2 Posters 4.1k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • E Offline
    E Offline
    equalsraf
    wrote on last edited by
    #1

    When attempting to build qt-mobility 1.0.1 against opensuse 11.2 with Qt 4.7, make fails and seems to be targeting some awkward locations for installation and ignoring the prefix, make fails trying to copy something, which is odd since I'm not running make install yet

    (..suppressed boring parts...)
    @
    cd declarative/ && make -f Makefile
    make[2]: Entering directory /home/raf/Download/qt-mobility-opensource-src-1.0.1/plugins/declarative' cd serviceframework/ && make -f Makefile make[3]: Entering directory /home/raf/Download/qt-mobility-opensource-src-1.0.1/plugins/declarative/serviceframework'
    Makefile:272: warning: overriding commands for target install_target' Makefile:263: warning: ignoring old commands for target install_target'
    Makefile:276: warning: overriding commands for target uninstall_target' Makefile:267: warning: ignoring old commands for target uninstall_target'
    cp -f qmldir /usr/imports/QtMobility/serviceframework/qmldir
    cp: cannot create regular file /usr/imports/QtMobility/serviceframework/qmldir': No such file or directory make[3]: *** [/usr/imports/QtMobility/serviceframework/qmldir] Error 1 make[3]: Leaving directory /home/raf/Download/qt-mobility-opensource-src-1.0.1/plugins/declarative/serviceframework'
    make[2]: *** [sub-serviceframework-make_default] Error 2
    make[2]: Leaving directory /home/raf/Download/qt-mobility-opensource-src-1.0.1/plugins/declarative' make[1]: *** [sub-declarative-make_default] Error 2 make[1]: Leaving directory /home/raf/Download/qt-mobility-opensource-src-1.0.1/plugins'
    make: *** [sub-plugins-make_default-ordered] Error 2
    @

    Has anyone seen this before? It seems that the whatever is in plugins/declarative is ignoring the prefix and trying to copy files into ./usr/imports/QtMobility/

    1 Reply Last reply
    0
    • T Offline
      T Offline
      tobias.hunger
      wrote on last edited by
      #2

      The qmldir files need to get copied into (a subdirectory of) the directory you are building in. Looks like that fails for you. Please open a bugreport against QTMOBILITY in our "bugtracker":http://bugreports.qt.nokia.com/.

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved