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. Shadow build of Qt 4.7.2 on Windows fails
Qt 6.11 is out! See what's new in the release blog

Shadow build of Qt 4.7.2 on Windows fails

Scheduled Pinned Locked Moved Installation and Deployment
2 Posts 1 Posters 2.9k Views 1 Watching
  • 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.
  • L Offline
    L Offline
    ludde
    wrote on last edited by
    #1

    For some reason I am unable to create a shadow build of Qt 4.7.2 on Windows 7, 32-bit, using Visual C++ 2008.
    I've used shadow builds to successfully build both Windows CE/Mobile and Windows builds from the same source tree in the past (using Qt 4.6.3, 4.7.0 and 4.7.1), but with 4.7.2 all attempts fail with the following message:

    @tmp\moc\debug_shared\moc_linearlayout.cpp(10) : fatal error C1083: Cannot open i
    nclude file: '../../../../../../../../../qt-everywhere-opensource-src-4.7.2/exam
    ples/declarative/cppextensions/qgraphicslayouts/qgraphicslinearlayout/linearlayo
    ut.h': No such file or directory@

    The file does exists, though, which makes me think this could be a problem with the length of the relative file name, or maybe the number of relative directories in the path. But then, I should not be the only one with this problem. Surely, I'm not the only one using shadow builds to build Qt 4.7.2 for Windows CE/Mobile (according to the instructions in http://doc.qt.nokia.com/4.7-snapshot/install-wince.html )?

    1 Reply Last reply
    0
    • L Offline
      L Offline
      ludde
      wrote on last edited by
      #2

      Apparently this is a known bug (QTBUG-16443), and the only work-around seems to be to build without the examples (configure -nomake examples).

      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