Announcement

Collapse
No announcement yet.

Make Command Not Working

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

    Make Command Not Working

    Hey, I'm trying to composit some extra Compiz plugins, I used this tutorial >>>http://tombuntu.com/index.php/2008/0...iz-plugins/<<<

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

    Code:
    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.
    Motherboard:ASUS P5Q SE PLUS<br />Videocard:EVGA GeForce 9800 GTX+ 512MB<br />Ram:G.SKILL 4GB (2 x 2GB)<br />Processor:Intel Core 2 Quad Q6600 Kentsfield 2.4GHz

    #2
    Re: Make Command Not Working

    See Compiling things on Ubuntu the Easy Way
    Using Kubuntu Linux since March 23, 2007
    "It is a capital mistake to theorize before one has data." - Sherlock Holmes

    Comment


      #3
      Re: Make Command Not Working

      Use cmake:
      Code:
      cmake .
      You should follow this guide: http://wiki.compiz.org/C%2B%2BCompiling
      ASROCK Z87 Pro4 - i5 4670K - R9 270x ☞ Triple Boot: KDE NEON ★ Windows 10 ★ Windows 7

      Comment

      Working...
      X