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. syncqt is NOT built out - Qt 6.3.0
Forum Updated to NodeBB v4.3 + New Features

syncqt is NOT built out - Qt 6.3.0

Scheduled Pinned Locked Moved Solved Installation and Deployment
4 Posts 3 Posters 1.7k 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.
  • jiapei100J Offline
    jiapei100J Offline
    jiapei100
    wrote on last edited by
    #1

    Hi, all:

    I managed to build Qt6.3.0 from source under Ubuntu 22.04, using gcc/g++ 11.2.

    However, syncqt is not built out.

    For, when I tried to build qt-creator-opensource-src-4.14.2 afterwards, I got the following ERROR message:

    /bin/sh: 1: /usr/local/bin/syncqt: not found
    Project ERROR: Failed to execute syncqt for the bundled QtScript module.
    make[2]: *** [Makefile:204: sub-qbs-src-lib-scriptengine-scriptengine-pro-make_first] Error 3
    make[2]: Leaving directory '....../qt-creator-opensource-src-4.14.2/src/shared'
    make[1]: *** [Makefile:53: sub-shared-make_first-ordered] Error 2
    make[1]: Leaving directory '....../qt-creator-opensource-src-4.14.2/src'
    make: *** [Makefile:48: sub-src-make_first-ordered] Error 2
    

    There are 2 potential possbilities:

    1. when I successfully built and installed Qt 6.3.0, command syncqt is NOT built out.
    2. If syncqt is supposed to NOT built out, that is to say: qtcreator is buggy.

    Any suggestions please?

    Thank you...

    Welcome to Longer Vision
    https://www.longervision.com

    Christian EhrlicherC 1 Reply Last reply
    0
    • JoeCFDJ Offline
      JoeCFDJ Offline
      JoeCFD
      wrote on last edited by JoeCFD
      #2

      @jiapei100 said in syncqt is NOT built out - Qt 6.3.0:

      QtScript

      https://doc.qt.io/qt-5/qtscript-index.html
      This module QtScript is not actively developed. It should be removed from your installation.
      ./configure --help
      to check how not to install it

      1 Reply Last reply
      0
      • jiapei100J jiapei100

        Hi, all:

        I managed to build Qt6.3.0 from source under Ubuntu 22.04, using gcc/g++ 11.2.

        However, syncqt is not built out.

        For, when I tried to build qt-creator-opensource-src-4.14.2 afterwards, I got the following ERROR message:

        /bin/sh: 1: /usr/local/bin/syncqt: not found
        Project ERROR: Failed to execute syncqt for the bundled QtScript module.
        make[2]: *** [Makefile:204: sub-qbs-src-lib-scriptengine-scriptengine-pro-make_first] Error 3
        make[2]: Leaving directory '....../qt-creator-opensource-src-4.14.2/src/shared'
        make[1]: *** [Makefile:53: sub-shared-make_first-ordered] Error 2
        make[1]: Leaving directory '....../qt-creator-opensource-src-4.14.2/src'
        make: *** [Makefile:48: sub-src-make_first-ordered] Error 2
        

        There are 2 potential possbilities:

        1. when I successfully built and installed Qt 6.3.0, command syncqt is NOT built out.
        2. If syncqt is supposed to NOT built out, that is to say: qtcreator is buggy.

        Any suggestions please?

        Thank you...

        Christian EhrlicherC Online
        Christian EhrlicherC Online
        Christian Ehrlicher
        Lifetime Qt Champion
        wrote on last edited by
        #3

        @jiapei100 said in syncqt is NOT built out - Qt 6.3.0:

        Hi, all:
        I managed to build Qt6.3.0 from source under Ubuntu 22.04, using gcc/g++ 11.2.
        However, syncqt is not built out.
        For, when I tried to build qt-creator-opensource-src-4.14.2

        I doubt that this old QtCreator will be compilable with Qt6. Use a newer QtCreator source tarball or use Qt5 or don't build QtCreator by yourself and use a precompiled one.

        Qt Online Installer direct download: https://download.qt.io/official_releases/online_installers/
        Visit the Qt Academy at https://academy.qt.io/catalog

        jiapei100J 1 Reply Last reply
        1
        • Christian EhrlicherC Christian Ehrlicher

          @jiapei100 said in syncqt is NOT built out - Qt 6.3.0:

          Hi, all:
          I managed to build Qt6.3.0 from source under Ubuntu 22.04, using gcc/g++ 11.2.
          However, syncqt is not built out.
          For, when I tried to build qt-creator-opensource-src-4.14.2

          I doubt that this old QtCreator will be compilable with Qt6. Use a newer QtCreator source tarball or use Qt5 or don't build QtCreator by yourself and use a precompiled one.

          jiapei100J Offline
          jiapei100J Offline
          jiapei100
          wrote on last edited by
          #4

          @Christian-Ehrlicher Fantastic... Thank you...
          I'm now building https://github.com/qt-creator/qt-creator, instead of the downloaded from https://download.qt.io/archive/qtcreator/4.14/4.14.2/ .

          Thank you so much....

          Welcome to Longer Vision
          https://www.longervision.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