Announcement

Collapse
No announcement yet.

katemakeplugin, gmake not found

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    katemakeplugin, gmake not found

    Hi!
    I've been using kate to some base coding, and decided to use katemakeplugin, from the package "kate plugins". The problem is this plugin uses gmake, so when i try to compile something, he gives me the message "failed to open gmake". I've found gmake is the same as make, so i can compile anything in the comand line with make, and i suppose katemakeplugin would work if ti uses make instead of gmake. Anyone know how to make this.

    Thanks in advance..

    #2
    Re: katemakeplugin, gmake not found

    So this is how i solved it:

    Code:
    sudo cp /usr/bin/make /usr/bin/gmake
    this changes the name from the make command to gmake, make is still avaiable and looks like katemakeplugin works just fine. Through, I've found someone solved this in a better way http://www.kolumbus.fi/kare.sars/programing.html I've not managed to make this work, but nice nice wold be if someone update the kateplugins package with the alteration from this url. In the Meanwhile, change the make name seems to work just fine.

    Comment

    Working...
    X