Results 1 to 5 of 5

Thread: PRoblem with make an dQT 4.4 on suse 11

  1. #1
    Join Date
    Jun 2008
    Posts
    15
    Thanks
    1
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default PRoblem with make an dQT 4.4 on suse 11

    Hi

    I tried to compile qt 4.4.0 on suse 11, but when I am trying to run 'configure' it stops with

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

    But the PATH variable have been set correctly and make is working. Any ideas how to solve this?

    thanks

  2. #2
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    6,264
    Thanks
    36
    Thanked 1,519 Times in 1,389 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: PRoblem with make an dQT 4.4 on suse 11

    What does 'which make' output?
    J-P Nurmi

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

    Default Re: PRoblem with make an dQT 4.4 on suse 11

    Could you tell step by step what you did? What does "which make" return?

  4. #4
    Join Date
    Jun 2008
    Posts
    15
    Thanks
    1
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: PRoblem with make an dQT 4.4 on suse 11

    which make returns /usr/bin/make
    and /usr/bin is in PATH variable

    I've dowloaded the QT 4.4 unpacked and run the ./configure then error appears
    There was no problem on suse 10.3 and slack. QT 4.4 is avalible with suse, but without phonon module...

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

    Default Re: PRoblem with make an dQT 4.4 on suse 11

    What exactly did you do (which package did you download, what terminal did you open, what shell does it run, etc.)? What did configure tell you after accepting the licence? You should be able to override the test by setting the MAKE environment variable to the path of your make (/usr/bin/make in your case) although the script uses "which" to find make itself, so if this fails, there has to be a reason why which doesn't return a correct result.

Similar Threads

  1. Problem with make (can't call moc.exe)
    By johnny_sparx in forum Installation and Deployment
    Replies: 4
    Last Post: 14th September 2007, 13:02
  2. Qtopia core 4 make problem on FC5
    By nousetest in forum Qt for Embedded and Mobile
    Replies: 3
    Last Post: 8th April 2007, 10:44
  3. make problem
    By deekayt in forum Installation and Deployment
    Replies: 1
    Last Post: 30th November 2006, 17:33
  4. Qt4.1.4 make errors.
    By impeteperry in forum Installation and Deployment
    Replies: 11
    Last Post: 1st July 2006, 17:27
  5. Problem with a makefile
    By Tweety in forum Qt Programming
    Replies: 16
    Last Post: 15th February 2006, 19:34

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.