Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Qt-creator-2.3.1: install problem

    Installation and Deployment
    2
    5
    3512
    Loading More Posts
    • 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.
    • Z
      zvivered last edited by

      Hello,

      I downloaded qt-creator-2.3.1-src.tar.gz and extract it.
      Then I did:
      qmake qtcreator.pro
      make
      make install

      After a while I got the following error:

      install -m 644 -p /home/zvivered/GNU/qt-creator-2.3.1-src/share/doc/qtcreator/qtcreator.qch /share/doc/qtcreator/
      install: cannot stat /home/zvivered/GNU/qt-creator-2.3.1-src/share/doc/qtcreator/qtcreator.qch': No such file or directory make: [install_inst_qch_docs] Error 1 (ignored) install -m 644 -p /home/zvivered/GNU/qt-creator-2.3.1-src/share/doc/qtcreator/qtcreator-dev.qch /share/doc/qtcreator/ install: cannot stat /home/zvivered/GNU/qt-creator-2.3.1-src/share/doc/qtcreator/qtcreator-dev.qch': No such file or directory
      make: [install_inst_dev_qch_docs] Error 1 (ignored)

      What am I doing wrong ?

      Thanks,
      Zvika.

      1 Reply Last reply Reply Quote 0
      • kkoehne
        kkoehne Moderators last edited by

        Try running "make docs" before "make install". Does that fix it?

        Director R&D, The Qt Company

        1 Reply Last reply Reply Quote 0
        • Z
          zvivered last edited by

          Dear Mr. Farmer,

          'make docs' fixed the problem.
          I think this step should be documented.

          Best regards,
          Zvika.

          1 Reply Last reply Reply Quote 0
          • kkoehne
            kkoehne Moderators last edited by

            Well, make install isn't documented in the first place :) It's primarily meant for Linux package creators (and btw doesn't work on Windows). Most people just use the Qt Creator directly from the build directory. BUt I'll see what I can do regarding documenting it ...

            Director R&D, The Qt Company

            1 Reply Last reply Reply Quote 0
            • Z
              zvivered last edited by

              Hello,

              My mistake. I'm used to run 'make install' after 'make'
              I did not notice that in this case 'make' is the last step.

              Thanks,
              Zvika.

              1 Reply Last reply Reply Quote 0
              • First post
                Last post