PDA

View Full Version : [kubuntu] Make Command Not Working



Melvin Frohike
February 4th, 2011, 01:54 AM
Hey, I'm trying to composit some extra Compiz plugins, I used this tutorial >>>http://tombuntu.com/index.php/2008/07/31/install-three-experimental-compiz-plugins/<<<

And when I try to make the file I get this:


user@ComputerName:~$ cd ~/compizplugins/freewins
user@ComputerName:~/compizplugins/freewins$ make
make: *** No targets specified and no makefile found. Stop.

There is a CMakeList.txt, I've tried this in every different plugin I'm trying to compile and it doesn't work on any of them, I searched for a solution and have found none.

What am I doing wrog here?

Thanks in advance.

anglican
February 4th, 2011, 01:58 PM
Hey, I'm trying to composit some extra Compiz plugins, I used this tutorial >>>http://tombuntu.com/index.php/2008/07/31/install-three-experimental-compiz-plugins/<<<

And when I try to make the file I get this:


user@ComputerName:~$ cd ~/compizplugins/freewins
user@ComputerName:~/compizplugins/freewins$ make
make: *** No targets specified and no makefile found. Stop.

There is a CMakeList.txt, I've tried this in every different plugin I'm trying to compile and it doesn't work on any of them, I searched for a solution and have found none.

What am I doing wrog here?

Thanks in advance.Try:

sudo apt-get install cmakethen in your ~/compizplugins/freewins directory try:

cmake .

H