PDA

View Full Version : [other] Can't install Compiz plugins from git? :(



JaradT
November 7th, 2010, 04:11 PM
I'm trying to install the freewins plugin for Compiz. Problem is, make won't let me.


jarad@JaradUbuntu:~$ mkdir compiz
jarad@JaradUbuntu:~$ cd ~/compiz
jarad@JaradUbuntu:~/compiz$ git clone git://anongit.compiz-fusion.org/users/warlock/freewins
Initialized empty Git repository in /home/jarad/compiz/freewins/.git/
remote: Counting objects: 1208, done.
remote: Compressing objects: 100% (1204/1204), done.
remote: Total 1208 (delta 831), reused 0 (delta 0)
Receiving objects: 100% (1208/1208), 305.04 KiB | 56 KiB/s, done.
Resolving deltas: 100% (831/831), done.
jarad@JaradUbuntu:~/compiz$ cd freewins
jarad@JaradUbuntu:~/compiz/freewins$ make
make: *** No targets specified and no makefile found. Stop.
later on--
jarad@JaradUbuntu:~/compiz/freewins$ make CMakeLists.txt
make: Nothing to be done for `CMakeLists.txt'.
jarad@JaradUbuntu:~/compiz/freewins$ make freewins.xml.in
make: Nothing to be done for `freewins.xml.in'.
anything i'm doing wrong?

JaradT
November 7th, 2010, 07:34 PM
Can someone help?

JaradT
November 7th, 2010, 08:35 PM
Is there anything I'm doing wrong? Please, PLEASEEE help me :(

JaradT
November 7th, 2010, 09:37 PM
Help me! I tried the tutorials and everything!

Banned.
November 7th, 2010, 11:33 PM
Hello,

CMakeLists.txt cannot be used by make.


sudo apt-get install cmake
mkdir build
cd build
cmake ..
make
sudo make install

If you are compiling compiz then after this

sudo make findcompiz_install

If you are compiling compizconfig

sudo make findcompizconfig_install

JaradT
November 8th, 2010, 06:05 PM
Hello,

CMakeLists.txt cannot be used by make.


sudo apt-get install cmake
mkdir build
cd build
cmake ..
make
sudo make installIf you are compiling compiz then after this

sudo make findcompiz_installIf you are compiling compizconfig

sudo make findcompizconfig_install

I have compiz and compizconfig, I need to install some plugins installed with git.

Decatf
November 8th, 2010, 09:40 PM
For one thing that plugin is for Compiz 0.9.x which is now completely incompatible with previous versions. Maverick is using Compiz 0.8.x. You'll want to get the 0.8 version but doing git checkout compiz-0.8 and doing the git clone.

Also bumping your thread like a madman is usually detrimental to your cause.

Banned.
November 9th, 2010, 02:58 AM
You can do the same with plugins, too!

JustinR
November 9th, 2010, 03:07 AM
I ran into this same problem yesterday!

Here is a script that has all of the experimental plugins, including 'freewins'. Freewins doesnt do much though - you can't interact with a window after you have moved it. And it freezes compiz often.

http://forum.compiz.org/viewtopic.php?f=114&t=12012

JOHNNYG713
November 9th, 2010, 06:30 AM
Try this ! http://gnome-look.org/content/show.php/Compiz+Experimental+Plugins+32+%26+64+Bit?content= 118511