Topic: "No rule to make target" while compiling.
Hi there. I'm trying to compile kommute 0.20 on ubuntu jaunty 64 bit. I'm not really a linux expert yet, so forgive me if I'm asking a simple question.
I followed the installation instructions on http://kommute.sourceforge.net/wiki/ind nixCompile, and when I ran make, I got this message
make[1]: *** No rule to make target `compiler_updateqm_make_all', needed by `kommute'. Stop.
make[1]: Leaving directory `/home/norm1/kommute/kommute/src'
make: *** [sub-src] Error 2Intuition tells me these sorts of errors are caused by problems in the make file, so I started over with a fresh install, did qmake again, typed make, and found the same error.
What can I do to make kommute install? Did I make a mistake?