Results 1 to 7 of 7

Thread: Why Qt Assistant doesn't work in Fodera 6?

  1. #1
    Join Date
    Nov 2006
    Posts
    58
    Thanks
    1
    Qt products
    Qt3
    Platforms
    Unix/X11

    Default Why Qt Assistant doesn't work in Fodera 6?

    After install the Fedora Core 6, I found that the Qt Assistant doesn't work. When I run the Assistant the error message said that "can not find /usr/share/doc/qt-devel-3.3.6/html/***.dcf". (But the intereface runs well)
    So I went to the /usr/share/doc/ to see what's wrong. I found there is only a directory named qt-3.3 and no qt-devel-3.3.6 existing. And in the directory qt-3.3 there isn't also any documents like *.html or *.dcf.
    But when I write " rpm -qa|grep qt "in commad line, the system said I have already installed the qt-3.3.6 and qt-devel-3.3.6. And then I write "whereis qt-3.3.6" ,it says the qt-3.3.6 is installed in /usr/lib/qt-3.3. But when I write "whereis qt-devel-3.3.6", it show noting!

    When i used the Fedora 2, the Qt Assistant works well. So what should do to let the Qt
    Assistant back to work? I am totaly messed up.

    Thanks a lot!

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Why Qt Assistant doesn't work in Fodera 6?

    You probably misinstalled those Qt packages or are missing some package. I suggest reinstalling the devel package, just make sure you are installing one which was created for your exact distro. You can also try using "locate .dcf" or 'find /usr -name "*.dcf"' to see if you have those files at all.

  3. #3
    Join Date
    Nov 2006
    Posts
    58
    Thanks
    1
    Qt products
    Qt3
    Platforms
    Unix/X11

    Default Re: Why Qt Assistant doesn't work in Fodera 6?

    But the Qt Designer and the Qt Linguis run well.
    The qt-devel should inculde the Qt Assistant, Designer and the Linguist, doesn't it?
    And also I want to ask about the relationship betwenn the packages of qt-3.3.*and qt-devel-3.3*?
    Thanks a lot.

  4. #4
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Why Qt Assistant doesn't work in Fodera 6?

    Quote Originally Posted by luffy27 View Post
    But the Qt Designer and the Qt Linguis run well.
    But the docs are not there Maybe you need a separate package for that? qt-docs or something like that?

    The qt-devel should inculde the Qt Assistant, Designer and the Linguist, doesn't it?
    It depends on the distro and package used.

    And also I want to ask about the relationship betwenn the packages of qt-3.3.*and qt-devel-3.3*?
    "qt" is used to run applications written with Qt, "qt-devel" is used to be able to compile such apps, so if you don't plan writing/compiling such applications yourself, you can skip installing the devel package, but if you want to run Qt apps (like KDE), you need to have "qt" installed.

  5. #5
    Join Date
    Nov 2006
    Posts
    58
    Thanks
    1
    Qt products
    Qt3
    Platforms
    Unix/X11

    Default Re: Why Qt Assistant doesn't work in Fodera 6?

    All right, thank you very much.
    I sovled the problem by type "yum qt-devel-docs" in command line to download the package needed. Now my Assistant work well agian.
    And also I know the relationship between qt and qt-devel.
    Thanks a lot !

    But I have another question. Right now, I have two versions of qt, qt-2.* and qt-3.*. They are both installed on my system. How could I know which one is used while compiling app?

  6. #6
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Why Qt Assistant doesn't work in Fodera 6?

    Qt3 is used by default. Qt2 is deprecated.

  7. The following user says thank you to wysota for this useful post:

    luffy27 (19th December 2006)

  8. #7
    Join Date
    Nov 2006
    Posts
    58
    Thanks
    1
    Qt products
    Qt3
    Platforms
    Unix/X11

    Default Re: Why Qt Assistant doesn't work in Fodera 6?

    Thank you wysota

Similar Threads

  1. Replies: 1
    Last Post: 18th July 2006, 12:06
  2. QTextEdit Justify align making work
    By dec0ding in forum Qt Programming
    Replies: 2
    Last Post: 13th January 2006, 12:02
  3. Qt assistant under linux
    By jochen_r in forum Newbie
    Replies: 8
    Last Post: 10th January 2006, 08:39

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.