Compiz fusion plugins
I am using ubuntu 8.04LTS on my computer and i have installed compiz fusion 0.7.4 on it.
I wanted to use some plugins on that so i used this script :
Someone please help
I wanted to use some plugins on that so i used this script :
sudo apt-get install compiz-bcop compiz-dev build-essential libtool libglu1-mesa-dev libxss-dev git-corebut only 2-3 of them are working.For all other plugins it is showing error messages like this :
cd
mkdir -p compiz
cd compiz
git clone git://anongit.compiz-fusion.org/users/wodor/anaglyph
git clone git://anongit.compiz-fusion.org/fusion/plugins/atlantis
git clone git://anongit.compiz-fusion.org/users/metastability/atlantis2
git clone git://anongit.compiz-fusion.org/users/smspillaz/fireflies
git clone git://anongit.compiz-fusion.org/users/warlock/freewins
git clone git://anongit.compiz-fusion.org/users/b0le/photowheel
git clone git://anongit.compiz-fusion.org/users/pafy/screensaver
git clone git://anongit.compiz-fusion.org/fusion/plugins/snow
git clone git://anongit.compiz-fusion.org/users/metastability/snowglobe
git clone git://anongit.compiz-fusion.org/users/smspillaz/stars
git clone git://anongit.compiz-fusion.org/fusion/plugins/tile
git clone git://anongit.compiz-fusion.org/fusion/plugins/wallpaper
cd anaglyph
make
make install
cd ..
cd atlantis
make
make install
cd ..
cd atlantis2
make
make install
cd ..
cd fireflies
make
make install
cd ..
cd freewins
make
make install
cd ..
cd photowheel
make
make install
cd ..
cd screensaver
make
make install
cd ..
cd snow
make
make install
cd ..
cd snowglobe
make
make install
cd ..
cd stars
make
make install
cd ..
cd tile
make
make install
cd ..
cd wallpaper
make
make install
cd
compiling : fireflies.c -> build/fireflies.lofireflies.c: In function ‘updateSnowTextures’:Do i need any special hardware for these plugins?
fireflies.c:475: warning: passing argument 1 of ‘compLogMessage’ from incompatible pointer type
fireflies.c:475: warning: passing argument 2 of ‘compLogMessage’ makes pointer from integer without a cast
fireflies.c:475: error: incompatible type for argument 3 of ‘compLogMessage’
fireflies.c:479: warning: passing argument 1 of ‘compLogMessage’ from incompatible pointer type
fireflies.c:479: warning: passing argument 2 of ‘compLogMessage’ makes pointer from integer without a cast
fireflies.c:479: error: incompatible type for argument 3 of ‘compLogMessage’
fireflies.c: In function ‘snowInitScreen’:
fireflies.c:551: error: incompatible type for argument 2 of ‘compAddTimeout’
fireflies.c:551: error: too many arguments to function ‘compAddTimeout’
fireflies.c: In function ‘snowDisplayOptionChanged’:
fireflies.c:618: error: incompatible type for argument 2 of ‘compAddTimeout’
fireflies.c:618: error: too many arguments to function ‘compAddTimeout’
make: *** [build/fireflies.lo] Error 1
Someone please help
0