Results 1 to 6 of 6

Thread: Make : command not found , can't compile source code.

  1. #1
    Join Date
    Feb 2010
    Location
    Athens
    Beans
    74
    Distro
    Ubuntu 12.04 Precise Pangolin

    Question Make : command not found , can't compile source code.

    Hello there, I 've encountered a problem when I tried to compile source code using the command make.I want to install the QGRUBeditor wich comes with a tar.bz2 file.I read the INSTALL file and it tells me to execute the following commands:
    1.qmake-qt4
    2.make
    3.sudo make install

    Though , when I try to execute make the terminal prints the following message-error:
    Code:
    /usr/bin/uic-qt4 ui/about.ui -o build/ui/ui_about.h
    make: /usr/bin/uic-qt4: Command not found
    make: *** [build/ui/ui_about.h] Error 127
    I have install build-essential, gcc compiler and the make command...Can you help me please?
    Last edited by al1x; August 14th, 2011 at 11:55 AM.

  2. #2
    Join Date
    Feb 2010
    Location
    Athens
    Beans
    74
    Distro
    Ubuntu 12.04 Precise Pangolin

    Unhappy Re: Make : command not found , can't compile source code.

    Can anyone help me giving a reply? Please?

  3. #3
    Join Date
    Jun 2006
    Location
    Nux Jam
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Make : command not found , can't compile source code.


  4. #4
    Join Date
    Jul 2006
    Location
    Lancashire
    Beans
    Hidden!
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Make : command not found , can't compile source code.

    Hi
    The instructions on the QGRUBEditor website says:-
    qmake
    make
    sudo make install

    http://qt-apps.org/content/show.php/...?content=60391

  5. #5
    Join Date
    Feb 2010
    Location
    Athens
    Beans
    74
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Make : command not found , can't compile source code.

    I read the documentation but it didn't help me...Can you explain me the error I have posted? Is there any package except build-essential that I must install?

  6. #6
    Join Date
    Feb 2010
    Location
    Athens
    Beans
    74
    Distro
    Ubuntu 12.04 Precise Pangolin

    Thumbs down Re: Make : command not found , can't compile source code.

    Quote Originally Posted by ron999 View Post
    Hi
    The instructions on the QGRUBEditor website says:-
    qmake
    make
    sudo make install

    http://qt-apps.org/content/show.php/...?content=60391
    The INSTALL file consults to execute the command qmake-qt4 rather than qmake.I don't know if there is any difference...
    Any way I visited the link you've posted and I remembered that I hadn't install the dependencies and that's why I couldn't compile it!Thank's for the help!

Tags for this Thread

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
  •