Results 1 to 2 of 2

Thread: Problems on installing Qt4.8 on Fedora 16

  1. #1
    Join Date
    Sep 2008
    Posts
    17
    Qt products
    Qt3
    Platforms
    Unix/X11 Windows

    Default Problems on installing Qt4.8 on Fedora 16

    HI all,

    I compiled the QT 4.8 source successfully using "gmake" on Fedora 16 64bit. When I am using "sudo gmake install" to install QT4.8, I got following problems:

    [hj@ws2 qt-everywhere-opensource-src-4.8.0]$ sudo gmake install
    [sudo] password for hj:
    cd src/tools/bootstrap/ && gmake -f Makefile install
    /bin/sh: line 0: cd: src/tools/bootstrap/: Not a directory
    gmake: *** [sub-tools-bootstrap-install_subtargets-ordered] Error 1
    [hj@ws2 qt-everywhere-opensource-src-4.8.0]$

    Can anyone show me how to solve this problem?

    Thank you!

    joey

  2. #2
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: Problems on installing Qt4.8 on Fedora 16

    I am guessing that the environment granted by sudo does not have the same working directory as your user shell.
    Compare:
    Qt Code:
    1. $ sudo pwd
    2. with
    3. $ pwd
    To copy to clipboard, switch view to plain text mode 

Similar Threads

  1. Problems deplying a Phonon app on Fedora
    By spn in forum Installation and Deployment
    Replies: 0
    Last Post: 9th April 2010, 08:01
  2. Issues Installing Qt 4.5 64-bit X11 on Fedora 10
    By ToddAtWSU in forum Installation and Deployment
    Replies: 5
    Last Post: 7th June 2009, 23:45
  3. Need help in installing Qt-embedded 4.5(on linux fedora 8)
    By rishiraj in forum Installation and Deployment
    Replies: 2
    Last Post: 24th March 2009, 08:10
  4. installing Qt designer 4.3.3 on fedora 6
    By raman_31181 in forum Qt Tools
    Replies: 3
    Last Post: 9th September 2008, 13:36
  5. Installing both qt3 and qt4 on linux ( Fedora Core )
    By vermarajeev in forum Installation and Deployment
    Replies: 3
    Last Post: 10th May 2007, 17:21

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.