Results 1 to 2 of 2

Thread: installation problem of qt in ubuntu 10.10

  1. #1
    Join Date
    Mar 2011
    Posts
    21
    Thanks
    4
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default installation problem of qt in ubuntu 10.10

    i had downloaded qt-sdk-linux-x86-opensource2010.05.1.bin
    from qt website..........
    i am confused how to install it ...................
    should i run the file as root user or as simple user
    i used the following commands:

    a. chmod u+x qt-sdk-linux-x86-opensource2010.05.1.bin
    b. ./qt-sdk-linux-x86-opensource2010.05.1.bin
    a folder was created in my home directory by name qt-sdk-2010.05
    i navigated through the folder and found a file by name configure
    i then usedd

    ./configure
    it worked fine

    then i used make
    it took a long time.......when at the end it spit out some error
    <FATAL ERROR>gst/gst.h not found....i searched and replaced the gst/gst.h by
    absolute path /usr/include/gst/gst.h in the file
    then similarly so many errors come
    this file not found and that file not found

    please suggest me some proper way to install .................as i have to submit my project tomorrow


    thanking you
    sachinmcajnu@gmail.com

  2. #2
    Join Date
    May 2010
    Location
    Romania
    Posts
    1,021
    Thanks
    62
    Thanked 260 Times in 246 Posts
    Qt products
    Qt5
    Platforms
    MacOS X Unix/X11 Windows Android

    Default Re: installation problem of qt in ubuntu 10.10

    configure and make are necessary if you want the build the Qt framework, in your case (you installed the SDK which is already built) you don't really need that, after the installer finished (after step b.) you just start Qt Creator and start learning and coding with C++ and Qt framework.

Similar Threads

  1. Qt Creator Problem with Ubuntu 10.04
    By Hany in forum Qt Tools
    Replies: 1
    Last Post: 8th June 2010, 12:26
  2. Mysterious QSslSocket error causes installation to fail on Ubuntu 64-bit.
    By spitfirejunky in forum Installation and Deployment
    Replies: 2
    Last Post: 1st April 2010, 23:04
  3. Replies: 6
    Last Post: 30th August 2008, 13:01
  4. Qt3 Installation on Ubuntu 7.04
    By jflowers in forum Installation and Deployment
    Replies: 1
    Last Post: 16th January 2008, 19:20
  5. Unsolved ubuntu installation of qt problem
    By sincnarf in forum Installation and Deployment
    Replies: 1
    Last Post: 30th September 2007, 09:41

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.