Results 1 to 4 of 4

Thread: Installation Problem

  1. #1
    Join Date
    Jul 2011
    Posts
    14
    Thanks
    4
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11

    Question Installation Problem

    I read nearly 100 posts about installation problems of QWT but I couldn't find any solution for my problem. I know I have a basic problem but I couldn't manage to solve it.

    I'm using Ubuntu 10.04, Qt 4.6.2. I have downloaded Qwt 6.0 to desktop(/home/ME/Desktop). I've edited qwtconfig.pri file as it says in INSTALL(QWT_INSTALL_PREFIX = /home/ME/Desktop/qwt-$$QWT_VERSION). But not qwtbuild.pri file, I couldn't find any appropriate place to update(Is it ok?).

    I don't have good knowledge about unix environments so I couldn't do ldconfig thing and I think it must be the problem. Anyway, when I call qmake, no response from console(I hope it is normal) and then I call make and I'm getting these scary responses:

    http://pastebin.com/9UvTWq9G

    Is that whole message about ldconfig? If not what else I should try?

  2. #2
    Join Date
    Feb 2006
    Location
    Munich, Germany
    Posts
    3,311
    Thanked 879 Times in 827 Posts
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Installation Problem

    Qwt 6.x needs Qt >= 4.4 and you are trying to build it with a Qt3 version.

    Adjust your PATH variable to use qmake from your qt4 installation ( "type qmake" tells you if it will find the right one ).

    Uwe

  3. #3
    Join Date
    Jul 2011
    Posts
    14
    Thanks
    4
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11

    Default Re: Installation Problem

    I'll check this out immediately. Thanks. By the way I'm reading about ldconfig, somewhere I'll need it, I think.

  4. #4
    Join Date
    Jul 2011
    Posts
    14
    Thanks
    4
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11

    Default Re: Installation Problem

    Yes that was the problem. Thanks

Similar Threads

  1. problem with installation
    By kalpana in forum Qt Programming
    Replies: 2
    Last Post: 4th November 2008, 11:24
  2. qwt installation problem
    By zwierz in forum Qwt
    Replies: 1
    Last Post: 14th June 2008, 23:04
  3. Qt 4.3.4 installation problem.
    By abrou in forum Installation and Deployment
    Replies: 4
    Last Post: 1st May 2008, 21:41
  4. Serious installation problem
    By Morea in forum Installation and Deployment
    Replies: 1
    Last Post: 19th September 2007, 10:15
  5. Installation problem
    By Rekha in forum Installation and Deployment
    Replies: 4
    Last Post: 21st July 2006, 15:58

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.