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. Qt 5.1.1 does not build - uic: No such file or directory
Forum Updated to NodeBB v4.3 + New Features

Qt 5.1.1 does not build - uic: No such file or directory

Scheduled Pinned Locked Moved Installation and Deployment
2 Posts 2 Posters 2.8k 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.
  • S Offline
    S Offline
    sanyibacsi
    wrote on last edited by
    #1

    CentOS 6; I followed all the instruction written here on how to build here: http://qt-project.org/wiki/Building_Qt_5_from_Git

    I am not quite a newbie since I build my Qt deployments since 4.1.2 (2006 or so). I was really excited about seeing the linux bin what eventually does not work for me. WebKit building is real pain in whereever. I actually built Qt 5.1.0 on CentOS 6.4 and it worked, only 5.1.0 and only on 6.4.

    However, Qt 5.1.1 looks to be very badly broken, it does not find uic.

    I issued (bad habit working as root, do not tell me; this is a dev VM and is only mine):
    [code]
    ./configure -developer-build -nomake examples -nomake tests -opensource -confirm-license -shared -fully-process -qt-sql-mysql -qt-sql-odbc -javascript-jit -platform linux-g++ -qt-zlib -qt-libpng -qt-libjpeg -openssl -qt-xcb -qt-xkbcommon -gui -widgets -opengl
    [/code]

    Configure goes for a while, including the "Configuration summary part". All looks good.

    Then out of the blue it strikes:
    [code]
    Creating makefiles. Please wait...
    Reading /root/development/qt/qt5/5.1.1-src/qt-everywhere-opensource-src-5.1.1/qtbase/src/src.pro
    Reading /root/development/qt/qt5/5.1.1-src/qt-everywhere-opensource-src-5.1.1/qtbase/src/tools/bootstrap/bootstrap.pro
    Reading /root/development/qt/qt5/5.1.1-src/qt-everywhere-opensource-src-5.1.1/qtbase/src/tools/moc/moc.pro
    Reading /root/development/qt/qt5/5.1.1-src/qt-everywhere-opensource-src-5.1.1/qtbase/src/tools/rcc/rcc.pro
    ...
    Reading /root/development/qt/qt5/5.1.1-src/qt-everywhere-opensource-src-5.1.1/qtbase/src/tools/uic/uic.pro
    Reading /root/development/qt/qt5/5.1.1-src/qt-everywhere-opensource-src-5.1.1/qtbase/src/widgets/widgets.pro

    sh: /root/development/qt/qt5/5.1.1-src/qt-everywhere-opensource-src-5.1.1/qtbase/bin/uic: No such file or directory
    Reading /root/development/qt/qt5/5.1.1-src/qt-everywhere-opensource-src-5.1.1/qtbase/src/opengl/opengl.pro
    Reading /root/development/qt/qt5/5.1.1-src/qt-everywhere-opensource-src-5.1.1/qtbase/src/printsupport/printsupport.pro
    sh: /root/development/qt/qt5/5.1.1-src/qt-everywhere-opensource-src-5.1.1/qtbase/bin/uic: No such file or directory
    sh: /root/development/qt/qt5/5.1.1-src/qt-everywhere-opensource-src-5.1.1/qtbase/bin/uic: No such file or directory
    sh: /root/development/qt/qt5/5.1.1-src/qt-everywhere-opensource-src-5.1.1/qtbase/bin/uic: No such file or directory
    sh: /root/development/qt/qt5/5.1.1-src/qt-everywhere-opensource-src-5.1.1/qtbase/bin/uic: No such file or directory
    [/code]

    And there are a lot more missing uic errors. The .tar.gz Qt 5.1.1 source looks to be badly broken.

    1 Reply Last reply
    0
    • R Offline
      R Offline
      redscorp
      wrote on last edited by
      #2

      Same issue here. With option -fully-process Qt 5.1.1 drops a lot of this error during config phase.

      http://linkedin.com/in/andriygolovnya
      http://sf.net/users/andrew_golovnia
      http://sf.net/u/userid-150775/profile/

      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