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-creator-2.3.1: install problem
QtWS25 Last Chance

Qt-creator-2.3.1: install problem

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

    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
    0
    • kkoehneK Offline
      kkoehneK Offline
      kkoehne
      Moderators
      wrote on last edited by
      #2

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

      Director R&D, The Qt Company

      1 Reply Last reply
      0
      • Z Offline
        Z Offline
        zvivered
        wrote on last edited by
        #3

        Dear Mr. Farmer,

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

        Best regards,
        Zvika.

        1 Reply Last reply
        0
        • kkoehneK Offline
          kkoehneK Offline
          kkoehne
          Moderators
          wrote on last edited by
          #4

          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
          0
          • Z Offline
            Z Offline
            zvivered
            wrote on last edited by
            #5

            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
            0

            • Login

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