Results 1 to 9 of 9

Thread: You don't seem to have 'make' or 'gmake' in your PATH

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Sep 2007
    Posts
    2
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: You don't seem to have 'make' or 'gmake' in your PATH

    Hi,

    I got same error prompt
    Qt Code:
    1. You don't seem to have 'make' or 'gmake' in your PATH
    2. Cannot proceed
    To copy to clipboard, switch view to plain text mode 

    I'm using Solaris10, Qt4

    when I run
    ./configure

    I was set PATH point to /usr/qt-X11-opensource-src-4.3.1/bin on /etc/.login

    under /usr/qt-X11-opensource-src-4.3.1/bin only contain 2 file findtr and syncqt

    I try to find make and found

    /usr/ccs/bin/make
    /usr/share/lib/make
    /usr/xpg4/bin/make


    How to solve this problem.

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    5,372
    Thanks
    28
    Thanked 976 Times in 912 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: You don't seem to have 'make' or 'gmake' in your PATH

    Quote Originally Posted by apip View Post
    I was set PATH point to /usr/qt-X11-opensource-src-4.3.1/bin on /etc/.login
    What does "echo $PATH" output?

  3. #3
    Join Date
    Jan 2006
    Location
    Munich, Germany
    Posts
    4,714
    Thanks
    21
    Thanked 418 Times in 411 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: You don't seem to have 'make' or 'gmake' in your PATH

    I have the same error, as user and as root.
    And its not my first Qt installation...
    gmake and make both are in PATH.
    Here is my console session:
    > su
    Password:
    > ./configure -prefix /usr/local/Trolltech/Qt-4.3.3

    This is the Qt/X11 Open Source Edition.

    You don't seem to have 'make' or 'gmake' in your PATH.
    Cannot proceed.
    > echo $PATH
    /home/archimed/bin:/usr/local/bin:/usr/bin:/sbin:/usr/X11R6/bin:/usr/sbin:/bin:/usr/games:/opt/gnome/bin:/opt/kde3/bin:/usr/lib/jvm/jre/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin:/usr/lib/qt3/bin
    >which make
    /usr/bin/make
    > which gmake
    /usr/bin/gmake
    Any idea?
    ==========================signature=============== ==================
    S.O.L.I.D principles (use them!):
    https://en.wikipedia.org/wiki/SOLID_...iented_design)

    Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.

  4. #4
    Join Date
    Jan 2006
    Location
    Munich, Germany
    Posts
    4,714
    Thanks
    21
    Thanked 418 Times in 411 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: You don't seem to have 'make' or 'gmake' in your PATH

    turns out it was a corupt tar ball.
    So others who might get this error, and your PATH indeed does include gmake/make, try another tar ball!!
    ==========================signature=============== ==================
    S.O.L.I.D principles (use them!):
    https://en.wikipedia.org/wiki/SOLID_...iented_design)

    Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.

  5. #5
    Join Date
    Jun 2010
    Posts
    102
    Thanks
    3
    Qt products
    Qt4 Qt/Embedded Qt Jambi PyQt3 PyQt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: You don't seem to have 'make' or 'gmake' in your PATH

    Quote Originally Posted by high_flyer View Post
    turns out it was a corupt tar ball.
    So others who might get this error, and your PATH indeed does include gmake/make, try another tar ball!!
    root@admin-laptop:/home/sonnh/qt-everywhere-opensource-src-4.7.0# echo $PATH
    /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games

    what is the "tar bar" ?
    Contact: Skype: sonnh89
    Yahoo: nhs_0702@yahoo.com

    Liên hệ SKype: sonnh89

  6. #6
    Join Date
    Dec 2011
    Posts
    1
    Platforms
    Unix/X11

    Smile Re: You don't seem to have 'make' or 'gmake' in your PATH

    It not the problem of make or gmake, nor PATH, Just because you unzip the tarball without -a option.
    so, to solve this problem, just use 'unzip -a *.zip', it will be fine.

Similar Threads

  1. Window OS make distclean && qmake && make one line
    By patrik08 in forum General Programming
    Replies: 4
    Last Post: 22nd March 2007, 10:43
  2. Compiling with Qmake/Make
    By VireX in forum Newbie
    Replies: 25
    Last Post: 22nd February 2007, 05:57
  3. Qt Cryptographic Architecture
    By vermarajeev in forum Qt Programming
    Replies: 6
    Last Post: 9th February 2007, 13:15
  4. Which path should I use?
    By Dark_Tower in forum Newbie
    Replies: 3
    Last Post: 8th April 2006, 12:09

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
  •  
Qt is a trademark of The Qt Company.