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. Source compile Error on Ubuntu 14.04 LTS

Source compile Error on Ubuntu 14.04 LTS

Scheduled Pinned Locked Moved Installation and Deployment
9 Posts 3 Posters 2.9k 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.
  • ? Offline
    ? Offline
    A Former User
    wrote on 1 Jun 2014, 07:42 last edited by
    #1

    Hello everybody;
    I try to Compile Qt 5.3 source but after long time Shows the following error :

    This is my confige command : ./configure -developer-build -opensource -release
    and make Command : make -j4
    @
    make[5]: Entering directory /home/kambiz/Downloads/Qt/qt-everywhere-opensource-src-5.3.0/qtquick1/tests/auto/declarative/qdeclarativexmllistmodel' make[5]: Nothing to be done for first'.
    cd qdeclarativewebview/ && ( test -e Makefile || /home/kambiz/Downloads/Qt/qt-everywhere-opensource-src-5.3.0/qtbase/bin/qmake /home/kambiz/Downloads/Qt/qt-everywhere-opensource-src-5.3.0/qtquick1/tests/auto/declarative/qdeclarativewebview/qdeclarativewebview.pro -o Makefile ) && make -f Makefile
    make[5]: Leaving directory /home/kambiz/Downloads/Qt/qt-everywhere-opensource-src-5.3.0/qtquick1/tests/auto/declarative/qdeclarativexmllistmodel' make[5]: Entering directory /home/kambiz/Downloads/Qt/qt-everywhere-opensource-src-5.3.0/qtquick1/tests/auto/declarative/qmlshadersplugin'
    make[5]: Nothing to be done for first'. make[5]: Leaving directory /home/kambiz/Downloads/Qt/qt-everywhere-opensource-src-5.3.0/qtquick1/tests/auto/declarative/qmlshadersplugin'
    make[5]: Entering directory /home/kambiz/Downloads/Qt/qt-everywhere-opensource-src-5.3.0/qtquick1/tests/auto/declarative/qdeclarativewebview' make[5]: Nothing to be done for first'.
    make[5]: Leaving directory /home/kambiz/Downloads/Qt/qt-everywhere-opensource-src-5.3.0/qtquick1/tests/auto/declarative/qdeclarativewebview' make[4]: Leaving directory /home/kambiz/Downloads/Qt/qt-everywhere-opensource-src-5.3.0/qtquick1/tests/auto/declarative'
    make[3]: Leaving directory /home/kambiz/Downloads/Qt/qt-everywhere-opensource-src-5.3.0/qtquick1/tests/auto' make[2]: Leaving directory /home/kambiz/Downloads/Qt/qt-everywhere-opensource-src-5.3.0/qtquick1/tests'
    make[1]: Leaving directory `/home/kambiz/Downloads/Qt/qt-everywhere-opensource-src-5.3.0/qtquick1'
    root@kambiz-Z68P-DS3:/home/kambiz/Downloads/Qt/qt-everywhere-opensource-src-5.3.0#
    @

    1 Reply Last reply
    0
    • A Offline
      A Offline
      andreyc
      wrote on 1 Jun 2014, 19:26 last edited by
      #2

      There are no any error messages in your example.
      Maybe there are something above it.

      If there are some errors above, try to run "make" without -j .

      1 Reply Last reply
      0
      • ? Offline
        ? Offline
        A Former User
        wrote on 1 Jun 2014, 19:32 last edited by
        #3

        [quote author="andreyc" date="1401650771"]There are no any error messages in your example.
        Maybe there are something above it.

        If there are some errors above, try to run "make" without -j .
        [/quote]

        I try without -j but doesn't work !
        These message are for make...

        @
        ce-src-5.3.0/qtwebsockets/tests/auto/qwebsocket/qwebsocket.pro -o Makefile ) && make -f Makefile
        make[4]: Entering directory /home/kambiz/Downloads/Qt/qt-everywhere-opensource-src-5.3.0/qtwebsockets/tests/auto/qwebsocket' make[4]: Nothing to be done for first'.
        make[4]: Leaving directory /home/kambiz/Downloads/Qt/qt-everywhere-opensource-src-5.3.0/qtwebsockets/tests/auto/qwebsocket' cd qwebsocketserver/ && ( test -e Makefile || /home/kambiz/Downloads/Qt/qt-everywhere-opensource-src-5.3.0/qtbase/bin/qmake /home/kambiz/Downloads/Qt/qt-everywhere-opensource-src-5.3.0/qtwebsockets/tests/auto/qwebsocketserver/qwebsocketserver.pro -o Makefile ) && make -f Makefile make[4]: Entering directory /home/kambiz/Downloads/Qt/qt-everywhere-opensource-src-5.3.0/qtwebsockets/tests/auto/qwebsocketserver'
        make[4]: Nothing to be done for first'. make[4]: Leaving directory /home/kambiz/Downloads/Qt/qt-everywhere-opensource-src-5.3.0/qtwebsockets/tests/auto/qwebsocketserver'
        make[3]: Leaving directory /home/kambiz/Downloads/Qt/qt-everywhere-opensource-src-5.3.0/qtwebsockets/tests/auto' make[2]: Leaving directory /home/kambiz/Downloads/Qt/qt-everywhere-opensource-src-5.3.0/qtwebsockets/tests'
        make[1]: Leaving directory /home/kambiz/Downloads/Qt/qt-everywhere-opensource-src-5.3.0/qtwebsockets' cd qttranslations/ && ( test -e Makefile || /home/kambiz/Downloads/Qt/qt-everywhere-opensource-src-5.3.0/qtbase/bin/qmake /home/kambiz/Downloads/Qt/qt-everywhere-opensource-src-5.3.0/qttranslations/qttranslations.pro -o Makefile ) && make -f Makefile make[1]: Entering directory /home/kambiz/Downloads/Qt/qt-everywhere-opensource-src-5.3.0/qttranslations'
        cd translations/ && ( test -e Makefile || /home/kambiz/Downloads/Qt/qt-everywhere-opensource-src-5.3.0/qtbase/bin/qmake /home/kambiz/Downloads/Qt/qt-everywhere-opensource-src-5.3.0/qttranslations/translations/translations.pro -o Makefile ) && make -f Makefile
        make[2]: Entering directory /home/kambiz/Downloads/Qt/qt-everywhere-opensource-src-5.3.0/qttranslations/translations' make[2]: Nothing to be done for first'.
        make[2]: Leaving directory /home/kambiz/Downloads/Qt/qt-everywhere-opensource-src-5.3.0/qttranslations/translations' make[1]: Leaving directory /home/kambiz/Downloads/Qt/qt-everywhere-opensource-src-5.3.0/qttranslations'
        cd qtdoc/ && ( test -e Makefile || /home/kambiz/Downloads/Qt/qt-everywhere-opensource-src-5.3.0/qtbase/bin/qmake /home/kambiz/Downloads/Qt/qt-everywhere-opensource-src-5.3.0/qtdoc/qtdoc.pro -o Makefile ) && make -f Makefile
        make[1]: Entering directory /home/kambiz/Downloads/Qt/qt-everywhere-opensource-src-5.3.0/qtdoc' cd doc/ && ( test -e Makefile || /home/kambiz/Downloads/Qt/qt-everywhere-opensource-src-5.3.0/qtbase/bin/qmake /home/kambiz/Downloads/Qt/qt-everywhere-opensource-src-5.3.0/qtdoc/doc/doc.pro -o Makefile ) && make -f Makefile make[2]: Entering directory /home/kambiz/Downloads/Qt/qt-everywhere-opensource-src-5.3.0/qtdoc/doc'
        make[2]: Nothing to be done for first'. make[2]: Leaving directory /home/kambiz/Downloads/Qt/qt-everywhere-opensource-src-5.3.0/qtdoc/doc'
        make[1]: Leaving directory `/home/kambiz/Downloads/Qt/qt-everywhere-opensource-src-5.3.0/qtdoc'
        root@kambiz-Z68P-DS3:/home/kambiz/Downloads/Qt/qt-everywhere-opensource-src-5.3.0#

        @

        1 Reply Last reply
        0
        • S Offline
          S Offline
          SGaist
          Lifetime Qt Champion
          wrote on 1 Jun 2014, 19:38 last edited by
          #4

          Hi,

          There are still no error message there.

          On a side note, it's not a good idea to build anything as root

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          0
          • ? Offline
            ? Offline
            A Former User
            wrote on 1 Jun 2014, 19:52 last edited by
            #5

            [quote author="SGaist" date="1401651481"]Hi,

            There are still no error message there.

            On a side note, it's not a good idea to build anything as root[/quote]

            Hi again and thank you for your reply :)

            So, you mean I must recompile it as non root ?
            What is your suggestion ?

            1 Reply Last reply
            0
            • S Offline
              S Offline
              SGaist
              Lifetime Qt Champion
              wrote on 1 Jun 2014, 20:39 last edited by
              #6

              My suggestion is to not do anything as root.

              As for your current problem, there's no visible error.

              Interested in AI ? www.idiap.ch
              Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

              1 Reply Last reply
              0
              • ? Offline
                ? Offline
                A Former User
                wrote on 1 Jun 2014, 20:52 last edited by
                #7

                [quote author="SGaist" date="1401655157"]My suggestion is to not do anything as root.
                As for your current problem, there's no visible error. [/quote]

                Well , What should I do for solved this problem ? :) I can't understand why show this messages for me after compile ! even I test again without root mode.

                1 Reply Last reply
                0
                • S Offline
                  S Offline
                  SGaist
                  Lifetime Qt Champion
                  wrote on 1 Jun 2014, 20:55 last edited by
                  #8

                  What you have posted just showed that some part where already compiled and thus won't be compiled again, nothing wrong here. There's no error

                  Interested in AI ? www.idiap.ch
                  Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

                  1 Reply Last reply
                  0
                  • ? Offline
                    ? Offline
                    A Former User
                    wrote on 1 Jun 2014, 21:21 last edited by
                    #9

                    [quote author="SGaist" date="1401656154"]What you have posted just showed that some part where already compiled and thus won't be compiled again, nothing wrong here. There's no error[/quote]

                    Thank you SGaist for your helping :)

                    1 Reply Last reply
                    0

                    1/9

                    1 Jun 2014, 07:42

                    • Login

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