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. Error Installing qt 4.8 for embedded linux Please help
Forum Updated to NodeBB v4.3 + New Features

Error Installing qt 4.8 for embedded linux Please help

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

    Hi all,

    I am newbie in the world of linux and QT. I am trying to install QT for my debian system. I am following the steps as documented in the following link.

    http://developer.qt.nokia.com/doc/qt-4.8/qt-embedded-install.html

    But when I use the ./confure Command I am getting the following error message -

    "You don't seem to have make or gmake in your PATH"
    "Cannot Proceed"

    I am not able to install QT

    Please help ..

    1 Reply Last reply
    0
    • T Offline
      T Offline
      tobias.hunger
      wrote on last edited by
      #2

      You do need a couple of tools and dependent libraries to build Qt and you seem to be missing those.

      Please install make, g++, perl and a couple of others (I can't remember the complete list at the top of my head). Installing "build-essential" should get you a solid base. If there is anything missing after installing that, just check your software repositories for whatever is missing.

      Note that for any missing library you will need to install the LIBRARY_NAME-dev package to get the headers, etc.

      1 Reply Last reply
      0
      • C Offline
        C Offline
        chichi
        wrote on last edited by
        #3

        Thanks for the reply...I did install make, g++ and the installation started ....thanks ...will let u know once the installation is done.

        1 Reply Last reply
        0
        • C Offline
          C Offline
          chichi
          wrote on last edited by
          #4

          I am getting this following error -

          ../WebCore/accessibility/AXObjectCache.h:184: error: unused parameter 'postToElement'

          any suggestion for this error ??

          Thanks in advance

          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